CMS 3D CMS Logo

ZDCRecHit Class Reference

Date
2006/06/26 18:52:00
Revision
1.1
More...

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

Inheritance diagram for ZDCRecHit:

CaloRecHit

List of all members.

Public Types

typedef HcalZDCDetId key_type

Public Member Functions

HcalZDCDetId id () const
 get the id
 ZDCRecHit (const HcalZDCDetId &id, float energy, float time)
 ZDCRecHit ()


Detailed Description

Date
2006/06/26 18:52:00
Revision
1.1

Author:
J. Mans - Minnesota

Definition at line 14 of file ZDCRecHit.h.


Member Typedef Documentation

typedef HcalZDCDetId ZDCRecHit::key_type

Definition at line 16 of file ZDCRecHit.h.


Constructor & Destructor Documentation

ZDCRecHit::ZDCRecHit (  ) 

Definition at line 4 of file ZDCRecHit.cc.

00004                      : CaloRecHit() {
00005 }

ZDCRecHit::ZDCRecHit ( const HcalZDCDetId id,
float  energy,
float  time 
)

Definition at line 7 of file ZDCRecHit.cc.

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


Member Function Documentation

HcalZDCDetId ZDCRecHit::id ( void   )  const [inline]

get the id

Definition at line 21 of file ZDCRecHit.h.

References CaloRecHit::detid().

Referenced by operator<<().

00021 { return HcalZDCDetId(detid()); }


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