![]() |
Darwin
1.0
Event loop based prototype framework
|
A generator level jet.
#include <Objects.h>
Inheritance diagram for GenJet:
Collaboration diagram for GenJet:Public Member Functions | |
| float | weight () const final |
| float | CorrPt () const final |
| float | CorrEta () const final |
| virtual GenJet | operator+ (const GenJet &) const |
| void | clear () override |
| ~GenJet ()=default | |
Public Member Functions inherited from Jet | |
| virtual Jet & | operator+= (const Jet &) |
| Jet () | |
| virtual | ~Jet ()=default |
Public Member Functions inherited from FourVector | |
| virtual float | Rapidity () const |
| virtual float | AbsRap () const |
| virtual FourVector & | operator+= (const ROOT::Math::PtEtaPhiM4D< float > &) |
| virtual FourVector | operator+ (const ROOT::Math::PtEtaPhiM4D< float > &) const |
| FourVector ()=default | |
| FourVector (const ROOT::Math::PtEtaPhiM4D< float > &) | |
| virtual | ~FourVector ()=default |
Static Public Attributes | |
| static size_t | iWgt = 0 |
| static size_t | iScl = 0 |
Static Public Attributes inherited from Jet | |
| static float | R = 0.4 |
Additional Inherited Members | |
Public Attributes inherited from Jet | |
| char | pdgID |
| char | nBHadrons |
| char | nCHadrons |
| std::vector< float > | scales |
| std::vector< float > | weights |
|
default |
|
overridevirtual |
resets all members to the same values as in the constructor
Reimplemented from Jet.
|
finalvirtual |
|
finalvirtual |
merges two jets (the removal of the original jets is left to the user, if applicable)
|
finalvirtual |
|
static |
global index for scale
|
static |
global index for weight