#include <CondTools/Hcal/interface/BoostIODBWriter.h>
Public Types | |
typedef DataType | data_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 | inputFile_ |
std::string | record_ |
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 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: writes a boost I/O blob from a file into a database
Implementation: [Notes on implementation]
Definition at line 44 of file BoostIODBWriter.h.
typedef DataType BoostIODBWriter< DataType >::data_type |
Definition at line 47 of file BoostIODBWriter.h.
|
explicit |
Definition at line 60 of file BoostIODBWriter.h.
|
inlineoverride |
Definition at line 50 of file BoostIODBWriter.h.
References BoostIODBWriter< DataType >::analyze().
|
overrideprivate |
Definition at line 67 of file BoostIODBWriter.h.
References cond::service::PoolDBOutputService::currentTime(), PFRecoTauProducer_cfi::DataType, Exception, BoostIODBWriter< DataType >::inputFile_, edm::Service< T >::isAvailable(), BoostIODBWriter< DataType >::record_, and cond::service::PoolDBOutputService::writeOne().
Referenced by BoostIODBWriter< DataType >::~BoostIODBWriter().
|
private |
Definition at line 55 of file BoostIODBWriter.h.
Referenced by BoostIODBWriter< DataType >::analyze().
|
private |
Definition at line 56 of file BoostIODBWriter.h.
Referenced by BoostIODBWriter< DataType >::analyze().