CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
HcalPedestalWidthsHandler Class Reference

#include <HcalPedestalWidthsHandler.h>

Inheritance diagram for HcalPedestalWidthsHandler:
popcon::PopConSourceHandler< HcalPedestalWidths >

Public Member Functions

void getNewObjects () override
 
 HcalPedestalWidthsHandler (edm::ParameterSet const &)
 
std::string id () const override
 
void initObject (HcalPedestalWidths *)
 
 ~HcalPedestalWidthsHandler () override
 
- Public Member Functions inherited from popcon::PopConSourceHandler< HcalPedestalWidths >
void convertFromOld ()
 
SummarydummySummary (typename OldContainer::value_type const &) const
 
void initialize (const cond::persistency::Session &dbSession, cond::TagInfo_t const &tagInfo, cond::LogDBEntry_t const &logDBEntry)
 
Ref lastPayload () const
 
cond::LogDBEntry_t const & logDBEntry () const
 
std::pair< Container const *, std::string const > operator() (const cond::persistency::Session &session, cond::TagInfo_t const &tagInfo, cond::LogDBEntry_t const &logDBEntry) const
 
 PopConSourceHandler ()
 
Container const & returnData ()
 
void sort ()
 
cond::TagInfo_t const & tagInfo () const
 
std::string const & userTextLog () const
 
virtual ~PopConSourceHandler ()
 

Private Attributes

edm::FileInPath fFile
 
std::string m_name
 
HcalPedestalWidthsmyDBObject
 
unsigned int sinceTime
 

Additional Inherited Members

- Public Types inherited from popcon::PopConSourceHandler< HcalPedestalWidths >
typedef std::vector< Triplet > Container
 
typedef std::vector< std::pair< HcalPedestalWidths *, cond::Time_t > > OldContainer
 
typedef PopConSourceHandler< HcalPedestalWidthsself
 
typedef cond::Summary Summary
 
typedef cond::Time_t Time_t
 
typedef HcalPedestalWidths value_type
 
- Protected Member Functions inherited from popcon::PopConSourceHandler< HcalPedestalWidths >
int add (value_type *payload, Summary *summary, Time_t time)
 
cond::persistency::SessiondbSession () const
 
- Protected Attributes inherited from popcon::PopConSourceHandler< HcalPedestalWidths >
OldContainer m_to_transfer
 
std::string m_userTextLog
 

Detailed Description

Definition at line 23 of file HcalPedestalWidthsHandler.h.

Constructor & Destructor Documentation

◆ ~HcalPedestalWidthsHandler()

HcalPedestalWidthsHandler::~HcalPedestalWidthsHandler ( )
override

Definition at line 11 of file HcalPedestalWidthsHandler.cc.

11 {}

◆ HcalPedestalWidthsHandler()

HcalPedestalWidthsHandler::HcalPedestalWidthsHandler ( edm::ParameterSet const &  ps)

Definition at line 6 of file HcalPedestalWidthsHandler.cc.

6  {
7  m_name = ps.getUntrackedParameter<std::string>("name", "HcalPedestalWidthsHandler");
8  sinceTime = ps.getUntrackedParameter<unsigned>("IOVRun", 0);
9 }

References edm::ParameterSet::getUntrackedParameter(), m_name, sinceTime, and AlCaHLTBitMon_QueryRunRegistry::string.

Member Function Documentation

◆ getNewObjects()

void HcalPedestalWidthsHandler::getNewObjects ( )
overridevirtual

Implements popcon::PopConSourceHandler< HcalPedestalWidths >.

Definition at line 13 of file HcalPedestalWidthsHandler.cc.

13  {
14  // edm::LogInfo ("HcalPedestalWidthsHandler")
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("HcalPedestalWidthsHandler") << "------- " << m_name << " - > getNewObjects" << std::endl;
34 }

References gather_cfg::cout, Exception, cond::TagInfo_t::lastInterval, m_name, popcon::PopConSourceHandler< HcalPedestalWidths >::m_to_transfer, myDBObject, cond::TagInfo_t::name, cond::Iov_t::since, sinceTime, cond::TagInfo_t::size, and popcon::PopConSourceHandler< HcalPedestalWidths >::tagInfo().

◆ id()

std::string HcalPedestalWidthsHandler::id ( ) const
inlineoverridevirtual

Implements popcon::PopConSourceHandler< HcalPedestalWidths >.

Definition at line 26 of file HcalPedestalWidthsHandler.h.

26 { return m_name; }

References m_name.

◆ initObject()

void HcalPedestalWidthsHandler::initObject ( HcalPedestalWidths fObject)

Definition at line 36 of file HcalPedestalWidthsHandler.cc.

36 { myDBObject = fObject; }

References myDBObject.

Referenced by HcalPedestalWidthsPopConAnalyzer::endJob().

Member Data Documentation

◆ fFile

edm::FileInPath HcalPedestalWidthsHandler::fFile
private

Definition at line 34 of file HcalPedestalWidthsHandler.h.

◆ m_name

std::string HcalPedestalWidthsHandler::m_name
private

Definition at line 36 of file HcalPedestalWidthsHandler.h.

Referenced by getNewObjects(), HcalPedestalWidthsHandler(), and id().

◆ myDBObject

HcalPedestalWidths* HcalPedestalWidthsHandler::myDBObject
private

Definition at line 35 of file HcalPedestalWidthsHandler.h.

Referenced by getNewObjects(), and initObject().

◆ sinceTime

unsigned int HcalPedestalWidthsHandler::sinceTime
private

Definition at line 33 of file HcalPedestalWidthsHandler.h.

Referenced by getNewObjects(), and HcalPedestalWidthsHandler().

popcon::PopConSourceHandler< HcalPedestalWidths >::m_to_transfer
OldContainer m_to_transfer
Definition: PopConSourceHandler.h:162
gather_cfg.cout
cout
Definition: gather_cfg.py:144
HcalPedestalWidthsHandler::myDBObject
HcalPedestalWidths * myDBObject
Definition: HcalPedestalWidthsHandler.h:35
edm::LogInfo
Log< level::Info, false > LogInfo
Definition: MessageLogger.h:125
cond::TagInfo_t::name
std::string name
Definition: Types.h:72
HcalPedestalWidthsHandler::sinceTime
unsigned int sinceTime
Definition: HcalPedestalWidthsHandler.h:33
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
popcon::PopConSourceHandler< HcalPedestalWidths >::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
cond::TagInfo_t::lastInterval
Iov_t lastInterval
Definition: Types.h:73
HcalPedestalWidthsHandler::m_name
std::string m_name
Definition: HcalPedestalWidthsHandler.h:36
Exception
Definition: hltDiff.cc:246
cond::TagInfo_t::size
size_t size
Definition: Types.h:74