void H1Calibrator::Calibrate | ( | const TH2 * | histo, |
const TF1 * | functionX, | ||
const TF1 * | functionY | ||
) |
perform calibration with a function - for the axis of your choice
opt = "x","y","z", for TH1 (1, 2 or 3 dimensions) opt = "xy" for a TH2 (the axis are calibrated with the same function) opt = "xy","xz","yz" or "xyz" for a TH3 (the axis are calibrated with the same function) perform calibration of a TH2 with 2 TF1
Definition at line 152 of file H1Calibrator.cpp.