Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Atlfast::AtlfastProtoJet Class Reference

AtlfastProtoJets are simple objects that inherit from the JetRec ProtoJet class. More...

#include <AtlfastProtoJet.h>

List of all members.

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


Detailed Description

AtlfastProtoJets are simple objects that inherit from the JetRec ProtoJet class.

They can be used in the JetRec Jet-reconstruction Algorithms.

Author:
Jon Couchman

Definition at line 30 of file AtlfastProtoJet.h.


Constructor & Destructor Documentation

Atlfast::AtlfastProtoJet::AtlfastProtoJet const HepLorentzVector &    p4 [inline]
 

Definition at line 33 of file AtlfastProtoJet.h.

References m_atlfastPJToken.

00034         : ProtoJet(p4)
00035         , m_atlfastPJToken( *this, 1.0 )
00036         {}

Atlfast::AtlfastProtoJet::~AtlfastProtoJet   [inline]
 

Definition at line 38 of file AtlfastProtoJet.h.

00038 {}


Member Function Documentation

virtual const NavAtlfastProtoJetToken& Atlfast::AtlfastProtoJet::getNavToken   const [inline, virtual]
 

Definition at line 46 of file AtlfastProtoJet.h.

References m_atlfastPJToken.

00047                                                      {return m_atlfastPJToken;}

virtual NavAtlfastProtoJetToken& Atlfast::AtlfastProtoJet::getNavToken   [inline, virtual]
 

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;}


Member Data Documentation

NavAtlfastProtoJetToken Atlfast::AtlfastProtoJet::m_atlfastPJToken [private]
 

Definition at line 50 of file AtlfastProtoJet.h.

Referenced by AtlfastProtoJet(), and getNavToken().


The documentation for this class was generated from the following file:
Generated on Fri Nov 29 12:55:18 2002 by doxygen1.3-rc1