|
virtual void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override |
|
| DQMHcalIsoTrackPostProcessor (const edm::ParameterSet &pset) |
|
| ~DQMHcalIsoTrackPostProcessor () |
|
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 |
|
| EDAnalyzerBase () |
|
ModuleDescription const & | moduleDescription () const |
|
virtual | ~EDAnalyzerBase () |
|
| 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 () |
|
DQMHcalIsoTrackPostProcessor::DQMHcalIsoTrackPostProcessor |
( |
const edm::ParameterSet & |
pset | ) |
|
DQMHcalIsoTrackPostProcessor::~DQMHcalIsoTrackPostProcessor |
( |
| ) |
|
|
inline |
Implements DQMEDHarvester.
Definition at line 44 of file DQMHcalIsoTrackPostProcessor.cc.
References DQMStore::IBooker::book1D(), DQMStore::IGetter::cd(), DQMStore::IGetter::dirExists(), DQMStore::IGetter::get(), getTH1F(), MonitorElement::getTH1F(), DQMStore::IBooker::pwd(), and subDir_.
69 hSumOffEta->
getTH1F()->TH1F::Sumw2();
70 hSumOffPhi->
getTH1F()->TH1F::Sumw2();
71 hSumL3Eta->
getTH1F()->TH1F::Sumw2();
72 hSumL3Phi->
getTH1F()->TH1F::Sumw2();
MonitorElement * get(const std::string &path)
const std::string & pwd(void)
MonitorElement * book1D(Args &&...args)
TH1F * getTH1F(std::string name, std::string process, std::string rootfolder, DQMStore *dbe_, bool verb, bool clone)
bool dirExists(const std::string &path)
TH1F * getTH1F(void) const
std::string DQMHcalIsoTrackPostProcessor::outputRootFileName_ |
|
private |
bool DQMHcalIsoTrackPostProcessor::saveToFile_ |
|
private |
std::string DQMHcalIsoTrackPostProcessor::subDir_ |
|
private |