CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
EcalTBTDCRecInfo Class Reference

#include <EcalTBTDCRecInfo.h>

Public Member Functions

 EcalTBTDCRecInfo ()
 
 EcalTBTDCRecInfo (const float &offset)
 
float offset () const
 
 ~EcalTBTDCRecInfo ()
 

Private Attributes

float offset_
 

Detailed Description

Simple container for TDC reconstructed informations

Definition at line 13 of file EcalTBTDCRecInfo.h.

Constructor & Destructor Documentation

EcalTBTDCRecInfo::EcalTBTDCRecInfo ( )
inline

Definition at line 16 of file EcalTBTDCRecInfo.h.

16 {};
EcalTBTDCRecInfo::EcalTBTDCRecInfo ( const float &  offset)
inline

Definition at line 17 of file EcalTBTDCRecInfo.h.

17  : offset_(offset)
18  {
19  };
float offset() const
EcalTBTDCRecInfo::~EcalTBTDCRecInfo ( )
inline

Definition at line 21 of file EcalTBTDCRecInfo.h.

21 {};

Member Function Documentation

float EcalTBTDCRecInfo::offset ( ) const
inline

Member Data Documentation

float EcalTBTDCRecInfo::offset_
private

Definition at line 27 of file EcalTBTDCRecInfo.h.

Referenced by offset().