Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 46 of file DQMDaqInfo.cc.
void DQMDaqInfo::beginJob |
( |
void |
| ) |
|
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 126 of file DQMDaqInfo.cc.
References dqm::implementation::IBooker::bookFloat(), CSC, CSCRange, DaqFraction, dbe_, DT, DTRange, EcalBarrel, ECALBarrRange, EcalEndcap, ECALEndcapRangeHigh, ECALEndcapRangeLow, Hcal, HcalRange, L1T, L1TRange, FEDNumbering::MAXCSCFEDID, FEDNumbering::MAXHCALFEDID, FEDNumbering::MAXSiPixelFEDID, FEDNumbering::MAXSiStripFEDID, FEDNumbering::MAXTriggerGTPFEDID, FEDNumbering::MINCSCFEDID, FEDNumbering::MINHCALFEDID, FEDNumbering::MINSiPixelFEDID, FEDNumbering::MINSiStripFEDID, FEDNumbering::MINTriggerGTPFEDID, NumberOfFeds, Utilities::operator, Pixel, PixelRange, RPC, RPCRange, dqm::implementation::DQMStore::setCurrentFolder(), SiStrip, AlCaHLTBitMon_QueryRunRegistry::string, and TrackerRange.
130 std::string commonFolder =
"/EventInfo/DAQContents";
134 subsystFolder =
"Pixel";
135 curentFolder = subsystFolder + commonFolder;
139 subsystFolder =
"SiStrip";
140 curentFolder = subsystFolder + commonFolder;
144 subsystFolder =
"RPC";
145 curentFolder = subsystFolder + commonFolder;
149 subsystFolder =
"CSC";
150 curentFolder = subsystFolder + commonFolder;
154 subsystFolder =
"DT";
155 curentFolder = subsystFolder + commonFolder;
159 subsystFolder =
"Hcal";
160 curentFolder = subsystFolder + commonFolder;
164 subsystFolder =
"EcalBarrel";
165 curentFolder = subsystFolder + commonFolder;
169 subsystFolder =
"EcalEndcap";
170 curentFolder = subsystFolder + commonFolder;
174 subsystFolder =
"L1T";
175 curentFolder = subsystFolder + commonFolder;
std::pair< int, int > DTRange
MonitorElement * bookFloat(TString const &name, FUNC onbooking=NOOP())
void setCurrentFolder(std::string const &fullpath) override
MonitorElement * DaqFraction[9]
std::pair< int, int > RPCRange
std::pair< int, int > TrackerRange
std::pair< int, int > CSCRange
std::pair< int, int > ECALEndcapRangeHigh
std::pair< int, int > PixelRange
std::pair< int, int > ECALBarrRange
std::pair< int, int > L1TRange
std::pair< int, int > ECALEndcapRangeLow
std::pair< int, int > HcalRange
Definition at line 82 of file DQMDaqInfo.cc.
References CSC, CSCRange, DaqFraction, DT, DTRange, EcalBarrel, ECALBarrRange, EcalEndcap, ECALEndcapRangeHigh, ECALEndcapRangeLow, dqm::impl::MonitorElement::Fill(), edm::eventsetup::heterocontainer::HCTypeTag::findType(), edm::EventSetup::getHandle(), Hcal, HcalRange, L1T, L1TRange, NumberOfFeds, Pixel, PixelRange, RPC, RPCRange, runInfoToken_, SiStrip, TrackerRange, and edm::EventSetup::tryToGet().
89 std::vector<int> FedsInIds = sumFED->m_fed_in;
91 float FedCount[9] = {0., 0., 0., 0., 0., 0., 0., 0., 0.};
93 for (
int fedID : FedsInIds) {
115 for (
int detIndex = 0; detIndex < 9; ++detIndex) {
std::pair< int, int > DTRange
std::optional< T > tryToGet() const
MonitorElement * DaqFraction[9]
std::pair< int, int > RPCRange
std::pair< int, int > TrackerRange
std::pair< int, int > CSCRange
std::pair< int, int > ECALEndcapRangeHigh
std::pair< int, int > PixelRange
std::pair< int, int > ECALBarrRange
ESHandle< T > getHandle(const ESGetToken< T, R > &iToken) const
std::pair< int, int > L1TRange
std::pair< int, int > ECALEndcapRangeLow
std::pair< int, int > HcalRange
edm::ESGetToken< RunInfo, RunInfoRcd > runInfoToken_
static HCTypeTag findType(char const *iTypeName)
find a type based on the types name, if not found will return default HCTypeTag