Skip to content

Commit 4fa11b9

Browse files
committed
solved O2linter issues
1 parent 22cb21d commit 4fa11b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGLF/Tasks/Resonances/kstarqa.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ struct Kstarqa {
8484
struct : ConfigurableGroup {
8585
// Configurables for event selections
8686
Configurable<bool> isINELgt0{"isINELgt0", true, "INEL>0 selection"};
87-
Configurable<bool> isINELgt0Gen{"IsINELgt0Gen", false, "Apply INEL>0 in Gen direclty from collisions in addition to already applied from pwglf::inelGt"};
87+
Configurable<bool> isINELgt0Gen{"isINELgt0Gen", false, "Apply INEL>0 in Gen direclty from collisions in addition to already applied from pwglf::inelGt"};
8888
Configurable<bool> isSel8{"isSel8", false, "Event selection sel8"};
8989
Configurable<bool> isTriggerTVX{"isTriggerTVX", false, "TriggerTVX"};
9090
// Configurable<bool> isGoodZvtxFT0vsPV{"isGoodZvtxFT0vsPV", false, "IsGoodZvtxFT0vsPV"};
@@ -104,7 +104,7 @@ struct Kstarqa {
104104

105105
Configurable<bool> isApplyDeepAngle{"isApplyDeepAngle", false, "Deep Angle cut"};
106106
// Configurable<float> deltaRCut{"deltaRCut", 0.0f, "Apply deltaR cut between two daughters"};
107-
Configurable<bool> isApplyMCGenVz{"IsApplyMCGenVz", true, "Apply Vz cut on generated MC events"};
107+
Configurable<bool> isApplyMCGenVz{"isApplyMCGenVz", true, "Apply Vz cut on generated MC events"};
108108

109109
Configurable<float> cutzvertex{"cutzvertex", 10.0f, "Accepted z-vertex range (cm)"};
110110
// Configurable<float> configOccCut{"configOccCut", 1000., "Occupancy cut"};

0 commit comments

Comments
 (0)