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 | Private Member Functions | Friends
DTT0Data Class Reference

#include <DTT0.h>

Public Member Functions

 DTT0Data ()
 
 ~DTT0Data ()
 

Public Attributes

uint32_t channelId
 
float t0mean
 
float t0rms
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 

Detailed Description

Definition at line 37 of file DTT0.h.

Constructor & Destructor Documentation

DTT0Data::DTT0Data ( )

Definition at line 46 of file DTT0.cc.

46  :
47  channelId( 0 ),
48  t0mean( 0.0 ),
49  t0rms( 0.0 ) {
50 }
uint32_t channelId
Definition: DTT0.h:44
float t0rms
Definition: DTT0.h:46
float t0mean
Definition: DTT0.h:45
DTT0Data::~DTT0Data ( )

Definition at line 60 of file DTT0.cc.

60  {
61 }

Member Function Documentation

template<class Archive >
void DTT0Data::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 49 of file DTT0.h.

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 49 of file DTT0.h.

Member Data Documentation

uint32_t DTT0Data::channelId

Definition at line 44 of file DTT0.h.

Referenced by DTT0::clear(), DTT0::get(), and DTT0::set().

float DTT0Data::t0mean

Definition at line 45 of file DTT0.h.

Referenced by DTT0::clear(), DTT0::get(), and DTT0::set().

float DTT0Data::t0rms

Definition at line 46 of file DTT0.h.

Referenced by DTT0::clear(), DTT0::get(), and DTT0::set().