|
| DQMDaqInfo (const edm::ParameterSet &) |
|
| ~DQMDaqInfo () |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
| EDAnalyzer () |
|
ModuleDescription const & | moduleDescription () const |
|
std::string | workerType () const |
|
virtual | ~EDAnalyzer () |
|
std::vector< ConsumesInfo > | consumesInfo () const |
|
| EDConsumerBase () |
|
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
|
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
|
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
|
std::vector
< ProductHolderIndexAndSkipBit >
const & | itemsToGetFromEvent () const |
|
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
|
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
|
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
|
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
|
virtual | ~EDConsumerBase () |
|
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 48 of file DQMDaqInfo.h.
void DQMDaqInfo::beginJob |
( |
void |
| ) |
|
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 62 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, cppFunctionSkipper::operator, Pixel, PixelRange, RPC, RPCRange, DQMStore::setCurrentFolder(), SiStrip, AlCaHLTBitMon_QueryRunRegistry::string, and TrackerRange.
67 std::string commonFolder =
"/EventInfo/DAQContents";
71 subsystFolder=
"Pixel";
72 curentFolder= subsystFolder+commonFolder;
77 subsystFolder=
"SiStrip";
78 curentFolder=subsystFolder+commonFolder;
83 curentFolder=subsystFolder+commonFolder;
88 curentFolder=subsystFolder+commonFolder;
93 curentFolder=subsystFolder+commonFolder;
98 curentFolder=subsystFolder+commonFolder;
102 subsystFolder=
"EcalBarrel";
103 curentFolder=subsystFolder+commonFolder;
107 subsystFolder=
"EcalEndcap";
108 curentFolder=subsystFolder+commonFolder;
113 curentFolder=subsystFolder+commonFolder;
std::pair< int, int > ECALBarrRange
std::pair< int, int > TrackerRange
MonitorElement * DaqFraction[9]
std::pair< int, int > PixelRange
MonitorElement * bookFloat(const char *name)
Book float.
std::pair< int, int > DTRange
std::pair< int, int > RPCRange
std::pair< int, int > CSCRange
std::pair< int, int > ECALEndcapRangeHigh
std::pair< int, int > L1TRange
std::pair< int, int > HcalRange
std::pair< int, int > ECALEndcapRangeLow
void setCurrentFolder(const std::string &fullpath)
Reimplemented from edm::EDAnalyzer.
Definition at line 12 of file DQMDaqInfo.cc.
References CSC, CSCRange, DaqFraction, DT, DTRange, EcalBarrel, ECALBarrRange, EcalEndcap, ECALEndcapRangeHigh, ECALEndcapRangeLow, MonitorElement::Fill(), HcalObjRepresent::Fill(), edm::EventSetup::find(), edm::eventsetup::heterocontainer::HCTypeTag::findType(), edm::EventSetup::get(), Hcal, HcalRange, L1T, L1TRange, NumberOfFeds, Pixel, PixelRange, RPC, RPCRange, SiStrip, and TrackerRange.
16 if( 0 != iSetup.
find( recordKey ) ) {
23 std::vector<int> FedsInIds= sumFED->m_fed_in;
25 float FedCount[9]={0., 0., 0., 0., 0., 0., 0., 0., 0.};
27 for(
unsigned int fedItr=0;fedItr<FedsInIds.size(); ++fedItr) {
28 int fedID=FedsInIds[fedItr];
43 for(
int detIndex=0; detIndex<9; ++detIndex) {
49 for(
int detIndex=0; detIndex<9; ++detIndex)
DaqFraction[detIndex]->
Fill(-1);
std::pair< int, int > ECALBarrRange
std::pair< int, int > TrackerRange
MonitorElement * DaqFraction[9]
std::pair< int, int > PixelRange
std::pair< int, int > DTRange
const eventsetup::EventSetupRecord * find(const eventsetup::EventSetupRecordKey &) const
std::pair< int, int > RPCRange
std::pair< int, int > CSCRange
void Fill(HcalDetId &id, double val, std::vector< TH2F > &depth)
std::pair< int, int > ECALEndcapRangeHigh
std::pair< int, int > L1TRange
std::pair< int, int > HcalRange
std::pair< int, int > ECALEndcapRangeLow
static HCTypeTag findType(char const *iTypeName)
find a type based on the types name, if not found will return default HCTypeTag