seed::TCaloJet
class description - source file - inheritance tree
public:
seed::TCaloJet TCaloJet(const TLorentzVector& lv = TLorentzVector(0.,0.,0.,0.), const Double_t dWidthEta = 0., const Double_t dWidthPhi = 0., const Double_t dEMF = 0., const Int_t iN90 = 0)
seed::TCaloJet TCaloJet(const seed::TJet& jet, const Double_t dEMF = 0., const Int_t iN90 = 0)
seed::TCaloJet TCaloJet(const seed::TCaloJet&)
virtual void ~TCaloJet()
static TClass* Class()
Double_t GetEMF() const
Int_t GetN90() const
virtual TClass* IsA() const
seed::TCaloJet& Set(const TLorentzVector& lv, const Double_t dWidthEta, const Double_t dWidthPhi, const Double_t dEMF, const Int_t iN90)
seed::TCaloJet& SetEMF(const Double_t dEMF)
seed::TCaloJet& SetN90(const Int_t iN90)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
Double_t fDEMF electromagnetic fraction of the jet's energy deposit in the calorimeter
Int_t fIN90 number of calorimeter cells containing 90% of the jet's energy
TCaloJet(const TLorentzVector & lv,
const Double_t dWidthEta, const Double_t dWidthPhi,
const Double_t dEMF, const Int_t iN90):TJet(lv,
dWidthEta,
dWidthPhi),
fDEMF(dEMF), fIN90(iN90)
Inline Functions
seed::TCaloJet TCaloJet(const seed::TJet& jet, const Double_t dEMF = 0., const Int_t iN90 = 0)
seed::TCaloJet& Set(const TLorentzVector& lv, const Double_t dWidthEta, const Double_t dWidthPhi, const Double_t dEMF, const Int_t iN90)
seed::TCaloJet& SetEMF(const Double_t dEMF)
seed::TCaloJet& SetN90(const Int_t iN90)
Double_t GetEMF() const
Int_t GetN90() const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
seed::TCaloJet TCaloJet(const seed::TCaloJet&)
void ~TCaloJet()
Author: Axel Naumann
Last update: Tue Feb 25 11:32:44 2003
ROOT 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.