CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
cond::persistency::IOVEditorData Class Reference

Public Member Functions

 IOVEditorData ()
 

Public Attributes

bool change = false
 
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 10 of file IOVEditor.cc.

Constructor & Destructor Documentation

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

Definition at line 12 of file IOVEditor.cc.

12  :
13  tag( "" ),
15  payloadType(""),
17  description(""),
18  iovBuffer(){
19  }
cond::SynchronizationType synchronizationType
Definition: IOVEditor.cc:23
std::vector< std::tuple< cond::Time_t, cond::Hash, boost::posix_time::ptime > > iovBuffer
Definition: IOVEditor.cc:31

Member Data Documentation

bool cond::persistency::IOVEditorData::change = false

Definition at line 28 of file IOVEditor.cc.

boost::posix_time::ptime cond::persistency::IOVEditorData::creationTime

Definition at line 27 of file IOVEditor.cc.

std::string cond::persistency::IOVEditorData::description
cond::Time_t cond::persistency::IOVEditorData::endOfValidity = cond::time::MAX_VAL

Definition at line 25 of file IOVEditor.cc.

bool cond::persistency::IOVEditorData::exists = false

Definition at line 29 of file IOVEditor.cc.

std::vector<std::tuple<cond::Time_t,cond::Hash,boost::posix_time::ptime> > cond::persistency::IOVEditorData::iovBuffer

Definition at line 31 of file IOVEditor.cc.

cond::Time_t cond::persistency::IOVEditorData::lastValidatedTime = cond::time::MIN_VAL

Definition at line 26 of file IOVEditor.cc.

std::string cond::persistency::IOVEditorData::payloadType

Definition at line 22 of file IOVEditor.cc.

cond::SynchronizationType cond::persistency::IOVEditorData::synchronizationType

Definition at line 23 of file IOVEditor.cc.

std::string cond::persistency::IOVEditorData::tag

Definition at line 20 of file IOVEditor.cc.

Referenced by Inspector.Inspector::SetTag().

cond::TimeType cond::persistency::IOVEditorData::timeType

Definition at line 21 of file IOVEditor.cc.

bool cond::persistency::IOVEditorData::validationMode = false

Definition at line 32 of file IOVEditor.cc.