CMS 3D CMS Logo

HFRecHit Class Reference

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

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

Inheritance diagram for HFRecHit:

CaloRecHit

List of all members.

Public Types

typedef HcalDetId key_type

Public Member Functions

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


Member Typedef Documentation

typedef HcalDetId HFRecHit::key_type

Definition at line 16 of file HFRecHit.h.


Constructor & Destructor Documentation

HFRecHit::HFRecHit (  ) 

Definition at line 4 of file HFRecHit.cc.

00004                    : CaloRecHit() {
00005 }

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

Definition at line 7 of file HFRecHit.cc.

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


Member Function Documentation

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

get the id

Definition at line 21 of file HFRecHit.h.

References CaloRecHit::detid().

Referenced by L1Scalers::analyze(), HLTHcalSimpleRecHitFilter::filter(), and operator<<().

00021 { return HcalDetId(detid()); }


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