CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 12 of file EcalTBTDCRecInfo.h.

Constructor & Destructor Documentation

EcalTBTDCRecInfo::EcalTBTDCRecInfo ( )
inline

Definition at line 14 of file EcalTBTDCRecInfo.h.

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

Definition at line 15 of file EcalTBTDCRecInfo.h.

15 : offset_(offset){};
float offset() const
EcalTBTDCRecInfo::~EcalTBTDCRecInfo ( )
inline

Definition at line 17 of file EcalTBTDCRecInfo.h.

17 {};

Member Function Documentation

float EcalTBTDCRecInfo::offset ( ) const
inline

Definition at line 19 of file EcalTBTDCRecInfo.h.

References offset_.

Referenced by operator<<().

19 { return offset_; }

Member Data Documentation

float EcalTBTDCRecInfo::offset_
private

Definition at line 22 of file EcalTBTDCRecInfo.h.

Referenced by offset().