Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
virtual void | beginJob (const edm::EventSetup &) |
void | endJob () override |
Private Attributes | |
std::string | file_prefix |
std::vector< std::string > | mDumpRequest |
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 | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, 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 ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Definition at line 54 of file CastorDumpConditions.cc.
|
explicit |
Definition at line 82 of file CastorDumpConditions.cc.
References gather_cfg::cout, cmsRelvalreport::exit, file_prefix, edm::ParameterSet::getUntrackedParameter(), mDumpRequest, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 95 of file CastorDumpConditions.cc.
|
overrideprivate |
Definition at line 110 of file CastorDumpConditions.cc.
References gather_cfg::cout, dumpIt(), spr::find(), edm::EventSetup::get(), edm::Event::getByLabel(), edm::EventBase::id(), iEvent, mDumpRequest, edm::EventID::run(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
privatevirtual |
Definition at line 177 of file CastorDumpConditions.cc.
void CastorDumpConditions::dumpIt | ( | S * | myS, |
SRcd * | mySRcd, | ||
const edm::Event & | e, | ||
const edm::EventSetup & | context, | ||
std::string | name | ||
) |
Definition at line 187 of file CastorDumpConditions.cc.
References DEFINE_FWK_MODULE, CastorDbASCIIIO::dumpObject(), FrontierConditions_GlobalTag_cff::file, file_prefix, edm::EventSetup::get(), edm::EventBase::id(), AlCaHLTBitMon_ParallelJobs::p, edm::ESHandle< T >::product(), edm::EventID::run(), and S().
Referenced by analyze().
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 183 of file CastorDumpConditions.cc.
|
private |
Definition at line 62 of file CastorDumpConditions.cc.
Referenced by CastorDumpConditions(), and dumpIt().
|
private |
Definition at line 63 of file CastorDumpConditions.cc.
Referenced by analyze(), and CastorDumpConditions().