CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
SiStripDQMPopConSourceHandler< T > Class Template Referenceabstract

#include <SiStripDQMPopConSourceHandler.h>

Inheritance diagram for SiStripDQMPopConSourceHandler< T >:
popcon::PopConSourceHandler< T >

Public Types

typedef dqm::legacy::DQMStore DQMStore
 
- Public Types inherited from popcon::PopConSourceHandler< T >
typedef std::vector< TripletContainer
 
typedef std::vector< std::pair< T *, cond::Time_t > > OldContainer
 
typedef PopConSourceHandler< Tself
 
typedef cond::Summary Summary
 
typedef cond::Time_t Time_t
 
typedef T value_type
 

Public Member Functions

virtual bool checkForCompatibility (const std::string &otherMetaData) const
 
virtual void dqmEndJob (DQMStore::IBooker &booker, DQMStore::IGetter &getter)
 
virtual std::string getMetaDataString () const
 
void getNewObjects () override
 
virtual TgetObj () const =0
 
std::string id () const override
 
virtual void initES (const edm::EventSetup &)
 
 SiStripDQMPopConSourceHandler (const edm::ParameterSet &pset)
 
 ~SiStripDQMPopConSourceHandler () override
 
- Public Member Functions inherited from popcon::PopConSourceHandler< T >
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 ()
 

Protected Member Functions

uint32_t getRunNumber () const
 
- Protected Member Functions inherited from popcon::PopConSourceHandler< T >
int add (value_type *payload, Summary *summary, Time_t time)
 
cond::persistency::SessiondbSession () const
 

Private Member Functions

bool isTransferNeeded ()
 
void setForTransfer ()
 

Private Attributes

bool m_debugMode
 
bool m_iovSequence
 
std::string m_name
 
uint32_t m_runNumber
 
unsigned long long m_since
 

Additional Inherited Members

- Protected Attributes inherited from popcon::PopConSourceHandler< T >
OldContainer m_to_transfer
 
std::string m_userTextLog
 

Detailed Description

template<typename T>
class SiStripDQMPopConSourceHandler< T >

Author
M. De Mattia
P. David (merge service functionality into base class)

Base class for SiStrip popcon::PopConSourceHandler (reading from DQM) and writing in the Database.

Definition at line 18 of file SiStripDQMPopConSourceHandler.h.

Member Typedef Documentation

Definition at line 20 of file SiStripDQMPopConSourceHandler.h.

Constructor & Destructor Documentation

template<typename T>
SiStripDQMPopConSourceHandler< T >::SiStripDQMPopConSourceHandler ( const edm::ParameterSet pset)
inlineexplicit

Definition at line 22 of file SiStripDQMPopConSourceHandler.h.

23  : m_name{pset.getUntrackedParameter<std::string>("name", "SiStripPopConDbObjHandler")},
24  m_since{pset.getUntrackedParameter<uint32_t>("since", 5)},
25  m_runNumber{pset.getParameter<uint32_t>("RunNb")},
26  m_iovSequence{pset.getUntrackedParameter<bool>("iovSequence", true)} // flag: check compatibility
27  ,
28  m_debugMode{pset.getUntrackedParameter<bool>("debug", false)} {}
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
template<typename T>
SiStripDQMPopConSourceHandler< T >::~SiStripDQMPopConSourceHandler ( )
inlineoverride

Definition at line 30 of file SiStripDQMPopConSourceHandler.h.

30 {}

Member Function Documentation

template<typename T>
virtual bool SiStripDQMPopConSourceHandler< T >::checkForCompatibility ( const std::string &  otherMetaData) const
inlinevirtual

Definition at line 39 of file SiStripDQMPopConSourceHandler.h.

Referenced by SiStripDQMPopConSourceHandler< T >::isTransferNeeded().

39  {
40  return otherMetaData != getMetaDataString();
41  }
virtual std::string getMetaDataString() const
template<typename T>
virtual void SiStripDQMPopConSourceHandler< T >::dqmEndJob ( DQMStore::IBooker booker,
DQMStore::IGetter getter 
)
inlinevirtual
template<class T >
std::string SiStripDQMPopConSourceHandler< T >::getMetaDataString ( ) const
virtual
template<typename T >
void SiStripDQMPopConSourceHandler< T >::getNewObjects ( )
overridevirtual

Implements popcon::PopConSourceHandler< T >.

Definition at line 67 of file SiStripDQMPopConSourceHandler.h.

References cond::LogDBEntry_t::destinationDB, cond::LogDBEntry_t::execmessage, cond::LogDBEntry_t::exectime, cond::LogDBEntry_t::iovtag, cond::LogDBEntry_t::iovtimetype, SiStripDQMPopConSourceHandler< T >::isTransferNeeded(), cond::TagInfo_t::lastInterval, cond::TagInfo_t::lastPayloadToken, popcon::PopConSourceHandler< T >::logDBEntry(), cond::LogDBEntry_t::logId, SiStripDQMPopConSourceHandler< T >::m_debugMode, SiStripDQMPopConSourceHandler< T >::m_name, cond::TagInfo_t::name, cond::LogDBEntry_t::payloadClass, cond::LogDBEntry_t::payloadIdx, cond::LogDBEntry_t::payloadToken, cond::LogDBEntry_t::provenance, SiStripDQMPopConSourceHandler< T >::setForTransfer(), cond::TagInfo_t::size, findQualityFiles::size, contentValuesCheck::ss, popcon::PopConSourceHandler< T >::tagInfo(), cond::TagInfo_t::token, cond::LogDBEntry_t::usertext, and popcon::PopConSourceHandler< T >::userTextLog().

Referenced by SiStripDQMPopConSourceHandler< SiStripBadStrip >::~SiStripDQMPopConSourceHandler().

67  {
68  edm::LogInfo("SiStripPopConDbObjHandler")
69  << "[SiStripPopConDbObjHandler::getNewObjects] for PopCon application " << m_name;
70 
71  if (m_debugMode) {
72  std::stringstream ss;
73  ss << "\n\n------- " << m_name << " - > getNewObjects\n";
74  if (this->tagInfo().size) {
75  //check whats already inside of database
76  ss << "\ngot offlineInfo" << this->tagInfo().name << "\n size " << this->tagInfo().size << "\n"
77  << this->tagInfo().token << "\n last object valid since " << this->tagInfo().lastInterval.first << "\n token "
78  << this->tagInfo().lastPayloadToken << "\n UserText " << this->userTextLog() << "\n LogDBEntry \n"
79  << this->logDBEntry().logId << "\n"
80  << this->logDBEntry().destinationDB << "\n"
81  << this->logDBEntry().provenance << "\n"
82  << this->logDBEntry().usertext << "\n"
83  << this->logDBEntry().iovtag << "\n"
84  << this->logDBEntry().iovtimetype << "\n"
85  << this->logDBEntry().payloadIdx << "\n"
86  << this->logDBEntry().payloadClass << "\n"
87  << this->logDBEntry().payloadToken << "\n"
88  << this->logDBEntry().exectime << "\n"
89  << this->logDBEntry().execmessage << "\n";
90  if (!this->logDBEntry().usertext.empty())
91  ss << "\n-- user text " << this->logDBEntry().usertext.substr(this->logDBEntry().usertext.find_last_of("@"));
92  } else {
93  ss << " First object for this tag ";
94  }
95  edm::LogInfo("SiStripPopConDbObjHandler") << ss.str();
96  }
97 
98  if (isTransferNeeded())
100 
101  edm::LogInfo("SiStripPopConDbObjHandler")
102  << "[SiStripPopConDbObjHandler::getNewObjects] for PopCon application " << m_name << " Done\n--------------\n";
103 }
size
Write out results.
std::string const & userTextLog() const
unsigned long long logId
Definition: Types.h:91
std::string provenance
Definition: Types.h:93
std::string payloadToken
Definition: Types.h:100
size_t size
Definition: Types.h:76
std::string execmessage
Definition: Types.h:102
std::string name
Definition: Types.h:72
cond::ValidityInterval lastInterval
Definition: Types.h:74
std::string payloadClass
Definition: Types.h:99
cond::LogDBEntry_t const & logDBEntry() const
std::string destinationDB
Definition: Types.h:92
std::string exectime
Definition: Types.h:101
std::string lastPayloadToken
Definition: Types.h:75
unsigned int payloadIdx
Definition: Types.h:97
std::string usertext
Definition: Types.h:94
std::string token
Definition: Types.h:73
cond::TagInfo_t const & tagInfo() const
std::string iovtimetype
Definition: Types.h:96
std::string iovtag
Definition: Types.h:95
template<typename T>
virtual T* SiStripDQMPopConSourceHandler< T >::getObj ( ) const
pure virtual
template<typename T>
uint32_t SiStripDQMPopConSourceHandler< T >::getRunNumber ( ) const
inlineprotected

Definition at line 48 of file SiStripDQMPopConSourceHandler.h.

template<typename T>
std::string SiStripDQMPopConSourceHandler< T >::id ( void  ) const
inlineoverridevirtual
template<typename T>
virtual void SiStripDQMPopConSourceHandler< T >::initES ( const edm::EventSetup )
inlinevirtual
template<typename T >
bool SiStripDQMPopConSourceHandler< T >::isTransferNeeded ( )
private

Definition at line 106 of file SiStripDQMPopConSourceHandler.h.

References SiStripDQMPopConSourceHandler< T >::checkForCompatibility(), cond::LogDBEntry_t::destinationDB, SiStripDQMPopConSourceHandler< T >::getMetaDataString(), cond::TagInfo_t::lastInterval, popcon::PopConSourceHandler< T >::logDBEntry(), SiStripDQMPopConSourceHandler< T >::m_iovSequence, SiStripDQMPopConSourceHandler< T >::m_since, popcon::PopConSourceHandler< T >::m_userTextLog, cond::LogDBEntry_t::payloadClass, contentValuesCheck::ss, AlCaHLTBitMon_QueryRunRegistry::string, popcon::PopConSourceHandler< T >::tagInfo(), and cond::LogDBEntry_t::usertext.

Referenced by SiStripDQMPopConSourceHandler< T >::getNewObjects().

106  {
107  edm::LogInfo("SiStripPopConDbObjHandler") << "[SiStripPopConDbObjHandler::isTransferNeeded] checking for transfer ";
108 
109  if (m_iovSequence && (m_since <= this->tagInfo().lastInterval.first)) {
110  edm::LogInfo("SiStripPopConDbObjHandler")
111  << "[SiStripPopConDbObjHandler::isTransferNeeded] \nthe current starting iov " << m_since
112  << "\nis not compatible with the last iov (" << this->tagInfo().lastInterval.first << ") open for the object "
113  << this->logDBEntry().payloadClass << " \nin the db " << this->logDBEntry().destinationDB
114  << " \n NO TRANSFER NEEDED";
115  return false;
116  }
117 
118  std::string ss_logdb{};
119 
120  //get log information from previous upload
121  if (!this->logDBEntry().usertext.empty())
122  ss_logdb = this->logDBEntry().usertext.substr(this->logDBEntry().usertext.find_last_of("@") + 2);
123 
125  if ((!m_iovSequence) || checkForCompatibility(ss_logdb)) {
126  this->m_userTextLog = "@ " + ss;
127 
128  edm::LogInfo("SiStripPopConDbObjHandler")
129  << "[SiStripPopConDbObjHandler::isTransferNeeded] \nthe selected conditions will be uploaded: " << ss
130  << "\n Current MetaData - " << ss << "\n Last Uploaded MetaData- " << ss_logdb << "\n Fine";
131 
132  return true;
133  } else if (m_iovSequence) {
134  edm::LogInfo("SiStripPopConDbObjHandler")
135  << "[SiStripPopConDbObjHandler::isTransferNeeded] \nthe current MetaData conditions " << ss
136  << "\nare not compatible with the MetaData Conditions of the last iov (" << this->tagInfo().lastInterval.first
137  << ") open for the object " << this->logDBEntry().payloadClass << " \nin the db "
138  << this->logDBEntry().destinationDB << " \nConditions: " << ss_logdb << "\n NO TRANSFER NEEDED";
139  return false;
140  } else {
141  return true;
142  }
143 }
virtual std::string getMetaDataString() const
cond::ValidityInterval lastInterval
Definition: Types.h:74
std::string payloadClass
Definition: Types.h:99
cond::LogDBEntry_t const & logDBEntry() const
std::string destinationDB
Definition: Types.h:92
std::string usertext
Definition: Types.h:94
virtual bool checkForCompatibility(const std::string &otherMetaData) const
cond::TagInfo_t const & tagInfo() const
template<typename T >
void SiStripDQMPopConSourceHandler< T >::setForTransfer ( )
private

Definition at line 146 of file SiStripDQMPopConSourceHandler.h.

References SiStripDQMPopConSourceHandler< T >::getObj(), cond::TagInfo_t::lastInterval, SiStripDQMPopConSourceHandler< T >::m_debugMode, SiStripDQMPopConSourceHandler< T >::m_name, SiStripDQMPopConSourceHandler< T >::m_since, popcon::PopConSourceHandler< T >::m_to_transfer, Skims_PA_cff::name, getGTfromDQMFile::obj, findQualityFiles::size, and popcon::PopConSourceHandler< T >::tagInfo().

Referenced by SiStripDQMPopConSourceHandler< T >::getNewObjects().

146  {
147  edm::LogInfo("SiStripPopConDbObjHandler")
148  << "[SiStripPopConDbObjHandler::setForTransfer] " << m_name << " getting data to be transferred ";
149 
150  if (!this->tagInfo().size)
151  m_since = 1;
152  else if (m_debugMode)
153  m_since = this->tagInfo().lastInterval.first + 1;
154 
155  T* obj = this->getObj();
156  if (obj) {
157  edm::LogInfo("SiStripPopConDbObjHandler") << "setting since = " << m_since;
158  this->m_to_transfer.push_back(std::make_pair(obj, m_since));
159  } else {
160  edm::LogError("SiStripPopConDbObjHandler")
161  << "[SiStripPopConDbObjHandler::setForTransfer] " << m_name << " : NULL pointer of obj " << typeid(T).name()
162  << " reported by SiStripCondObjBuilderFromDb\n Transfer aborted";
163  }
164 }
size
Write out results.
cond::ValidityInterval lastInterval
Definition: Types.h:74
long double T
virtual T * getObj() const =0
cond::TagInfo_t const & tagInfo() const

Member Data Documentation

template<typename T>
bool SiStripDQMPopConSourceHandler< T >::m_debugMode
private
template<typename T>
bool SiStripDQMPopConSourceHandler< T >::m_iovSequence
private
template<typename T>
std::string SiStripDQMPopConSourceHandler< T >::m_name
private
template<typename T>
uint32_t SiStripDQMPopConSourceHandler< T >::m_runNumber
private
template<typename T>
unsigned long long SiStripDQMPopConSourceHandler< T >::m_since
private