CMS 3D CMS Logo

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 52 of file DTRangeT0.h.

Constructor & Destructor Documentation

◆ DTRangeT0Data()

DTRangeT0Data::DTRangeT0Data ( )

Definition at line 39 of file DTRangeT0.cc.

39 : t0min(0), t0max(0) {}

◆ ~DTRangeT0Data()

DTRangeT0Data::~DTRangeT0Data ( )

Definition at line 48 of file DTRangeT0.cc.

48 {}

Member Function Documentation

◆ serialize()

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

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 60 of file DTRangeT0.h.

◆ cond::serialization::access

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

Definition at line 60 of file DTRangeT0.h.

Member Data Documentation

◆ t0max

int DTRangeT0Data::t0max

Definition at line 58 of file DTRangeT0.h.

◆ t0min

int DTRangeT0Data::t0min

Definition at line 57 of file DTRangeT0.h.