CMS 3D CMS Logo

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

Public Member Functions

 RunInfoEditorData ()
 

Public Attributes

std::vector< std::tuple< cond::Time_t, boost::posix_time::ptime, boost::posix_time::ptime > > runBuffer
 
std::vector< std::tuple< cond::Time_t, boost::posix_time::ptime, boost::posix_time::ptime > > updateBuffer
 

Detailed Description

Definition at line 11 of file RunInfoEditor.cc.

Constructor & Destructor Documentation

cond::persistency::RunInfoEditorData::RunInfoEditorData ( )
inlineexplicit

Definition at line 13 of file RunInfoEditor.cc.

13  :
14  runBuffer(),
15  updateBuffer(){
16  }
std::vector< std::tuple< cond::Time_t, boost::posix_time::ptime, boost::posix_time::ptime > > updateBuffer
std::vector< std::tuple< cond::Time_t, boost::posix_time::ptime, boost::posix_time::ptime > > runBuffer

Member Data Documentation

std::vector<std::tuple<cond::Time_t,boost::posix_time::ptime,boost::posix_time::ptime> > cond::persistency::RunInfoEditorData::runBuffer

Definition at line 18 of file RunInfoEditor.cc.

std::vector<std::tuple<cond::Time_t,boost::posix_time::ptime,boost::posix_time::ptime> > cond::persistency::RunInfoEditorData::updateBuffer

Definition at line 19 of file RunInfoEditor.cc.