CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
cond::persistency::IOVEditorData Class Reference

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
 

Detailed Description

Definition at line 11 of file IOVEditor.cc.

Constructor & Destructor Documentation

cond::persistency::IOVEditorData::IOVEditorData ( )
inlineexplicit

Definition at line 13 of file IOVEditor.cc.

13  :
14  tag( "" ),
16  payloadType(""),
18  description(""),
19  iovBuffer(),
20  changes(){
21  }
std::set< std::string > changes
Definition: IOVEditor.cc:35
cond::SynchronizationType synchronizationType
Definition: IOVEditor.cc:25
std::vector< std::tuple< cond::Time_t, cond::Hash, boost::posix_time::ptime > > iovBuffer
Definition: IOVEditor.cc:33

Member Data Documentation

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
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.