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 | Private Member Functions | Friends
DTRangeT0Data Class Reference

#include <DTRangeT0.h>

Public Member Functions

 DTRangeT0Data ()
 
 ~DTRangeT0Data ()
 

Public Attributes

int t0max
 
int t0min
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 

Detailed Description

Definition at line 56 of file DTRangeT0.h.

Constructor & Destructor Documentation

DTRangeT0Data::DTRangeT0Data ( )

Definition at line 54 of file DTRangeT0.cc.

54  :
55  t0min( 0 ),
56  t0max( 0 ) {
57 }
DTRangeT0Data::~DTRangeT0Data ( )

Definition at line 71 of file DTRangeT0.cc.

71  {
72 }

Member Function Documentation

template<class Archive >
void DTRangeT0Data::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 67 of file DTRangeT0.h.

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 67 of file DTRangeT0.h.

Member Data Documentation

int DTRangeT0Data::t0max

Definition at line 64 of file DTRangeT0.h.

Referenced by DTRangeT0::get(), and DTRangeT0::set().

int DTRangeT0Data::t0min

Definition at line 63 of file DTRangeT0.h.

Referenced by DTRangeT0::get(), and DTRangeT0::set().