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

#include <DTTPGParameters.h>

Public Member Functions

 DTTPGParametersData ()
 
 ~DTTPGParametersData ()
 

Public Attributes

 COND_SERIALIZABLE
 
int nClock
 
float tPhase
 

Detailed Description

Definition at line 55 of file DTTPGParameters.h.

Constructor & Destructor Documentation

DTTPGParametersData::DTTPGParametersData ( )

Definition at line 69 of file DTTPGParameters.cc.

69  :
70  nClock( 0 ),
71  tPhase( 0.0 ) {
72 }
DTTPGParametersData::~DTTPGParametersData ( )

Definition at line 86 of file DTTPGParameters.cc.

86  {
87 }

Member Data Documentation

DTTPGParametersData::COND_SERIALIZABLE

Definition at line 66 of file DTTPGParameters.h.

int DTTPGParametersData::nClock

Definition at line 62 of file DTTPGParameters.h.

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

float DTTPGParametersData::tPhase

Definition at line 63 of file DTTPGParameters.h.

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