34 rootFile_ =
new TFile(rootFileName.c_str(),
"READ");
37 if(debug) fitter_->setVerbosity(1);
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
virtual ~DTVDriftMeanTimer()
virtual void setES(const edm::EventSetup &setup)
DTVDriftMeanTimer(edm::ParameterSet const &)
int superLayer() const
Return the superlayer number.
virtual DTVDriftData compute(const DTSuperLayerId &)
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="")