#include <PhysicsTools/FWLiteESRecordWriterAnalyzer/src/FWLiteESRecordWriterAnalyzer.cc>
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | beginJob () override |
void | beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) override |
void | beginRun (edm::Run const &, edm::EventSetup const &) override |
void | endJob () override |
void | update (const edm::EventSetup &) |
Private Attributes | |
TFile * | m_file |
std::vector< std::shared_ptr< RecordHandler > > | m_handlers |
std::map< std::string, std::vector< std::pair< std::string, std::string > > > | m_recordToDataNames |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Protected Member Functions inherited from edm::EDConsumerBase | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
Description: [one line class summary]
Implementation: [Notes on implementation]
Definition at line 143 of file FWLiteESRecordWriterAnalyzer.cc.
|
explicit |
Definition at line 175 of file FWLiteESRecordWriterAnalyzer.cc.
References edm::errors::Configuration, data, Exception, edm::ParameterSet::getParameterNamesForType(), edm::ParameterSet::getUntrackedParameter(), label, m_file, m_recordToDataNames, names, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
|
overrideprivatevirtual |
Implements edm::EDAnalyzer.
Definition at line 274 of file FWLiteESRecordWriterAnalyzer.cc.
References update().
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 279 of file FWLiteESRecordWriterAnalyzer.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 285 of file FWLiteESRecordWriterAnalyzer.cc.
References update().
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 284 of file FWLiteESRecordWriterAnalyzer.cc.
References update().
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 282 of file FWLiteESRecordWriterAnalyzer.cc.
References m_file.
|
private |
Definition at line 204 of file FWLiteESRecordWriterAnalyzer.cc.
References data, Exception, edm::EventSetup::find(), edm::typelookup::findType(), relativeConstraints::keys, m_file, m_handlers, m_recordToDataNames, genParticles_cff::map, AlCaHLTBitMon_QueryRunRegistry::string, and groupFilesInBlocks::tt.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), analyze(), beginLuminosityBlock(), beginRun(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
private |
Definition at line 161 of file FWLiteESRecordWriterAnalyzer.cc.
Referenced by endJob(), FWLiteESRecordWriterAnalyzer(), update(), and ~FWLiteESRecordWriterAnalyzer().
|
private |
Definition at line 158 of file FWLiteESRecordWriterAnalyzer.cc.
Referenced by update().
|
private |
Definition at line 160 of file FWLiteESRecordWriterAnalyzer.cc.
Referenced by FWLiteESRecordWriterAnalyzer(), and update().