Classes | |
class | Count1D |
struct | GroupConfig |
class | Plot |
class | Plot1D |
class | Profile1D |
struct | SelGroupConfig |
Public Types | |
typedef nanoaod::FlatTable | FlatTable |
Public Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
NanoAODDQM (const edm::ParameterSet &) | |
Public Member Functions inherited from one::DQMEDAnalyzer< T > | |
DQMEDAnalyzer ()=default | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > const &)=delete | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > &&)=delete | |
~DQMEDAnalyzer () override=default | |
Protected Member Functions | |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | dqmBeginRun (const edm::Run &, const edm::EventSetup &) override |
void | endRun (const edm::Run &, const edm::EventSetup &) override |
Static Private Member Functions | |
static std::unique_ptr< Plot > | makePlot (DQMStore::IBooker &booker, const edm::ParameterSet &cfg) |
Private Attributes | |
std::map< std::string, GroupConfig > | groups_ |
Definition at line 36 of file NanoAODDQM.cc.
Definition at line 38 of file NanoAODDQM.cc.
NanoAODDQM::NanoAODDQM | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 163 of file NanoAODDQM.cc.
References egammaForCoreTracking_cff::cuts, edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterNamesForType(), edmIntegrityCheck::group, groups_, NanoAODDQM::Plot::name(), muonDTDigis_cfi::pset, AlCaHLTBitMon_QueryRunRegistry::string, and nanoDQM_cff::vplots.
|
override |
Definition at line 199 of file NanoAODDQM.cc.
References nanoaod::FlatTable::addExtension(), DEFINE_FWK_MODULE, edm::Event::getManyByType(), groups_, NanoAODDQM::Plot::name(), trackingPlots::other, plotFactory::plot, triggerObjects_cff::sel, AlCaHLTBitMon_QueryRunRegistry::string, and dataDML::tables.
|
overrideprotected |
Definition at line 179 of file NanoAODDQM.cc.
References looper::cfg, dir, groups_, makePlot(), eostools::move(), plotFactory::plot, nanoDQM_cff::plots, nanoDQM_cfi::sels, DQMStore::IBooker::setCurrentFolder(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
inlineoverrideprotected |
Definition at line 46 of file NanoAODDQM.cc.
|
inlineoverrideprotected |
Definition at line 47 of file NanoAODDQM.cc.
|
inlinestaticprivate |
Definition at line 124 of file NanoAODDQM.cc.
References looper::cfg, Exception, edm::ParameterSet::getParameter(), callgraph::kind, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by bookHistograms().
|
private |
Definition at line 160 of file NanoAODDQM.cc.
Referenced by analyze(), bookHistograms(), and NanoAODDQM().