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

#include <DTT0.h>

Public Member Functions

 DTT0Data ()
 
 ~DTT0Data ()
 

Public Attributes

float t0mean
 
float t0rms
 

Detailed Description

Definition at line 55 of file DTT0.h.

Constructor & Destructor Documentation

DTT0Data::DTT0Data ( )

Definition at line 67 of file DTT0.cc.

67  :
68  t0mean( 0.0 ),
69  t0rms( 0.0 ) {
70 }
float t0rms
Definition: DTT0.h:63
float t0mean
Definition: DTT0.h:62
DTT0Data::~DTT0Data ( )

Definition at line 87 of file DTT0.cc.

87  {
88 }

Member Data Documentation

float DTT0Data::t0mean

Definition at line 62 of file DTT0.h.

Referenced by DTT0::getRandom(), DTT0::getSorted(), and DTT0::set().

float DTT0Data::t0rms

Definition at line 63 of file DTT0.h.

Referenced by DTT0::getRandom(), DTT0::getSorted(), and DTT0::set().