Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 48 of file DQMDaqInfo.h.
void DQMDaqInfo::beginJob |
( |
void |
| ) |
|
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 56 of file DQMDaqInfo.cc.
References DQMStore::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, DQMStore::setCurrentFolder(), SiStrip, AlCaHLTBitMon_QueryRunRegistry::string, and TrackerRange.
61 std::string commonFolder =
"/EventInfo/DAQContents";
65 subsystFolder=
"Pixel";
66 curentFolder= subsystFolder+commonFolder;
71 subsystFolder=
"SiStrip";
72 curentFolder=subsystFolder+commonFolder;
77 curentFolder=subsystFolder+commonFolder;
82 curentFolder=subsystFolder+commonFolder;
87 curentFolder=subsystFolder+commonFolder;
92 curentFolder=subsystFolder+commonFolder;
96 subsystFolder=
"EcalBarrel";
97 curentFolder=subsystFolder+commonFolder;
101 subsystFolder=
"EcalEndcap";
102 curentFolder=subsystFolder+commonFolder;
107 curentFolder=subsystFolder+commonFolder;
std::pair< int, int > ECALBarrRange
std::pair< int, int > TrackerRange
MonitorElement * DaqFraction[9]
std::pair< int, int > PixelRange
std::pair< int, int > DTRange
MonitorElement * bookFloat(char_string const &name)
Book float.
std::pair< int, int > RPCRange
std::pair< int, int > CSCRange
std::pair< int, int > ECALEndcapRangeHigh
std::pair< int, int > L1TRange
void setCurrentFolder(std::string const &fullpath)
std::pair< int, int > HcalRange
std::pair< int, int > ECALEndcapRangeLow
Definition at line 10 of file DQMDaqInfo.cc.
References CSC, CSCRange, DaqFraction, DT, DTRange, EcalBarrel, ECALBarrRange, EcalEndcap, ECALEndcapRangeHigh, ECALEndcapRangeLow, MonitorElement::Fill(), edm::eventsetup::heterocontainer::HCTypeTag::findType(), Hcal, HcalRange, L1T, L1TRange, RunInfo::m_fed_in, NumberOfFeds, Pixel, PixelRange, RPC, RPCRange, SiStrip, TrackerRange, and edm::EventSetup::tryToGet().
17 runInfoRec->get(sumFED);
21 std::vector<int> FedsInIds= sumFED->
m_fed_in;
23 float FedCount[9]={0., 0., 0., 0., 0., 0., 0., 0., 0.};
25 for(
int fedID : FedsInIds) {
39 for(
int detIndex=0; detIndex<9; ++detIndex) {
45 for(
auto & detIndex :
DaqFraction) detIndex->Fill(-1);
std::optional< T > tryToGet() const
std::pair< int, int > ECALBarrRange
std::pair< int, int > TrackerRange
static HCTypeTag findType(char const *iTypeName)
find a type based on the types name, if not found will return default HCTypeTag
MonitorElement * DaqFraction[9]
std::pair< int, int > PixelRange
std::pair< int, int > DTRange
std::pair< int, int > RPCRange
std::pair< int, int > CSCRange
std::pair< int, int > ECALEndcapRangeHigh
std::vector< int > m_fed_in
std::pair< int, int > L1TRange
std::pair< int, int > HcalRange
std::pair< int, int > ECALEndcapRangeLow