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

Branch: ParticleJCCA, ParticleJCCB
Definition at line 26 of file TMBParticleJet.hpp.
Public Member Functions | |
| TMBParticleJet () | |
| TMBParticleJet (Float_t E, Float_t pT, Float_t phi, Float_t eta, const std::vector< int > &MCPartGIndices, Int_t splitmergeword) | |
| 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 |
| Int_t | NumberOfMCParticles () const |
| int | GetMCPartGIndex (Int_t ipart) const |
| const std::vector< int > & | GetMCPartGIndex () const |
| Int_t | GetSplitMergeWord () const |
| ~TMBParticleJet () | |
| ClassDef (TMBParticleJet, 7) | |
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 | |
| Int_t | _splitmergeword |
| std::vector< int > | _mcgindices |
|
|
Definition at line 39 of file TMBParticleJet.hpp. |
|
||||||||||||||||||||||||||||
|
Definition at line 6 of file TMBParticleJet.cpp. References _mcgindices, _splitmergeword, Set0(), and TMBLorentzVector::SetPtEtaPhiE(). |
|
|
Definition at line 57 of file TMBParticleJet.hpp. |
|
|
Definition at line 46 of file TMBParticleJet.hpp. References _algoname. |
|
||||||||||||
|
|
|
|
Definition at line 48 of file TMBParticleJet.hpp. References _tracks. |
|
|
Definition at line 53 of file TMBParticleJet.hpp. References _mcgindices. |
|
|
Definition at line 52 of file TMBParticleJet.hpp. References _mcgindices. |
|
|
Definition at line 54 of file TMBParticleJet.hpp. References _splitmergeword. |
|
|
Definition at line 49 of file TMBParticleJet.hpp. References _vtxref. |
|
|
Definition at line 47 of file TMBParticleJet.hpp. References _tracks. |
|
|
Definition at line 51 of file TMBParticleJet.hpp. References _mcgindices. |
|
||||||||||||||||||||
|
Definition at line 16 of file TMBParticleJet.cpp. References TMBLorentzVector::SetPtEtaPhiE(). Referenced by TMBParticleJet(). |
|
||||||||||||||||
|
Definition at line 23 of file TMBParticleJet.cpp. |
|
|
algorithm name as JCCA, JCCB, etc.
Definition at line 32 of file TMBParticleJet.hpp. Referenced by algoname(), and Set1(). |
|
|
Definition at line 36 of file TMBParticleJet.hpp. Referenced by GetMCPartGIndex(), NumberOfMCParticles(), and TMBParticleJet(). |
|
|
Definition at line 35 of file TMBParticleJet.hpp. Referenced by GetSplitMergeWord(), and TMBParticleJet(). |
|
|
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