Jet Clustering interface for ee_kt.
More...
#include <addons/FastJet/JetClustering.h>
|
int | _exclusive |
| flag for exclusive jet clustering. Possible choices are 0=inclusive clustering, 1=exclusive clustering that would be obtained when running the algorithm with the given dcut, 2=exclusive clustering when the event is clustered (in the exclusive sense) to exactly njets, 3=exclusive clustering when the event is clustered (in the exclusive sense) up to exactly njets, 4=exclusive jets obtained at the given ycut
|
|
float | _cut |
| pT cut for m_exclusive=0, dcut for m_exclusive=1, N jets for m_exlusive=2, N jets for m_exclusive=3, ycut for m_exclusive=4
|
|
int | _sorted |
| pT ordering=0, E ordering=1
|
|
int | _recombination |
| E_scheme=0, pt_scheme=1, pt2_scheme=2, Et_scheme=3, Et2_scheme=4, BIpt_scheme=5, BIpt2_scheme=6, E0_scheme=10, p_scheme=11.
|
|
fastjet::JetAlgorithm | _jetAlgorithm {fastjet::JetAlgorithm::undefined_jet_algorithm} |
| internal jet algorithm
|
|
fastjet::RecombinationScheme | _recombScheme |
| internal recombination scheme
|
|
fastjet::ClusterSequence | _cs |
| internal clustering sequence
|
|
fastjet::JetDefinition | _def |
| internal jetdefinition sequence
|
|
Jet Clustering interface for ee_kt.
◆ clustering_ee_kt()
JetClustering::clustering_ee_kt::clustering_ee_kt |
( |
int | arg_exclusive = 0, |
|
|
float | arg_cut = 5., |
|
|
int | arg_sorted = 0, |
|
|
int | arg_recombination = 0 ) |
◆ operator()()
FCCAnalysesJet JetClustering::clustering_ee_kt::operator() |
( |
const std::vector< fastjet::PseudoJet > & | jets | ) |
|
◆ _cs
fastjet::ClusterSequence JetClustering::clustering_ee_kt::_cs |
internal clustering sequence
◆ _cut
float JetClustering::clustering_ee_kt::_cut |
pT cut for m_exclusive=0, dcut for m_exclusive=1, N jets for m_exlusive=2, N jets for m_exclusive=3, ycut for m_exclusive=4
◆ _def
fastjet::JetDefinition JetClustering::clustering_ee_kt::_def |
internal jetdefinition sequence
◆ _exclusive
int JetClustering::clustering_ee_kt::_exclusive |
flag for exclusive jet clustering. Possible choices are 0=inclusive clustering, 1=exclusive clustering that would be obtained when running the algorithm with the given dcut, 2=exclusive clustering when the event is clustered (in the exclusive sense) to exactly njets, 3=exclusive clustering when the event is clustered (in the exclusive sense) up to exactly njets, 4=exclusive jets obtained at the given ycut
◆ _jetAlgorithm
fastjet::JetAlgorithm JetClustering::clustering_ee_kt::_jetAlgorithm {fastjet::JetAlgorithm::undefined_jet_algorithm} |
◆ _recombination
int JetClustering::clustering_ee_kt::_recombination |
E_scheme=0, pt_scheme=1, pt2_scheme=2, Et_scheme=3, Et2_scheme=4, BIpt_scheme=5, BIpt2_scheme=6, E0_scheme=10, p_scheme=11.
◆ _recombScheme
fastjet::RecombinationScheme JetClustering::clustering_ee_kt::_recombScheme |
internal recombination scheme
◆ _sorted
int JetClustering::clustering_ee_kt::_sorted |
pT ordering=0, E ordering=1
The documentation for this struct was generated from the following files: