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

int nClock
 
float tPhase
 

Detailed Description

Definition at line 50 of file DTTPGParameters.h.

Constructor & Destructor Documentation

DTTPGParametersData::DTTPGParametersData ( )

Definition at line 59 of file DTTPGParameters.cc.

59  :
60  nClock( 0 ),
61  tPhase( 0.0 ) {
62 }
DTTPGParametersData::~DTTPGParametersData ( )

Definition at line 78 of file DTTPGParameters.cc.

78  {
79 }

Member Data Documentation

int DTTPGParametersData::nClock

Definition at line 57 of file DTTPGParameters.h.

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

float DTTPGParametersData::tPhase

Definition at line 58 of file DTTPGParameters.h.

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