We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ad5b4 commit b7eab8fCopy full SHA for b7eab8f
PWGUD/Tasks/upcRhoAnalysis.cxx
@@ -118,9 +118,9 @@ struct UpcRhoAnalysis {
118
Produces<o2::aod::RecoTree> recoTree;
119
Produces<o2::aod::McTree> mcTree;
120
121
- float pcEtaCut = 0.9; // physics coordination recommendation
122
- const int gapSide = 2; // required gap side
+ float pcEtaCut = 0.9; // physics coordination recommendation
123
Configurable<int> numPions{"numPions", 2, "required number of pions in the event"};
+ Configurable<int> gapSide{"gapSide", 2, "required gap side"};
124
Configurable<bool> requireTof{"requireTof", false, "require TOF signal"};
125
Configurable<bool> onlyGoldenRuns{"onlyGoldenRuns", false, "process only golden runs"};
126
0 commit comments