CMS 3D CMS Logo

EcalTBTDCRecInfo Class Reference

Simple container for TDC reconstructed informations. More...

#include <TBDataFormats/EcalTBObjects/interface/EcalTBTDCRecInfo.h>

List of all members.

Public Member Functions

 EcalTBTDCRecInfo (const float &offset)
 EcalTBTDCRecInfo ()
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.

00017 {};

EcalTBTDCRecInfo::EcalTBTDCRecInfo ( const float &  offset  )  [inline]

Definition at line 18 of file EcalTBTDCRecInfo.h.

00018                                        : offset_(offset)
00019     {
00020     };

EcalTBTDCRecInfo::~EcalTBTDCRecInfo (  )  [inline]

Definition at line 22 of file EcalTBTDCRecInfo.h.

00022 {};


Member Function Documentation

float EcalTBTDCRecInfo::offset ( void   )  const [inline]

Definition at line 24 of file EcalTBTDCRecInfo.h.

References offset_.

Referenced by EBBeamHodoTask::analyze(), EcalSimpleTBAnalyzer::analyze(), EEBeamHodoTask::analyze(), EcalTBValidation::analyze(), operator<<(), and EcalTBWeightUncalibRecHitProducer::produce().

00024 { return offset_; }


Member Data Documentation

float EcalTBTDCRecInfo::offset_ [private]

Definition at line 28 of file EcalTBTDCRecInfo.h.

Referenced by offset().


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:19:57 2009 for CMSSW by  doxygen 1.5.4