#include <TMBTRefs.hpp>
Definition at line 26 of file TMBTRefs.hpp.
Public Member Functions | |
| TMBTRefs () | |
| TMBTRefs (TRefArray *ems, TRefArray *muons, TRefArray *taus, TRefArray *jets, TRefArray *mcparts) | |
| ~TMBTRefs () | |
| Int_t | NEmcls () const |
| const TMBEMCluster * | getEmcl (Int_t ie) const |
| Int_t | NTaus () const |
| const TMBTau * | getTau (Int_t it) const |
| Int_t | NJets () const |
| const TMBJet * | getJet (Int_t ij) const |
| Int_t | NMuons () const |
| const TMBMuon * | getMuon (Int_t im) const |
| Int_t | NMCparts () const |
| const TMBMCpart * | getTMBMCpart (Int_t imc) const |
| const TMBMCpart * | mcmatch (const TMBEMCluster *emcl) const |
| const TMBMCpart * | mcmatch (const TMBTau *tau) const |
| const TMBMCpart * | mcmatch (const TMBMuon *muon) const |
| bool | isInThis (TObject *objptr) const |
Private Attributes | |
| TRefArray | _ems |
| TRefArray | _taus |
| TRefArray | _muons |
| TRefArray | _mcparts |
| TRefArray | _jets |
|
|
Definition at line 38 of file TMBTRefs.hpp. |
|
||||||||||||||||||||||||
|
|
|
|
Definition at line 41 of file TMBTRefs.hpp. |
|
|
Definition at line 45 of file TMBTRefs.hpp. References _ems. Referenced by mcmatch(). |
|
|
Definition at line 49 of file TMBTRefs.hpp. References _jets. |
|
|
Definition at line 51 of file TMBTRefs.hpp. References _muons. Referenced by mcmatch(). |
|
|
Definition at line 47 of file TMBTRefs.hpp. References _taus. Referenced by mcmatch(). |
|
|
Definition at line 53 of file TMBTRefs.hpp. References _mcparts. Referenced by mcmatch(). |
|
|
Definition at line 106 of file TMBTRefs.cpp. References _ems, _jets, _mcparts, _muons, _taus, NEmcls(), NJets(), NMCparts(), NMuons(), and NTaus(). |
|
|
Definition at line 71 of file TMBTRefs.cpp. References getMuon(), getTMBMCpart(), NMCparts(), NMuons(), and TMBMCpart::pdgid(). |
|
|
Definition at line 89 of file TMBTRefs.cpp. References getTau(), getTMBMCpart(), NMCparts(), NTaus(), and TMBMCpart::pdgid(). |
|
|
Definition at line 54 of file TMBTRefs.cpp. References getEmcl(), getTMBMCpart(), NEmcls(), NMCparts(), and TMBMCpart::pdgid(). |
|
|
Definition at line 44 of file TMBTRefs.hpp. References _ems. Referenced by isInThis(), and mcmatch(). |
|
|
Definition at line 48 of file TMBTRefs.hpp. References _jets. Referenced by isInThis(). |
|
|
Definition at line 52 of file TMBTRefs.hpp. References _mcparts. Referenced by isInThis(), and mcmatch(). |
|
|
Definition at line 50 of file TMBTRefs.hpp. References _muons. Referenced by isInThis(), and mcmatch(). |
|
|
Definition at line 46 of file TMBTRefs.hpp. References _taus. Referenced by isInThis(), and mcmatch(). |
|
|
Definition at line 30 of file TMBTRefs.hpp. Referenced by ClassImp(), getEmcl(), isInThis(), and NEmcls(). |
|
|
Definition at line 34 of file TMBTRefs.hpp. Referenced by ClassImp(), getJet(), isInThis(), and NJets(). |
|
|
Definition at line 33 of file TMBTRefs.hpp. Referenced by ClassImp(), getTMBMCpart(), isInThis(), and NMCparts(). |
|
|
Definition at line 32 of file TMBTRefs.hpp. Referenced by ClassImp(), getMuon(), isInThis(), and NMuons(). |
|
|
Definition at line 31 of file TMBTRefs.hpp. Referenced by ClassImp(), getTau(), isInThis(), and NTaus(). |
1.3.4