Skip to content

Commit b7eab8f

Browse files
committed
made gapSide into a configurable
1 parent 00ad5b4 commit b7eab8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGUD/Tasks/upcRhoAnalysis.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ struct UpcRhoAnalysis {
118118
Produces<o2::aod::RecoTree> recoTree;
119119
Produces<o2::aod::McTree> mcTree;
120120

121-
float pcEtaCut = 0.9; // physics coordination recommendation
122-
const int gapSide = 2; // required gap side
121+
float pcEtaCut = 0.9; // physics coordination recommendation
123122
Configurable<int> numPions{"numPions", 2, "required number of pions in the event"};
123+
Configurable<int> gapSide{"gapSide", 2, "required gap side"};
124124
Configurable<bool> requireTof{"requireTof", false, "require TOF signal"};
125125
Configurable<bool> onlyGoldenRuns{"onlyGoldenRuns", false, "process only golden runs"};
126126

0 commit comments

Comments
 (0)