CMS 3D CMS Logo

CastorQIEDataHandler.cc
Go to the documentation of this file.
4 #include <memory>
5 
7  m_name = ps.getUntrackedParameter<std::string>("name", "CastorQIEDataHandler");
8  sinceTime = ps.getUntrackedParameter<unsigned>("IOVRun", 0);
9 }
10 
12 
14  // edm::LogInfo ("CastorQIEDataHandler")
15  std::cout << "------- " << m_name << " - > getNewObjects\n"
16  <<
17  //check whats already inside of database
18  "got offlineInfo" << tagInfo().name << ", size " << tagInfo().size << ", last object valid since "
19  << tagInfo().lastInterval.since << std::endl;
20 
21  if (!myDBObject)
22  throw cms::Exception("Empty DB object")
23  << m_name << " has received empty object - nothing to write to DB" << std::endl;
24 
25  // IOV information
26  cond::Time_t myTime = sinceTime;
27 
28  std::cout << "Using IOV run " << sinceTime << std::endl;
29 
30  // prepare for transfer:
31  m_to_transfer.push_back(std::make_pair(myDBObject, myTime));
32 
33  edm::LogInfo("CastorQIEDataHandler") << "------- " << m_name << " - > getNewObjects" << std::endl;
34 }
35 
popcon::PopConSourceHandler< CastorQIEData >::m_to_transfer
OldContainer m_to_transfer
Definition: PopConSourceHandler.h:162
CastorQIEDataHandler::initObject
void initObject(CastorQIEData *)
Definition: CastorQIEDataHandler.cc:36
CastorQIEDataHandler::sinceTime
unsigned int sinceTime
Definition: CastorQIEDataHandler.h:34
gather_cfg.cout
cout
Definition: gather_cfg.py:144
HcalGenericDetId.h
edm::ParameterSet::getUntrackedParameter
T getUntrackedParameter(std::string const &, T const &) const
edm::LogInfo
Log< level::Info, false > LogInfo
Definition: MessageLogger.h:125
cond::TagInfo_t::name
std::string name
Definition: Types.h:72
CastorQIEDataHandler.h
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
edm::ParameterSet
Definition: ParameterSet.h:47
popcon::PopConSourceHandler< CastorQIEData >::tagInfo
cond::TagInfo_t const & tagInfo() const
Definition: PopConSourceHandler.h:78
cond::Iov_t::since
Time_t since
Definition: Types.h:53
cond::Time_t
unsigned long long Time_t
Definition: Time.h:14
CastorQIEDataHandler::~CastorQIEDataHandler
~CastorQIEDataHandler() override
Definition: CastorQIEDataHandler.cc:11
CastorQIEDataHandler::CastorQIEDataHandler
CastorQIEDataHandler(edm::ParameterSet const &)
Definition: CastorQIEDataHandler.cc:6
cond::TagInfo_t::lastInterval
Iov_t lastInterval
Definition: Types.h:73
DetId.h
CastorQIEDataHandler::getNewObjects
void getNewObjects() override
Definition: CastorQIEDataHandler.cc:13
CastorQIEDataHandler::myDBObject
CastorQIEData * myDBObject
Definition: CastorQIEDataHandler.h:36
Exception
Definition: hltDiff.cc:246
CastorQIEDataHandler::m_name
std::string m_name
Definition: CastorQIEDataHandler.h:37
CastorQIEData
Definition: CastorQIEData.h:25
cond::TagInfo_t::size
size_t size
Definition: Types.h:74