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.
2 parents b501c1a + a00fa00 commit 2fbf619Copy full SHA for 2fbf619
PWGMM/Mult/Tasks/dndetaMFTPbPb.cxx
@@ -126,7 +126,7 @@ struct DndetaMFTPbPb {
126
Configurable<float> minOccupancy{
127
"minOccupancy", -1, "minimum occupancy from neighbouring collisions"};
128
Configurable<float> maxOccupancy{
129
- "maxOccupancy", -1, "maximum occupancy from neighbouring collisions"};
+ "maxOccupancy", -1, "maximum occupancy from neighbouring collisions"};
130
Configurable<bool> cfgSelInteractionRate{"cfgSelInteractionRate", false, " Get Interaction rate from CCDB"};
131
Configurable<float> minIR{"minIR", -1, "minimum IR (kHz) collisions"};
132
Configurable<float> maxIR{"maxIR", -1, "maximum IR (kHz) collisions"};
0 commit comments