52 std::shared_ptr<SiStripDetVOff> lastPayload;
54 edm::LogInfo(
"SiStripDetVOffHandler") <<
"[SiStripDetVOffHandler::" << __func__ <<
"] " 55 <<
"Retrieve last IOV from " <<
m_condDb;
58 if ( m_condDb.find(
"sqlite")==0 && (!condDbSession.
existsDatabase()) ){
60 edm::LogInfo(
"SiStripDetVOffHandler") <<
"[SiStripDetVOffHandler::" << __func__ <<
"] " 61 <<
"No information can be retrieved from " << m_condDb <<
" because the file is empty.\n" 62 <<
"Will assume all HV/LV's are off.";
66 if ( !lastPayloadHash.empty() ) {
70 edm::LogInfo(
"SiStripDetVOffHandler") <<
"[SiStripDetVOffHandler::" << __func__ <<
"] " 71 <<
" ... last IOV: " << lastIov <<
" , " <<
"last Payload: " << lastPayloadHash;
80 edm::LogInfo(
"SiStripDetVOffHandler") <<
"[SiStripDetVOffHandler::" << __func__ <<
"] " 81 <<
"Finished building " <<
newPayloads.size() <<
" new payloads.";
84 edm::LogInfo(
"SiStripDetVOffHandler") <<
"[SiStripDetVOffHandler::" << __func__ <<
"] " 90 edm::LogInfo(
"SiStripDetVOffHandler") <<
"[SiStripDetVOffHandler::" << __func__ <<
"] " 91 <<
"No HV/LV transition was found from PVSS query.";
92 bool forceNewIOV =
true;
101 edm::LogInfo(
"SiStripDetVOffHandler") <<
"[SiStripDetVOffHandler::" << __func__ <<
"] " 102 <<
" ... No payload transfered.";
104 edm::LogInfo(
"SiStripDetVOffHandler") <<
"[SiStripDetVOffHandler::" << __func__ <<
"] " 105 <<
" ... The last IOV is too old. Will start a new IOV from " <<
newPayloads[0].second
112 edm::LogWarning(
"SiStripDetVOffHandler") <<
"[SiStripDetVOffHandler::" << __func__ <<
"] " 126 edm::LogInfo(
"SiStripDetVOffHandler") <<
"[SiStripDetVOffHandler::" << __func__ <<
"] " 127 << newPayloads.size() <<
" payloads written to sqlite file.";
std::vector< std::pair< SiStripDetVOff *, cond::Time_t > > getModulesVOff()
void start(bool readOnly=true)
IOVEditor createIov(const std::string &tag, cond::TimeType timeType, cond::SynchronizationType synchronizationType=cond::SYNCH_ANY)
void setDescription(const std::string &description)
Transaction & transaction()
U second(std::pair< T, U > const &p)
std::vector< std::pair< SiStripDetVOff *, cond::Time_t > > newPayloads
IOVProxy readIov(const std::string &tag, bool full=false)
unsigned long long Time_t
edm::Service< SiStripDetVOffBuilder > modHVBuilder
Session createSession(const std::string &connectionString, bool writeCapable=false)
cond::persistency::ConnectionPool m_connectionPool
IOVEditor editIov(const std::string &tag)
void insert(cond::Time_t since, const cond::Hash &payloadHash, bool checkType=false)
bool existsIov(const std::string &tag)
void setLastSiStripDetVOff(SiStripDetVOff *lastPayload, cond::Time_t lastTimeStamp)
cond::Hash storePayload(const T &payload, const boost::posix_time::ptime &creationTime=boost::posix_time::microsec_clock::universal_time())
std::string m_localCondDbFile
boost::posix_time::ptime to_boost(Time_t iValue)
std::shared_ptr< T > fetchPayload(const cond::Hash &payloadHash)