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