Skip to content

Commit 43007a3

Browse files
authored
Increase bins for multiplicity orbit from 2000 to 6000
1 parent b6d4d51 commit 43007a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/TOF/include/TOF/TaskDigits.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class TaskDigits final : public TaskInterface
7777
// Multiplicity
7878
int mBinsMultiplicity = 2000; /// Number of bins in multiplicity plot
7979
int mBinsMultiplicity2D = 2000; /// Number of bins in multiplicity plot
80-
int mBinsMultiplicityOrbit = 2000; /// Number of bins in multiplicity plot
80+
int mBinsMultiplicityOrbit = 6000; /// Number of bins in multiplicity plot
8181
static constexpr int mRangeMinMultiplicity = 0; /// Min range in multiplicity plot
8282
int mRangeMaxMultiplicity = mBinsMultiplicity; /// Max range in multiplicity plot
8383
int mRangeMaxMultiplicityOrbit = mBinsMultiplicityOrbit; /// Max range in multiplicity plot

0 commit comments

Comments
 (0)