CMS 3D CMS Logo

Public Member Functions | Private Attributes

EcalTBTDCRecInfo Class Reference

#include <EcalTBTDCRecInfo.h>

List of all members.

Public Member Functions

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

Private Attributes

float offset_

Detailed Description

Simple container for TDC reconstructed informations

Id:
EcalTBTDCRecInfo.h,v 1.1 2006/04/21 09:26:34 meridian Exp

Definition at line 14 of file EcalTBTDCRecInfo.h.


Constructor & Destructor Documentation

EcalTBTDCRecInfo::EcalTBTDCRecInfo ( ) [inline]

Definition at line 17 of file EcalTBTDCRecInfo.h.

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

Definition at line 18 of file EcalTBTDCRecInfo.h.

                                       : offset_(offset)
    {
    };
EcalTBTDCRecInfo::~EcalTBTDCRecInfo ( ) [inline]

Definition at line 22 of file EcalTBTDCRecInfo.h.

{};

Member Function Documentation

float EcalTBTDCRecInfo::offset ( ) const [inline]

Definition at line 24 of file EcalTBTDCRecInfo.h.

References offset_.

Referenced by operator<<().

{ return offset_; }

Member Data Documentation

float EcalTBTDCRecInfo::offset_ [private]

Definition at line 28 of file EcalTBTDCRecInfo.h.

Referenced by offset().