CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
EcalTPGParamReaderFromDB Class Reference
Inheritance diagram for EcalTPGParamReaderFromDB:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

 EcalTPGParamReaderFromDB (const edm::ParameterSet &)
 
 ~EcalTPGParamReaderFromDB () 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 const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
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::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Member Functions

void analyze (const edm::Event &, const edm::EventSetup &) override
 
void beginJob () override
 
void endJob () override
 

Private Attributes

std::string host
 
int min_run
 
int n_run
 
std::string pass
 
int port
 
std::string sid
 
std::string user
 

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)
 

Detailed Description

Definition at line 15 of file EcalTPGParamReaderFromDB.cc.

Constructor & Destructor Documentation

EcalTPGParamReaderFromDB::EcalTPGParamReaderFromDB ( const edm::ParameterSet ps)
explicit
EcalTPGParamReaderFromDB::~EcalTPGParamReaderFromDB ( )
override

Definition at line 51 of file EcalTPGParamReaderFromDB.cc.

52 {
53 }

Member Function Documentation

void EcalTPGParamReaderFromDB::analyze ( const edm::Event ev,
const edm::EventSetup es 
)
overrideprivate

Definition at line 57 of file EcalTPGParamReaderFromDB.cc.

References dataset::user.

58 {
59  EcalTPGDBApp app( sid, user, pass);
60 
61  //int i ;
62  //app.readTPGPedestals(i);
63  //app.writeTPGLUT();
64  //app.writeTPGWeights();
65 
66 }
void EcalTPGParamReaderFromDB::beginJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 70 of file EcalTPGParamReaderFromDB.cc.

71 {
72 }
void EcalTPGParamReaderFromDB::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 76 of file EcalTPGParamReaderFromDB.cc.

References DEFINE_FWK_MODULE.

Referenced by o2olib.O2ORunMgr::executeJob().

76  {
77 }

Member Data Documentation

std::string EcalTPGParamReaderFromDB::host
private

Definition at line 25 of file EcalTPGParamReaderFromDB.cc.

int EcalTPGParamReaderFromDB::min_run
private

Definition at line 30 of file EcalTPGParamReaderFromDB.cc.

int EcalTPGParamReaderFromDB::n_run
private

Definition at line 31 of file EcalTPGParamReaderFromDB.cc.

std::string EcalTPGParamReaderFromDB::pass
private

Definition at line 28 of file EcalTPGParamReaderFromDB.cc.

int EcalTPGParamReaderFromDB::port
private
std::string EcalTPGParamReaderFromDB::sid
private

Definition at line 26 of file EcalTPGParamReaderFromDB.cc.

std::string EcalTPGParamReaderFromDB::user
private