We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d4d51 commit 43007a3Copy full SHA for 43007a3
Modules/TOF/include/TOF/TaskDigits.h
@@ -77,7 +77,7 @@ class TaskDigits final : public TaskInterface
77
// Multiplicity
78
int mBinsMultiplicity = 2000; /// Number of bins in multiplicity plot
79
int mBinsMultiplicity2D = 2000; /// Number of bins in multiplicity plot
80
- int mBinsMultiplicityOrbit = 2000; /// Number of bins in multiplicity plot
+ int mBinsMultiplicityOrbit = 6000; /// Number of bins in multiplicity plot
81
static constexpr int mRangeMinMultiplicity = 0; /// Min range in multiplicity plot
82
int mRangeMaxMultiplicity = mBinsMultiplicity; /// Max range in multiplicity plot
83
int mRangeMaxMultiplicityOrbit = mBinsMultiplicityOrbit; /// Max range in multiplicity plot
0 commit comments