|
| HcalDigisClient (const edm::ParameterSet &) |
|
| ~HcalDigisClient () |
|
virtual void | analyze (edm::Event const &, edm::EventSetup const &) final |
|
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final |
|
virtual void | beginRun (edm::Run const &, edm::EventSetup const &) |
|
| DQMEDHarvester (void) |
|
virtual void | dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) |
|
virtual void | endJob () final |
|
virtual void | endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final |
|
virtual void | endRun (edm::Run const &, edm::EventSetup const &) |
|
| EDAnalyzer ()=default |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
| EDAnalyzerBase () |
|
ModuleDescription const & | moduleDescription () const |
|
virtual | ~EDAnalyzerBase () |
|
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 (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &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 () |
|
|
void | book1D (DQMStore::IBooker &ib, std::string name, int n, double min, double max) |
|
void | book1D (DQMStore::IBooker &ib, std::string name, const HistLim &limX) |
|
void | book2D (DQMStore::IBooker &ib, std::string name, const HistLim &limX, const HistLim &limY) |
|
void | booking (DQMStore::IBooker &ib, std::string subdetopt) |
|
void | bookPf (DQMStore::IBooker &ib, std::string name, const HistLim &limX, const HistLim &limY) |
|
void | bookPf (DQMStore::IBooker &ib, std::string name, const HistLim &limX, const HistLim &limY, const char *option) |
|
virtual void | dqmEndJob (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter) |
|
void | fill1D (std::string name, double X, double weight=1) |
|
void | fill2D (std::string name, double X, double Y, double weight=1) |
|
void | fillPf (std::string name, double X, double Y) |
|
int | HcalDigisEndjob (const std::vector< MonitorElement * > &hcalMEs, std::string subdet_) |
|
double | integralMETH2D (MonitorElement *ME, int i0, int i1, int j0, int j1) |
|
MonitorElement * | monitor (std::string name) |
|
virtual void | runClient (DQMStore::IBooker &ib, DQMStore::IGetter &ig) |
|
void | scaleMETH2D (MonitorElement *ME, double s) |
|
std::string | str (int x) |
|
Description: [one line class summary]
Implementation: [Notes on implementation]
Definition at line 27 of file HcalDigisClient.h.