CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
DTKeyedConfigDBInit Class Reference

#include <DTKeyedConfigDBInit.h>

Inheritance diagram for DTKeyedConfigDBInit:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

void analyze (const edm::Event &e, const edm::EventSetup &c) override
 
void beginJob () override
 
 DTKeyedConfigDBInit (const edm::ParameterSet &ps)
 
void endJob () override
 
 ~DTKeyedConfigDBInit () override
 
- Public Member Functions inherited from edm::EDAnalyzer
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
std::string workerType () const
 
 ~EDAnalyzer () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::array< std::vector< ModuleDescription const * > *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Attributes

std::string container
 
std::string iov
 

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 wantsInputProcessBlocks ()
 
static bool wantsProcessBlocks ()
 
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 = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
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<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
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)
 

Detailed Description

Description:

Date
2010/03/18 16:07:59
Revision
1.1.2.1
Author
Paolo Ronchese INFN Padova

Definition at line 35 of file DTKeyedConfigDBInit.h.

Constructor & Destructor Documentation

◆ DTKeyedConfigDBInit()

DTKeyedConfigDBInit::DTKeyedConfigDBInit ( const edm::ParameterSet ps)
explicit

Constructor

Definition at line 36 of file DTKeyedConfigDBInit.cc.

37  : container(ps.getParameter<std::string>("container")), iov(ps.getParameter<std::string>("iov")) {}

◆ ~DTKeyedConfigDBInit()

DTKeyedConfigDBInit::~DTKeyedConfigDBInit ( )
override

Destructor

Definition at line 42 of file DTKeyedConfigDBInit.cc.

42 {}

Member Function Documentation

◆ analyze()

void DTKeyedConfigDBInit::analyze ( const edm::Event e,
const edm::EventSetup c 
)
overridevirtual

Implements edm::EDAnalyzer.

Definition at line 49 of file DTKeyedConfigDBInit.cc.

49 { return; }

◆ beginJob()

void DTKeyedConfigDBInit::beginJob ( void  )
overridevirtual

Operations

Reimplemented from edm::EDAnalyzer.

Definition at line 47 of file DTKeyedConfigDBInit.cc.

47 { return; }

◆ endJob()

void DTKeyedConfigDBInit::endJob ( void  )
overridevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 51 of file DTKeyedConfigDBInit.cc.

51  {
54  bk->setId(999999999);
55  bk->add("dummy");
56  cond::KeyedElement k(bk, 999999999);
57  outdb->writeOne(k.m_obj, k.m_key, container);
58 
59  std::vector<cond::Time_t>* kl = new std::vector<cond::Time_t>;
60  kl->push_back(999999999);
61  outdb->writeOne(kl, 1, iov);
62 
63  return;
64 }

References container, iov, dqmdumpme::k, and cond::service::PoolDBOutputService::writeOne().

Member Data Documentation

◆ container

std::string DTKeyedConfigDBInit::container
private

Definition at line 53 of file DTKeyedConfigDBInit.h.

Referenced by endJob().

◆ iov

std::string DTKeyedConfigDBInit::iov
private

Definition at line 54 of file DTKeyedConfigDBInit.h.

Referenced by endJob().

DTKeyedConfigDBInit::container
std::string container
Definition: DTKeyedConfigDBInit.h:53
DTKeyedConfigDBInit::iov
std::string iov
Definition: DTKeyedConfigDBInit.h:54
bk
Definition: Breakpoints.cc:13
dqmdumpme.k
k
Definition: dqmdumpme.py:60
cond::KeyedElement
Definition: KeyedElement.h:10
edm::Service< cond::service::PoolDBOutputService >
DTKeyedConfig
Definition: DTKeyedConfig.h:35
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
cond::service::PoolDBOutputService::writeOne
Hash writeOne(const T *payload, Time_t time, const std::string &recordName)
Definition: PoolDBOutputService.h:63
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
Definition: ParameterSet.h:303