#include <HcalLongRecoParamsHandler.h>
Public Member Functions | |
void | getNewObjects () |
HcalLongRecoParamsHandler (edm::ParameterSet const &) | |
std::string | id () const |
void | initObject (HcalLongRecoParams *) |
~HcalLongRecoParamsHandler () | |
Private Attributes | |
edm::FileInPath | fFile |
std::string | m_name |
HcalLongRecoParams * | myDBObject |
unsigned int | sinceTime |
Definition at line 25 of file HcalLongRecoParamsHandler.h.
HcalLongRecoParamsHandler::~HcalLongRecoParamsHandler | ( | ) |
Definition at line 12 of file HcalLongRecoParamsHandler.cc.
{ }
HcalLongRecoParamsHandler::HcalLongRecoParamsHandler | ( | edm::ParameterSet const & | ps | ) |
Definition at line 6 of file HcalLongRecoParamsHandler.cc.
References edm::ParameterSet::getUntrackedParameter(), m_name, and sinceTime.
void HcalLongRecoParamsHandler::getNewObjects | ( | ) | [virtual] |
Implements popcon::PopConSourceHandler< HcalLongRecoParams >.
Definition at line 16 of file HcalLongRecoParamsHandler.cc.
References gather_cfg::cout, Exception, cond::TagInfo::lastInterval, m_name, popcon::PopConSourceHandler< HcalLongRecoParams >::m_to_transfer, myDBObject, cond::TagInfo::name, sinceTime, cond::TagInfo::size, and popcon::PopConSourceHandler< HcalLongRecoParams >::tagInfo().
{ // edm::LogInfo ("HcalLongRecoParamsHandler") std::cout << "------- " << m_name << " - > getNewObjects\n" << //check whats already inside of database "got offlineInfo"<< tagInfo().name << ", size " << tagInfo().size << ", last object valid since " << tagInfo().lastInterval.first << std::endl; if (!myDBObject) throw cms::Exception("Empty DB object") << m_name << " has received empty object - nothing to write to DB" << std::endl; // IOV information cond::Time_t myTime = sinceTime; std::cout << "Using IOV run " << sinceTime << std::endl; // prepare for transfer: m_to_transfer.push_back(std::make_pair(myDBObject,myTime)); edm::LogInfo("HcalLongRecoParamsHandler") << "------- " << m_name << " - > getNewObjects" << std::endl; }
std::string HcalLongRecoParamsHandler::id | ( | void | ) | const [inline, virtual] |
Implements popcon::PopConSourceHandler< HcalLongRecoParams >.
Definition at line 29 of file HcalLongRecoParamsHandler.h.
References m_name.
{ return m_name;}
void HcalLongRecoParamsHandler::initObject | ( | HcalLongRecoParams * | fObject | ) |
Definition at line 45 of file HcalLongRecoParamsHandler.cc.
References myDBObject.
Referenced by HcalLongRecoParamsPopConAnalyzer::endJob().
{ myDBObject = fObject; }
Definition at line 37 of file HcalLongRecoParamsHandler.h.
std::string HcalLongRecoParamsHandler::m_name [private] |
Definition at line 39 of file HcalLongRecoParamsHandler.h.
Referenced by getNewObjects(), HcalLongRecoParamsHandler(), and id().
Definition at line 38 of file HcalLongRecoParamsHandler.h.
Referenced by getNewObjects(), and initObject().
unsigned int HcalLongRecoParamsHandler::sinceTime [private] |
Definition at line 36 of file HcalLongRecoParamsHandler.h.
Referenced by getNewObjects(), and HcalLongRecoParamsHandler().