| 
    FastJet 3.0.0 
   | 
 
the structure returned by a CASubJetTagger More...
#include <fastjet/tools/CASubJetTagger.hh>


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  | |
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.
| fastjet::CASubJetTaggerStructure::CASubJetTaggerStructure | ( | const PseudoJet & | result_jet | ) |  [inline] | 
        
default ctor
| result_jet | the jet for which we have to keep the structure | 
Definition at line 191 of file CASubJetTagger.hh.
 1.7.4