BmnRoot
Loading...
Searching...
No Matches
BmnCalorimeterDetQa.cxx
Go to the documentation of this file.
2
3BmnCalorimeterDetQa::BmnCalorimeterDetQa(TString detName, UInt_t id)
4: fSteering(new BmnOfflineQaSteering()),
5 fHistoManager(new BmnQaHistoManager())
6{
7 pair <Int_t, TString> periodSetup = fSteering->GetRunAndSetupByRunId(id);
8 TString prefix = TString::Format("RUN%d_SETUP_%s_", periodSetup.first, periodSetup.second.Data());
9
10 CommonInfo(prefix + detName);
11}
pair< Int_t, TString > GetRunAndSetupByRunId(Int_t id)