CMS 3D CMS Logo

CastorRecoParamsHandler.cc
Go to the documentation of this file.
4 #include <memory>
5 
7  m_name = ps.getUntrackedParameter<std::string>("name", "CastorRecoParamsHandler");
8  sinceTime = ps.getUntrackedParameter<unsigned>("IOVRun", 0);
9 }
10 
12 
14  // edm::LogInfo ("CastorRecoParamsHandler")
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("CastorRecoParamsHandler") << "------- " << m_name << " - > getNewObjects" << std::endl;
34 }
35 
CastorRecoParamsHandler::initObject
void initObject(CastorRecoParams *)
Definition: CastorRecoParamsHandler.cc:36
popcon::PopConSourceHandler< CastorRecoParams >::m_to_transfer
OldContainer m_to_transfer
Definition: PopConSourceHandler.h:162
gather_cfg.cout
cout
Definition: gather_cfg.py:144
edm::LogInfo
Definition: MessageLogger.h:254
HcalGenericDetId.h
CastorRecoParamsHandler.h
edm::ParameterSet::getUntrackedParameter
T getUntrackedParameter(std::string const &, T const &) const
cond::TagInfo_t::name
std::string name
Definition: Types.h:72
CastorRecoParamsHandler::getNewObjects
void getNewObjects() override
Definition: CastorRecoParamsHandler.cc:13
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
CastorRecoParamsHandler::sinceTime
unsigned int sinceTime
Definition: CastorRecoParamsHandler.h:33
edm::ParameterSet
Definition: ParameterSet.h:36
popcon::PopConSourceHandler< CastorRecoParams >::tagInfo
cond::TagInfo_t const & tagInfo() const
Definition: PopConSourceHandler.h:78
cond::Iov_t::since
Time_t since
Definition: Types.h:53
CastorRecoParamsHandler::CastorRecoParamsHandler
CastorRecoParamsHandler(edm::ParameterSet const &)
Definition: CastorRecoParamsHandler.cc:6
cond::Time_t
unsigned long long Time_t
Definition: Time.h:14
CastorRecoParamsHandler::m_name
std::string m_name
Definition: CastorRecoParamsHandler.h:36
CastorRecoParams
Definition: CastorRecoParams.h:9
cond::TagInfo_t::lastInterval
Iov_t lastInterval
Definition: Types.h:73
CastorRecoParamsHandler::~CastorRecoParamsHandler
~CastorRecoParamsHandler() override
Definition: CastorRecoParamsHandler.cc:11
DetId.h
Exception
Definition: hltDiff.cc:246
CastorRecoParamsHandler::myDBObject
CastorRecoParams * myDBObject
Definition: CastorRecoParamsHandler.h:35
cond::TagInfo_t::size
size_t size
Definition: Types.h:74