CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
HcalZDCLowGainFractionsHandler.cc
Go to the documentation of this file.
4 #include <memory>
5 
7  m_name = ps.getUntrackedParameter<std::string>("name", "HcalZDCLowGainFractionsHandler");
8  sinceTime = ps.getUntrackedParameter<unsigned>("IOVRun", 0);
9 }
10 
12 
14  edm::LogInfo("HcalZDCLowGainFractionsHandler") << "------- " << m_name << " - > getNewObjects\n"
15  <<
16  //check whats already inside of database
17  "got offlineInfo" << tagInfo().name << ", size " << tagInfo().size << ", last object valid since "
18  << tagInfo().lastInterval.since << std::endl;
19 
20  if (!myDBObject)
21  throw cms::Exception("Empty DB object")
22  << m_name << " has received empty object - nothing to write to DB" << std::endl;
23 
24  // IOV information
25  cond::Time_t myTime = sinceTime;
26 
27  edm::LogInfo("HcalZDCLowGainFractionsHandler") << "Using IOV run " << sinceTime << std::endl;
28 
29  // prepare for transfer:
30  m_to_transfer.push_back(std::make_pair(myDBObject, myTime));
31 
32  edm::LogInfo("HcalZDCLowGainFractionsHandler") << "------- " << m_name << " - > getNewObjects" << std::endl;
33 }
34 
T getUntrackedParameter(std::string const &, T const &) const
Iov_t lastInterval
Definition: Types.h:73
Time_t since
Definition: Types.h:53
size_t size
Definition: Types.h:74
std::string name
Definition: Types.h:72
HcalZDCLowGainFractionsHandler(edm::ParameterSet const &)
unsigned long long Time_t
Definition: Time.h:14
std::vector< std::pair< HcalZDCLowGainFractions *, Time_t > > m_to_transfer
Log< level::Info, false > LogInfo
void initObject(HcalZDCLowGainFractions *)