CMS 3D CMS Logo

HcalFrontEndMapHandler.cc
Go to the documentation of this file.
4 #include <memory>
5 
7  m_name = ps.getUntrackedParameter<std::string>("name", "HcalFrontEndMapHandler");
8  sinceTime = ps.getUntrackedParameter<unsigned>("IOVRun", 0);
9 }
10 
12 
14  // edm::LogInfo ("HcalFrontEndMapHandler")
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("HcalFrontEndMapHandler") << "------- " << m_name << " - > getNewObjects" << std::endl;
34 }
35 
popcon::PopConSourceHandler< HcalFrontEndMap >::m_to_transfer
OldContainer m_to_transfer
Definition: PopConSourceHandler.h:162
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
HcalFrontEndMapHandler.h
HcalFrontEndMapHandler::getNewObjects
void getNewObjects() override
Definition: HcalFrontEndMapHandler.cc:13
edm::ParameterSet
Definition: ParameterSet.h:47
popcon::PopConSourceHandler< HcalFrontEndMap >::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
HcalFrontEndMapHandler::initObject
void initObject(HcalFrontEndMap *)
Definition: HcalFrontEndMapHandler.cc:36
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
cond::TagInfo_t::lastInterval
Iov_t lastInterval
Definition: Types.h:73
DetId.h
HcalFrontEndMapHandler::m_name
std::string m_name
Definition: HcalFrontEndMapHandler.h:33
Exception
Definition: hltDiff.cc:245
HcalFrontEndMap
Definition: HcalFrontEndMap.h:23
HcalFrontEndMapHandler::sinceTime
unsigned int sinceTime
Definition: HcalFrontEndMapHandler.h:30
HcalFrontEndMapHandler::~HcalFrontEndMapHandler
~HcalFrontEndMapHandler() override
Definition: HcalFrontEndMapHandler.cc:11
HcalFrontEndMapHandler::myDBObject
HcalFrontEndMap * myDBObject
Definition: HcalFrontEndMapHandler.h:32
HcalFrontEndMapHandler::HcalFrontEndMapHandler
HcalFrontEndMapHandler(edm::ParameterSet const &)
Definition: HcalFrontEndMapHandler.cc:6
cond::TagInfo_t::size
size_t size
Definition: Types.h:74