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
DTRangeT0Data Class Reference

#include <DTRangeT0.h>

Public Member Functions

 DTRangeT0Data ()
 
 ~DTRangeT0Data ()
 

Public Attributes

 COND_SERIALIZABLE
 
int t0max
 
int t0min
 

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 Data Documentation

DTRangeT0Data::COND_SERIALIZABLE

Definition at line 67 of file DTRangeT0.h.

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