Skip to content

Commit 13c040d

Browse files
authored
Add files via upload
1 parent da191d5 commit 13c040d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ struct HStrangeCorrelation {
8989

9090
Configurable<int> triggerBinToSelect{"triggerBinToSelect", 0, "trigger bin to select on if processSelectEventWithTrigger enabled"};
9191
Configurable<int> triggerParticleCharge{"triggerParticleCharge", 0, "For checks, if 0 all charged tracks, if -1 only neg., if 1 only positive"};
92-
9392
Configurable<float> etaSel{"etaSel", 0.8, "Selection in eta for trigger and associated particles"};
9493
Configurable<float> ySel{"ySel", 0.5, "Selection in rapidity for consistency checks"};
9594

@@ -2206,7 +2205,6 @@ struct HStrangeCorrelation {
22062205
}
22072206
}
22082207
}
2209-
22102208
PROCESS_SWITCH(HStrangeCorrelation, processSelectEventWithTrigger, "Select events with trigger only", true);
22112209
PROCESS_SWITCH(HStrangeCorrelation, processSameEventHV0s, "Process same events, h-V0s", true);
22122210
PROCESS_SWITCH(HStrangeCorrelation, processSameEventHCascades, "Process same events, h-Cascades", true);

0 commit comments

Comments
 (0)