#include <TMBParticleJet.hpp>
Inheritance diagram for TMBParticleJet:

Public Member Functions | |
| TMBParticleJet () | |
| TMBParticleJet (Float_t E, Float_t pT, Float_t phi, Float_t eta) | |
| void | Set0 (Float_t E, Float_t pT, Float_t phi, Float_t eta) |
| void | Set1 (const char *algoname, const TRefArray *tracks, TRef vtxref) |
| const char * | algoname () const |
| Int_t | Ntr () const |
| const TMBTrack * | GetChargedTrack (Int_t itrack) const |
| const TMBVertex * | GetVertex () const |
| ~TMBParticleJet () | |
| ClassDef (TMBParticleJet, 6) | |
Private Attributes | |
| TString | _algoname |
| algorithm name as JCCA, JCCB, etc. | |
| TRefArray | _tracks |
| tracks associated to the jet | |
| TRef | _vtxref |
| pointer to vertex associated with the jet | |
Branch: ParticleJCCA, ParticleJCCB
Definition at line 26 of file TMBParticleJet.hpp.
|
|
Definition at line 37 of file TMBParticleJet.hpp. |
|
||||||||||||||||||||
|
Definition at line 6 of file TMBParticleJet.cpp. References Set0(). |
|
|
Definition at line 49 of file TMBParticleJet.hpp. |
|
|
Definition at line 44 of file TMBParticleJet.hpp. References _algoname. |
|
||||||||||||
|
|
|
|
Definition at line 46 of file TMBParticleJet.hpp. References _tracks. |
|
|
Definition at line 47 of file TMBParticleJet.hpp. References _vtxref. |
|
|
Definition at line 45 of file TMBParticleJet.hpp. References _tracks. |
|
||||||||||||||||||||
|
Definition at line 11 of file TMBParticleJet.cpp. References TMBLorentzVector::SetPtEtaPhiE(). Referenced by TMBParticleJet(). |
|
||||||||||||||||
|
Definition at line 18 of file TMBParticleJet.cpp. |
|
|
algorithm name as JCCA, JCCB, etc.
Definition at line 32 of file TMBParticleJet.hpp. Referenced by algoname(), and Set1(). |
|
|
tracks associated to the jet
Definition at line 33 of file TMBParticleJet.hpp. Referenced by GetChargedTrack(), Ntr(), and Set1(). |
|
|
pointer to vertex associated with the jet
Definition at line 34 of file TMBParticleJet.hpp. Referenced by GetVertex(), and Set1(). |
1.3.4