herwig is hosted by Hepforge, IPPP Durham
Herwig++  2.7.0
Analysis2::KtJetFinder Class Reference

Interface to KtJet. More...

#include <KtJetFinder.h>

Inheritance diagram for Analysis2::KtJetFinder:

List of all members.

Public Member Functions

virtual void use (const vector< Lorentz5Momentum > &, bool)
 Set the event to be analysed.
Standard constructors and destructors.
 KtJetFinder ()
 The default constructor.
 KtJetFinder (const KtJetFinder &)
 The copy constructor.
virtual ~KtJetFinder ()
 The destructor.
Jet finding
virtual void findJets ()
 Do inclusive jet finding.
virtual void findJetsN (unsigned int nJets)
 Do exclusive jet-finding for nJets jets.
virtual void findJetsD ()
 Do jet-finding up to the resolution scale.
virtual void findJetsY (double y=-1.)
 Do exclusive jet-finding up to dimensionless resolution.
virtual Energy getDMerge (unsigned int nJets) const
 Resolution scale where n+1 jets merged to n.
virtual double getYMerge (unsigned int nJets) const
 Dimensionless scale where n+1 jets merged to n.
KtJet options
int collisionType () const
 Get the collision type.
int distanceScheme () const
 Get the distance scheme.
int recombinationScheme () const
 Get the recombination scheme.
Functions used by the persistent I/O system.
void persistentOutput (PersistentOStream &os) const
 Function used to write out object persistently.
void persistentInput (PersistentIStream &is, int version)
 Function used to read in object persistently.

Static Public Member Functions

static void Init ()
 The standard Init function used to initialize the interfaces.

Protected Member Functions

void convert ()
 Convert event to KtLorentzVector vector.
void convert (const vector< KtJet::KtLorentzVector > &)
 Convert KtLorenztVector vector to vector of Lorentz5Momenta.
void cluster ()
 Perform clustering in exclusive mode.
void clusterInclusive ()
 Perform clustering in inclusive mode.
const vector
< KtJet::KtLorentzVector > & 
lastMomenta () const
 Return the vector of KtLorenztVector's obtained from the last event.
const KtJet::KtEvent & lastKtEvent () const
 Return the last KtEvent obtained.
Clone Methods.
virtual IBPtr clone () const
 Make a simple clone of this object.
virtual IBPtr fullclone () const
 Make a clone of this object, possibly modifying the cloned object to make it sane.

Private Member Functions

KtJetFinderoperator= (const KtJetFinder &)
 The assignment operator is private and must never be called.

Private Attributes

int _collisionType
 The collision type.
int _distanceScheme
 The distance scheme.
int _recombinationScheme
 The recombination scheme.
vector< KtJet::KtLorentzVector > _lastMomenta
 KtLorentzVector's from last event.
std::auto_ptr< KtJet::KtEvent > _lastKtEvent
 Last KtEvent obtained.

Static Private Attributes

static ClassDescription
< KtJetFinder
initKtJetFinder
 The static object used to initialize the description of this class.

Detailed Description

Interface to KtJet.

Author:
Simon Plaetzer
See also:
The interfaces defined for KtJetFinder.

Definition at line 31 of file KtJetFinder.h.


Member Function Documentation

virtual IBPtr Analysis2::KtJetFinder::clone ( ) const [inline, protected, virtual]

Make a simple clone of this object.

Returns:
a pointer to the new object.

Implements ThePEG::InterfacedBase.

virtual IBPtr Analysis2::KtJetFinder::fullclone ( ) const [inline, protected, virtual]

Make a clone of this object, possibly modifying the cloned object to make it sane.

Returns:
a pointer to the new object.

Reimplemented from ThePEG::InterfacedBase.

static void Analysis2::KtJetFinder::Init ( ) [static]

The standard Init function used to initialize the interfaces.

Called exactly once for each class by the class description system before the main function starts or when this class is dynamically loaded.

Reimplemented from ThePEG::JetFinder.

KtJetFinder& Analysis2::KtJetFinder::operator= ( const KtJetFinder ) [private]

The assignment operator is private and must never be called.

In fact, it should not even be implemented.

Function used to read in object persistently.

Parameters:
isthe persistent input stream read from.
versionthe version number of the object when written.

Reimplemented from ThePEG::JetFinder.

Function used to write out object persistently.

Parameters:
osthe persistent output stream written to.

Reimplemented from ThePEG::JetFinder.

virtual void Analysis2::KtJetFinder::use ( const vector< Lorentz5Momentum > &  ,
bool   
) [virtual]

Set the event to be analysed.

The implementation of this method may also do some conversion.


Member Data Documentation

The static object used to initialize the description of this class.

Indicates that this is a concrete class with persistent data.

Definition at line 232 of file KtJetFinder.h.


The documentation for this class was generated from the following file: