30 namespace dtCalibration {
34 rootFile_ =
new TFile(rootFileName.c_str(),
"READ");
37 if(debug) fitter_->setVerbosity(1);
40 DTVDriftMeanTimer::~DTVDriftMeanTimer() {
51 TString
N = ( ( ( ( (TString)
"TMax" + (
long)wireId.
wheel() )
54 vector<float> vDriftAndReso = fitter_->evaluateVDriftAndReso(N);
57 if(vDriftAndReso.front() == -1)
58 throw cms::Exception(
"DTCalibration") <<
"Could not compute valid vDrift value for SL " << slId << endl;
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
int superLayer() const
Return the superlayer number.
int station() const
Return the station number.
int wheel() const
Return the wheel number.
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")