#include <AtlfastProtoJet.h>
Public Methods | |
AtlfastProtoJet (const HepLorentzVector &p4) | |
~AtlfastProtoJet () | |
virtual NavAtlfastProtoJetToken & | getNavToken () |
getNavToken is from Navigable, via ProtoJet base class. | |
virtual const NavAtlfastProtoJetToken & | getNavToken () const |
Private Attributes | |
NavAtlfastProtoJetToken | m_atlfastPJToken |
They can be used in the JetRec Jet-reconstruction Algorithms.
Definition at line 30 of file AtlfastProtoJet.h.
|
Definition at line 33 of file AtlfastProtoJet.h. References m_atlfastPJToken.
00034 : ProtoJet(p4) 00035 , m_atlfastPJToken( *this, 1.0 ) 00036 {} |
|
Definition at line 38 of file AtlfastProtoJet.h.
00038 {} |
|
Definition at line 46 of file AtlfastProtoJet.h. References m_atlfastPJToken.
00047 {return m_atlfastPJToken;} |
|
getNavToken is from Navigable, via ProtoJet base class. It lets AtlfastProtoJets be "navigable," i.e., participate in analysis of calorimetry object structure via NavigationRep package Definition at line 44 of file AtlfastProtoJet.h. References m_atlfastPJToken.
00045 {return m_atlfastPJToken;} |
|
Definition at line 50 of file AtlfastProtoJet.h. Referenced by AtlfastProtoJet(), and getNavToken(). |