CMS 3D CMS Logo

Public Types | Public Member Functions

HORecHit Class Reference

#include <HORecHit.h>

Inheritance diagram for HORecHit:
CaloRecHit

List of all members.

Public Types

typedef HcalDetId key_type

Public Member Functions

 HORecHit ()
 HORecHit (const HcalDetId &id, float energy, float time)
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

Definition at line 16 of file HORecHit.h.


Constructor & Destructor Documentation

HORecHit::HORecHit ( )

Definition at line 4 of file HORecHit.cc.

                   : CaloRecHit() {
}
HORecHit::HORecHit ( const HcalDetId id,
float  energy,
float  time 
)

Definition at line 7 of file HORecHit.cc.


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 RxCalculator::getROx(), operator<<(), and AlCaHOCalibProducer::produce().

{ return HcalDetId(detid()); }