Public Member Functions | |
IOVEditorData () | |
Public Attributes | |
bool | change = false |
std::set< std::string > | changes |
boost::posix_time::ptime | creationTime |
std::string | description |
cond::Time_t | endOfValidity = cond::time::MAX_VAL |
bool | exists = false |
std::vector< std::tuple< cond::Time_t, cond::Hash, boost::posix_time::ptime > > | iovBuffer |
cond::Time_t | lastValidatedTime = cond::time::MIN_VAL |
std::string | payloadType |
cond::SynchronizationType | synchronizationType |
std::string | tag |
cond::TimeType | timeType |
bool | validationMode = false |
Definition at line 11 of file IOVEditor.cc.
|
inlineexplicit |
Definition at line 13 of file IOVEditor.cc.
bool cond::persistency::IOVEditorData::change = false |
Definition at line 30 of file IOVEditor.cc.
std::set<std::string> cond::persistency::IOVEditorData::changes |
Definition at line 35 of file IOVEditor.cc.
boost::posix_time::ptime cond::persistency::IOVEditorData::creationTime |
Definition at line 29 of file IOVEditor.cc.
std::string cond::persistency::IOVEditorData::description |
Definition at line 26 of file IOVEditor.cc.
cond::Time_t cond::persistency::IOVEditorData::endOfValidity = cond::time::MAX_VAL |
Definition at line 27 of file IOVEditor.cc.
bool cond::persistency::IOVEditorData::exists = false |
Definition at line 31 of file IOVEditor.cc.
std::vector<std::tuple<cond::Time_t,cond::Hash,boost::posix_time::ptime> > cond::persistency::IOVEditorData::iovBuffer |
Definition at line 33 of file IOVEditor.cc.
cond::Time_t cond::persistency::IOVEditorData::lastValidatedTime = cond::time::MIN_VAL |
Definition at line 28 of file IOVEditor.cc.
std::string cond::persistency::IOVEditorData::payloadType |
Definition at line 24 of file IOVEditor.cc.
cond::SynchronizationType cond::persistency::IOVEditorData::synchronizationType |
Definition at line 25 of file IOVEditor.cc.
std::string cond::persistency::IOVEditorData::tag |
Definition at line 22 of file IOVEditor.cc.
Referenced by FWLite.ElectronMVAID::__call__(), Inspector.Inspector::Loop(), DTTtrigWorkflow.DTttrigWorkflow::prepare_timeboxes_correction(), and DTWorkflow.DTWorkflow::remote_out_path().
cond::TimeType cond::persistency::IOVEditorData::timeType |
Definition at line 23 of file IOVEditor.cc.
bool cond::persistency::IOVEditorData::validationMode = false |
Definition at line 34 of file IOVEditor.cc.