Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

fastjet::JetDefinition Class Reference

class that is intended to hold a full definition of the jet clusterer More...

#include <JetDefinition.hh>

List of all members.

Public Member Functions

 JetDefinition (JetFinder jet_finder=kt_algorithm, double R=1.0, Strategy strategy=Best)
 constructor that to fully specify a jet-definition (together with information about how algorithically to run it).
JetFinder jet_finder () const
double R () const
Strategy strategy () const

Private Attributes

JetFinder _jet_finder
double _Rparam
Strategy _strategy


Detailed Description

class that is intended to hold a full definition of the jet clusterer

Definition at line 83 of file JetDefinition.hh.


Constructor & Destructor Documentation

fastjet::JetDefinition::JetDefinition JetFinder  jet_finder = kt_algorithm,
double  R = 1.0,
Strategy  strategy = Best
[inline]
 

constructor that to fully specify a jet-definition (together with information about how algorithically to run it).

[at some point might recombination schemes be added here?]

Definition at line 91 of file JetDefinition.hh.

References fastjet::pi.

00093                                             :
00094     _jet_finder(jet_finder), _Rparam(R), _strategy(strategy) {
00095     // the largest sensible value for R
00096     assert(_Rparam <= 0.5*pi);
00097 };


Member Function Documentation

JetFinder fastjet::JetDefinition::jet_finder  )  const [inline]
 

Definition at line 101 of file JetDefinition.hh.

Referenced by fastjet::ClusterSequence::_initialise_and_run().

00101 {return _jet_finder  ;}; 

double fastjet::JetDefinition::R  )  const [inline]
 

Definition at line 102 of file JetDefinition.hh.

Referenced by fastjet::ClusterSequenceActiveArea::_initialise_and_run_AA().

00102 {return _Rparam      ;};

Strategy fastjet::JetDefinition::strategy  )  const [inline]
 

Definition at line 103 of file JetDefinition.hh.

00103 {return _strategy    ;};


Member Data Documentation

JetFinder fastjet::JetDefinition::_jet_finder [private]
 

Definition at line 103 of file JetDefinition.hh.

double fastjet::JetDefinition::_Rparam [private]
 

Definition at line 107 of file JetDefinition.hh.

Strategy fastjet::JetDefinition::_strategy [private]
 

Definition at line 108 of file JetDefinition.hh.


The documentation for this class was generated from the following file:
Generated on Thu Oct 12 17:36:37 2006 for fastjet by  doxygen 1.4.2