CompoundPseudoJet holds an association of fastjet::PseudoJets that represent a "hard" top jet with subjets. More...
#include <CompoundPseudoJet.h>
Public Member Functions | |
CompoundPseudoJet () | |
CompoundPseudoJet (fastjet::PseudoJet const &hardJet, std::vector< CompoundPseudoSubJet > const &subjets) | |
CompoundPseudoJet (fastjet::PseudoJet const &hardJet, double hardJetArea, std::vector< CompoundPseudoSubJet > const &subjets) | |
fastjet::PseudoJet const & | hardJet () const |
double | hardJetArea () const |
std::vector < CompoundPseudoSubJet > const & | subjets () const |
~CompoundPseudoJet () | |
Protected Attributes | |
fastjet::PseudoJet | hardJet_ |
double | hardJetArea_ |
std::vector< CompoundPseudoSubJet > | subjets_ |
CompoundPseudoJet holds an association of fastjet::PseudoJets that represent a "hard" top jet with subjets.
Definition at line 56 of file CompoundPseudoJet.h.
|
inline |
Definition at line 58 of file CompoundPseudoJet.h.
|
inline |
Definition at line 59 of file CompoundPseudoJet.h.
References filterCSVwithJSON::copy, and subjets_.
|
inline |
Definition at line 63 of file CompoundPseudoJet.h.
References filterCSVwithJSON::copy, and subjets_.
|
inline |
Definition at line 70 of file CompoundPseudoJet.h.
|
inline |
|
inline |
|
inline |
Definition at line 74 of file CompoundPseudoJet.h.
References subjets_.
|
protected |
Definition at line 77 of file CompoundPseudoJet.h.
Referenced by hardJet().
|
protected |
Definition at line 78 of file CompoundPseudoJet.h.
Referenced by hardJetArea().
|
protected |
Definition at line 79 of file CompoundPseudoJet.h.
Referenced by CompoundPseudoJet(), and subjets().