TMBTRefs
class description - source file - inheritance tree (.ps)
public:
TMBTRefs()
TMBTRefs(TRefArray* ems, TRefArray* muons, TRefArray* taus, TRefArray* jets, TRefArray* mcparts)
~TMBTRefs()
static TClass* Class()
TMBEmcl* getEmcl(Int_t ie) const
TMBJets* getJet(Int_t ij) const
TMBMuon* getMuon(Int_t im) const
TMBTaus* getTau(Int_t it) const
TMBMCpart* getTMBMCpart(Int_t imc) const
virtual TClass* IsA() const
bool isInThis(TObject* objptr) const
TMBMCpart* mcmatch(TMBEmcl* emcl) const
TMBMCpart* mcmatch(TMBTaus* tau) const
TMBMCpart* mcmatch(TMBMuon* muon) const
Int_t NEmcls() const
Int_t NJets() const
Int_t NMCparts() const
Int_t NMuons() const
Int_t NTaus() const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
TRefArray _ems
TRefArray _taus
TRefArray _muons
TRefArray _mcparts
TRefArray _jets
File: TMBTRefs.cpp
Purpose: Container of TRefArray's for related TMB physics objects
Created: 22-MAY-2002 Serban Protopopescu
TMBTRefs(TRefArray* ems, TRefArray* muons, TRefArray* taus, TRefArray* jets,
TRefArray* mcparts)
TMBMCpart* mcmatch(TMBEmcl* emcl) const
TMBMCpart* mcmatch(TMBMuon* muon) const
TMBMCpart* mcmatch(TMBTaus* tau) const
bool isInThis(TObject* objptr) const
Inline Functions
void ~TMBTRefs()
TMBTRefs TMBTRefs(TRefArray* ems, TRefArray* muons, TRefArray* taus, TRefArray* jets, TRefArray* mcparts)
Int_t NEmcls() const
TMBEmcl* getEmcl(Int_t ie) const
Int_t NTaus() const
TMBTaus* getTau(Int_t it) const
Int_t NJets() const
TMBJets* getJet(Int_t ij) const
Int_t NMuons() const
TMBMuon* getMuon(Int_t im) const
Int_t NMCparts() const
TMBMCpart* getTMBMCpart(Int_t imc) const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Last update: Mon May 17 20:13:57 2004
ROOT page - Class index - Class Hierarchy - 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.