We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf961e6 commit d0758c2Copy full SHA for d0758c2
1 file changed
Common/Tools/Multiplicity/multCalibrator.h
@@ -60,8 +60,10 @@ class multCalibrator : public TNamed
60
void SetAnchorPointPercentage(Float_t lPer) { fAnchorPointPercentage = lPer; }
61
62
void SetStandardAdaptiveBoundaries(); // standard adaptive (pp-like)
63
+ void SetRun3AdaptiveBoundaries(); // Run 3 adaptive (down to 0.00001%)
64
void SetStandardOnePercentBoundaries(); // standard 1% (Pb-Pb like)
-
65
+ bool IsBinningSane(TH1 *histogram); // for safety
66
+
67
// Master Function in this Class: To be called once filenames are set
68
Bool_t Calibrate();
69
0 commit comments