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

#include <DTPerformance.h>

Public Member Functions

 DTPerformanceData ()
 
 ~DTPerformanceData ()
 

Public Attributes

 COND_SERIALIZABLE
 
float meanAfterPulse
 
float meanEfficiency
 
float meanMtime
 
float meanNoise
 
float meanResolution
 
float meanT0
 
float meanTtrig
 

Detailed Description

Definition at line 56 of file DTPerformance.h.

Constructor & Destructor Documentation

DTPerformanceData::DTPerformanceData ( )

Definition at line 56 of file DTPerformance.cc.

56  :
57  meanT0( 0.0 ),
58  meanTtrig( 0.0 ),
59  meanMtime( 0.0 ),
60  meanNoise( 0.0 ),
61  meanAfterPulse( 0.0 ),
62  meanResolution( 0.0 ),
63  meanEfficiency( 0.0 ) {
64 }
DTPerformanceData::~DTPerformanceData ( )

Definition at line 74 of file DTPerformance.cc.

74  {
75 }

Member Data Documentation

DTPerformanceData::COND_SERIALIZABLE

Definition at line 72 of file DTPerformance.h.

float DTPerformanceData::meanAfterPulse

Definition at line 67 of file DTPerformance.h.

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

float DTPerformanceData::meanEfficiency

Definition at line 69 of file DTPerformance.h.

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

float DTPerformanceData::meanMtime

Definition at line 65 of file DTPerformance.h.

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

float DTPerformanceData::meanNoise

Definition at line 66 of file DTPerformance.h.

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

float DTPerformanceData::meanResolution

Definition at line 68 of file DTPerformance.h.

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

float DTPerformanceData::meanT0

Definition at line 63 of file DTPerformance.h.

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

float DTPerformanceData::meanTtrig

Definition at line 64 of file DTPerformance.h.

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