#include <CondTools/Hcal/interface/BoostIODBReader.h>
Public Types | |
typedef DataType | data_type |
typedef RecordType | record_type |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
std::string | outputFile_ |
Additional Inherited Members | |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
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) |
Description: reads an object from a database and puts it into a file using boost I/O
Implementation: [Notes on implementation]
Definition at line 43 of file BoostIODBReader.h.
typedef DataType BoostIODBReader< DataType, RecordType >::data_type |
Definition at line 46 of file BoostIODBReader.h.
typedef RecordType BoostIODBReader< DataType, RecordType >::record_type |
Definition at line 47 of file BoostIODBReader.h.
|
explicit |
Definition at line 59 of file BoostIODBReader.h.
|
inlineoverride |
Definition at line 50 of file BoostIODBReader.h.
References BoostIODBReader< DataType, RecordType >::analyze().
|
overrideprivate |
Definition at line 65 of file BoostIODBReader.h.
References edm::EventSetup::get(), haddnano::of, BoostIODBReader< DataType, RecordType >::outputFile_, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by BoostIODBReader< DataType, RecordType >::~BoostIODBReader().
|
private |
Definition at line 55 of file BoostIODBReader.h.
Referenced by BoostIODBReader< DataType, RecordType >::analyze().