popcon application to store FloatCondObjectContainer Records using XML tools More...
#include "/EcalFloatCondObjectContainerHandler.h"
Public Member Functions | |
EcalFloatCondObjectContainerHandler (const edm::ParameterSet &ps) | |
void | getNewObjects () override |
std::string | id () const override |
~EcalFloatCondObjectContainerHandler () override | |
Public Member Functions inherited from popcon::PopConSourceHandler< EcalFloatCondObjectContainer > | |
void | initialize (const cond::persistency::Session &dbSession, cond::TagInfo_t const &tagInfo, cond::LogDBEntry_t const &logDBEntry) |
Ref | lastPayload () const |
cond::LogDBEntry_t const & | logDBEntry () const |
std::pair< Container const *, std::string const > | operator() (const cond::persistency::Session &session, cond::TagInfo_t const &tagInfo, cond::LogDBEntry_t const &logDBEntry) const |
PopConSourceHandler () | |
Container const & | returnData () |
cond::TagInfo_t const & | tagInfo () const |
std::string const & | userTextLog () const |
virtual | ~PopConSourceHandler () |
Private Attributes | |
EcalCondHeader | header_ |
long long | since_ |
std::string | xmlFileSource_ |
Additional Inherited Members | |
Public Types inherited from popcon::PopConSourceHandler< EcalFloatCondObjectContainer > | |
typedef std::map< Time_t, std::shared_ptr < EcalFloatCondObjectContainer > > | Container |
typedef std::unique_ptr < EcalFloatCondObjectContainer > | Ref |
typedef PopConSourceHandler < EcalFloatCondObjectContainer > | self |
typedef cond::Time_t | Time_t |
typedef EcalFloatCondObjectContainer | value_type |
Protected Member Functions inherited from popcon::PopConSourceHandler< EcalFloatCondObjectContainer > | |
cond::persistency::Session & | dbSession () const |
Protected Attributes inherited from popcon::PopConSourceHandler< EcalFloatCondObjectContainer > | |
Container | m_iovs |
std::vector< std::pair < EcalFloatCondObjectContainer *, Time_t > > | m_to_transfer |
std::string | m_userTextLog |
popcon application to store FloatCondObjectContainer Records using XML tools
Definition at line 29 of file EcalFloatCondObjectContainerHandler.h.
EcalFloatCondObjectContainerHandler::EcalFloatCondObjectContainerHandler | ( | const edm::ParameterSet & | ps | ) |
Definition at line 18 of file EcalFloatCondObjectContainerHandler.cc.
|
override |
Definition at line 16 of file EcalFloatCondObjectContainerHandler.cc.
|
overridevirtual |
Implements popcon::PopConSourceHandler< EcalFloatCondObjectContainer >.
Definition at line 22 of file EcalFloatCondObjectContainerHandler.cc.
References popcon::PopConSourceHandler< EcalFloatCondObjectContainer >::m_to_transfer, jetCorrFactors_cfi::payload, EcalFloatCondObjectContainerXMLTranslator::readXML(), since_, and xmlFileSource_.
|
overridevirtual |
Implements popcon::PopConSourceHandler< EcalFloatCondObjectContainer >.
Definition at line 38 of file EcalFloatCondObjectContainerHandler.cc.
References xuti::readHeader(), EcalCondHeader::tag_, and xmlFileSource_.
|
private |
Definition at line 40 of file EcalFloatCondObjectContainerHandler.h.
|
private |
Definition at line 38 of file EcalFloatCondObjectContainerHandler.h.
Referenced by getNewObjects().
|
private |
Definition at line 37 of file EcalFloatCondObjectContainerHandler.h.
Referenced by getNewObjects(), and id().