Operations.
59 DTSuperLayerId slId((*it).first.wheelId, (*it).first.stationId, (*it).first.sectorId, (*it).first.slId);
64 float tTrigCorr = tTrigMean +
kFactor * tTrigRms;
66 <<
" Ttrig mean (ns): " << tTrigMean <<
" Ttrig rms (ns): " << tTrigRms
67 <<
" Ttrig k-Factor: " <<
kFactor <<
" Ttrig value (ns): " << tTrigCorr;
70 tTrigRefMap_[slId] = pair<float, float>(tTrigCorr, tTrigRms);
75 DTSuperLayerId slId((*it).first.wheelId, (*it).first.stationId, (*it).first.sectorId, (*it).first.slId);
80 float tTrigCorr = tTrigMean +
kFactor * tTrigRms;
82 <<
" Ttrig mean (ns): " << tTrigMean <<
" Ttrig rms (ns): " << tTrigRms
83 <<
" Ttrig k-Factor: " <<
kFactor <<
" Ttrig value (ns): " << tTrigCorr;
86 tTrigMap_[slId] = pair<float, float>(tTrigCorr, tTrigRms);
95 float difference =
tTrigMap_[(*it).first].first - (*it).second.first;
98 int wheel = (*it).first.chamberId().wheel();
99 int sector = (*it).first.chamberId().sector();
103 LogTrace(
metname_) <<
"Filling histos for super-layer: " << (*it).first <<
" difference: " << difference;
107 int station = (*it).first.chamberId().station();
117 int slBin =
entry + (*it).first.superLayer();
Log< level::Info, true > LogVerbatim
std::vector< std::pair< DTTtrigId, DTTtrigData > >::const_iterator const_iterator
Access methods to data.
virtual void setCurrentFolder(std::string const &fullpath)
edm::ESGetToken< DTGeometry, MuonGeometryRecord > muonGeomToken_
const std::string & version() const
access version
std::map< std::pair< int, int >, MonitorElement * > tTrigDiffHistos_
edm::ESGetToken< DTTtrig, DTTtrigRcd > labelDB_
std::map< DTSuperLayerId, std::pair< float, float > > tTrigRefMap_
const_iterator begin() const
Abs< T >::type abs(const T &t)
edm::ESGetToken< DTTtrig, DTTtrigRcd > labelDBRef_
const DTTtrig * DTTtrigRefMap
const DTTtrig * DTTtrigMap
std::map< int, MonitorElement * > tTrigDiffWheel_
void bookHistos(DQMStore::IBooker &, int, int)
std::map< DTSuperLayerId, std::pair< float, float > > tTrigMap_
int get(int wheelId, int stationId, int sectorId, int slId, float &tTrig, float &tTrms, float &kFact, DTTimeUnits::type unit) const
get content
const DTGeometry * dtGeom
const_iterator end() const