CMS 3D CMS Logo

HORecHit Class Reference

Date
2005/10/04 20:33:53
Revision
1.4
More...

#include <DataFormats/HcalRecHit/interface/HORecHit.h>

Inheritance diagram for HORecHit:

CaloRecHit

List of all members.

Public Types

typedef HcalDetId key_type

Public Member Functions

 HORecHit (const HcalDetId &id, float energy, float time)
 HORecHit ()
HcalDetId id () const
 get the id


Detailed Description

Date
2005/10/04 20:33:53
Revision
1.4

Author:
J. Mans - Minnesota

Definition at line 14 of file HORecHit.h.


Member Typedef Documentation

typedef HcalDetId HORecHit::key_type

Definition at line 16 of file HORecHit.h.


Constructor & Destructor Documentation

HORecHit::HORecHit (  ) 

Definition at line 4 of file HORecHit.cc.

00004                    : CaloRecHit() {
00005 }

HORecHit::HORecHit ( const HcalDetId id,
float  energy,
float  time 
)

Definition at line 7 of file HORecHit.cc.

00007                                                                 :
00008   CaloRecHit(id,energy,time){
00009 }


Member Function Documentation

HcalDetId HORecHit::id ( void   )  const [inline]

get the id

Definition at line 21 of file HORecHit.h.

References CaloRecHit::detid().

Referenced by operator<<(), and AlCaHOCalibProducer::produce().

00021 { return HcalDetId(detid()); }


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:24:45 2009 for CMSSW by  doxygen 1.5.4