FastJet 3.0.6
Public Member Functions | Protected Attributes | Friends
fastjet::CASubJetTaggerStructure Class Reference

the structure returned by a CASubJetTagger More...

#include <fastjet/tools/CASubJetTagger.hh>

Inheritance diagram for fastjet::CASubJetTaggerStructure:
Inheritance graph
[legend]
Collaboration diagram for fastjet::CASubJetTaggerStructure:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CASubJetTaggerStructure (const PseudoJet &result_jet)
 default ctor
CASubJetTagger::ScaleChoice scale_choice () const
 returns the scale choice asked for the maximisation
double distance () const
 returns the value of the distance measure (corresponding to ScaleChoice) for this jet's splitting
double z () const
 returns the pt fraction contained by the softer of the two component pieces of this jet (normalised relative to this jet)
bool absolute_z () const
 returns the pt fraction contained by the softer of the two component pieces of this jet (normalised relative to the original jet)

Protected Attributes

CASubJetTagger::ScaleChoice _scale_choice
 the user scale choice
double _distance
 the maximal distance associated with the result
bool _absolute_z
 whether z is computed wrt to the original jet or not
double _z
 the transverse momentum fraction

Friends

class CASubJetTagger
 to allow setting the internal information

Detailed Description

the structure returned by a CASubJetTagger

Since this is directly an element of the ClusterSequence, we keep basically the original ClusterSequenceStructure (wrapped for memory-management reasons) and add information about the pt fraction and distance of the subjet structure

Definition at line 186 of file CASubJetTagger.hh.


Constructor & Destructor Documentation

fastjet::CASubJetTaggerStructure::CASubJetTaggerStructure ( const PseudoJet result_jet) [inline]

default ctor

Parameters:
result_jetthe jet for which we have to keep the structure

Definition at line 191 of file CASubJetTagger.hh.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends