|
| RPCDaqInfo (const edm::ParameterSet &) |
|
| ~RPCDaqInfo () |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
| EDAnalyzer () |
|
ModuleDescription const & | moduleDescription () const |
|
std::string | workerType () const |
|
virtual | ~EDAnalyzer () |
|
| 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 |
|
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
|
virtual | ~EDConsumerBase () |
|
Definition at line 25 of file RPCDaqInfo.h.
void RPCDaqInfo::beginJob |
( |
void |
| ) |
|
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 55 of file RPCDaqInfo.cc.
References DQMStore::book2D(), DQMStore::bookFloat(), daqDiskFractions, DaqFraction_, DaqMap_, daqWheelFractions, dbe_, MonitorElement::Fill(), i, MessageLogger_cff::limit, numberOfDisks_, evf::evtn::offset(), cppFunctionSkipper::operator, MonitorElement::setBinLabel(), DQMStore::setCurrentFolder(), and hcal_dqm_sourceclient-file_cfg::streams.
66 for (
int i = -1 * limit;
i<=
limit;
i++ ){
69 streams <<
"RPC_Wheel" <<
i;
80 streams <<
"RPC_Disk" <<
i;
91 DaqMap_ =
dbe_->
book2D(
"DAQSummaryMap",
"RPC DAQ Summary Map",15, -7.5, 7.5, 12, 0.5 ,12.5);
94 std::stringstream BinLabel;
95 for (
int i= 1 ; i<=15; i++){
104 BinLabel<<
"Disk"<<i-5;
106 BinLabel<<
"Disk"<<i-11;
107 else if(i==11 || i==5)
110 BinLabel<<
"Wheel"<<i-8;
MonitorElement * daqDiskFractions[10]
MonitorElement * DaqFraction_
void setBinLabel(int bin, const std::string &label, int axis=1)
set bin label for x, y or z axis (axis=1, 2, 3 respectively)
MonitorElement * bookFloat(const char *name)
Book float.
unsigned int offset(bool)
MonitorElement * daqWheelFractions[5]
MonitorElement * book2D(const char *name, const char *title, int nchX, double lowX, double highX, int nchY, double lowY, double highY)
Book 2D histogram.
void setCurrentFolder(const std::string &fullpath)