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

int t0max
 
int t0min
 

Detailed Description

Definition at line 51 of file DTRangeT0.h.

Constructor & Destructor Documentation

DTRangeT0Data::DTRangeT0Data ( )

Definition at line 56 of file DTRangeT0.cc.

56  :
57  t0min( 0 ),
58  t0max( 0 ) {
59 }
DTRangeT0Data::~DTRangeT0Data ( )

Definition at line 75 of file DTRangeT0.cc.

75  {
76 }

Member Data Documentation

int DTRangeT0Data::t0max

Definition at line 59 of file DTRangeT0.h.

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

int DTRangeT0Data::t0min

Definition at line 58 of file DTRangeT0.h.

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