Skip to content

Commit d0758c2

Browse files
authored
Add Run 3 adaptive (hyperfine) binning
1 parent bf961e6 commit d0758c2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Common/Tools/Multiplicity/multCalibrator.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ class multCalibrator : public TNamed
6060
void SetAnchorPointPercentage(Float_t lPer) { fAnchorPointPercentage = lPer; }
6161

6262
void SetStandardAdaptiveBoundaries(); // standard adaptive (pp-like)
63+
void SetRun3AdaptiveBoundaries(); // Run 3 adaptive (down to 0.00001%)
6364
void SetStandardOnePercentBoundaries(); // standard 1% (Pb-Pb like)
64-
65+
bool IsBinningSane(TH1 *histogram); // for safety
66+
6567
// Master Function in this Class: To be called once filenames are set
6668
Bool_t Calibrate();
6769

0 commit comments

Comments
 (0)