JSFCALHit
class description - source file - inheritance tree
public:
JSFCALHit()
JSFCALHit(Int_t cellid, Int_t iemenergy, Int_t ihdenergy)
JSFCALHit(Int_t cellid, Float_t emenergy, Float_t hdenergy)
JSFCALHit(const JSFCALHit&)
virtual ~JSFCALHit()
void AddEnergy(Float_t em, Float_t hd)
static TClass* Class()
virtual Int_t GetCellID()
virtual Float_t GetEMEnergy()
virtual Float_t GetEnergy()
virtual Float_t GetHDEnergy()
virtual TClass* IsA() const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
Float_t fEMEnergy Energy deposited by HD paarticle (GeV)
Float_t fHDEnergy Energy deposited by EM paarticle (GeV)
Int_t fCellID Packed Cal hit info.
See also
-
JSFEMCHit, JSFHDCHit, JSFSMHit
JSFCALHitCell
Class for Calorimeters hits.
(Update)
30-March-1999 A.Miyamoto
JSFCALHit class is modified to save energy deposited by EM particle
and those by HD particle separately. This is not backword compatible.
7-Jul-2000 A.Miyamoto Add JSFSMHit (Shower Max counter's hit)
$Id: JSFCALHit.cxx,v 1.5 2000/07/13 06:11:13 miyamoto Exp $
Inline Functions
JSFCALHit JSFCALHit()
JSFCALHit JSFCALHit(Int_t cellid, Int_t iemenergy, Int_t ihdenergy)
JSFCALHit JSFCALHit(Int_t cellid, Float_t emenergy, Float_t hdenergy)
Int_t GetCellID()
Float_t GetEMEnergy()
Float_t GetHDEnergy()
Float_t GetEnergy()
void AddEnergy(Float_t em, Float_t hd)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
JSFCALHit JSFCALHit(const JSFCALHit&)
void ~JSFCALHit()
Last update: Tue Jan 20 15:55:01 2004
ROOT page - Home page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.