#include <ReclusterJets.h>
Public Types | |
typedef math::XYZTLorentzVector | LorentzVector |
Public Member Functions | |
std::vector< LorentzVector > | getGrouping (double ptMin=0.0) |
get grouping (inclusive jets) More... | |
std::vector< LorentzVector > | getGroupingExclusive (int njets) |
get grouping (exclusive jets, until n are left) More... | |
std::vector< LorentzVector > | getGroupingExclusive (double dcut) |
get grouping (exclusive jets, up to cut dcut) More... | |
LorentzVector | getPruned (double zcut, double rcutFactor) |
get pruned 4-vector More... | |
LorentzVector | getPrunedSubjetExclusive (unsigned int isubjet, double zcut, double rcutFactor) |
get pruned 4-vector for a given subject (must be called after getGroupingExclusive) More... | |
LorentzVector | getPrunedSubjetInclusive (unsigned int isubjet, double zcut, double rcutFactor) |
get pruned 4-vector for a given subject (must be called after getGroupingInclusive) More... | |
ReclusterJets (const std::vector< LorentzVector > &objects, double ktpower, double rparam) | |
Private Types | |
typedef boost::shared_ptr < fastjet::ClusterSequence > | ClusterSequencePtr |
fastjet outputs More... | |
Private Member Functions | |
LorentzVector | getPruned (const fastjet::PseudoJet &jet, double zcut, double rcutFactor) |
std::vector< LorentzVector > | makeP4s (const std::vector< fastjet::PseudoJet > &jets) |
Private Attributes | |
std::vector< fastjet::PseudoJet > | exclusiveJets_ |
ClusterSequencePtr | fjClusterSeq_ |
std::vector< fastjet::PseudoJet > | fjInputs_ |
std::vector< fastjet::PseudoJet > | inclusiveJets_ |
double | ktpower_ |
double | rparam_ |
Definition at line 20 of file ReclusterJets.h.
|
private |
fastjet outputs
Definition at line 60 of file ReclusterJets.h.
Definition at line 23 of file ReclusterJets.h.
heppy::ReclusterJets::ReclusterJets | ( | const std::vector< LorentzVector > & | objects, |
double | ktpower, | ||
double | rparam | ||
) |
Definition at line 12 of file ReclusterJets.cc.
References Exception, fjClusterSeq_, fjInputs_, cmsHarvester::index, j, fwrapper::jet_def, ktpower_, connectstrParser::o, and rparam_.
std::vector< math::XYZTLorentzVector > heppy::ReclusterJets::getGrouping | ( | double | ptMin = 0.0 | ) |
get grouping (inclusive jets)
Definition at line 52 of file ReclusterJets.cc.
References fjClusterSeq_, inclusiveJets_, and makeP4s().
std::vector< math::XYZTLorentzVector > heppy::ReclusterJets::getGroupingExclusive | ( | int | njets | ) |
get grouping (exclusive jets, until n are left)
Definition at line 66 of file ReclusterJets.cc.
References exclusiveJets_, fjClusterSeq_, and makeP4s().
std::vector< math::XYZTLorentzVector > heppy::ReclusterJets::getGroupingExclusive | ( | double | dcut | ) |
get grouping (exclusive jets, up to cut dcut)
Definition at line 59 of file ReclusterJets.cc.
References exclusiveJets_, fjClusterSeq_, and makeP4s().
math::XYZTLorentzVector heppy::ReclusterJets::getPruned | ( | double | zcut, |
double | rcutFactor | ||
) |
get pruned 4-vector
Definition at line 73 of file ReclusterJets.cc.
References exclusiveJets_, fjClusterSeq_, and getPrunedSubjetExclusive().
Referenced by getPrunedSubjetExclusive(), and getPrunedSubjetInclusive().
|
private |
Definition at line 93 of file ReclusterJets.cc.
math::XYZTLorentzVector heppy::ReclusterJets::getPrunedSubjetExclusive | ( | unsigned int | isubjet, |
double | zcut, | ||
double | rcutFactor | ||
) |
get pruned 4-vector for a given subject (must be called after getGroupingExclusive)
Definition at line 80 of file ReclusterJets.cc.
References Exception, exclusiveJets_, and getPruned().
Referenced by getPruned().
math::XYZTLorentzVector heppy::ReclusterJets::getPrunedSubjetInclusive | ( | unsigned int | isubjet, |
double | zcut, | ||
double | rcutFactor | ||
) |
get pruned 4-vector for a given subject (must be called after getGroupingInclusive)
Definition at line 86 of file ReclusterJets.cc.
References Exception, getPruned(), and inclusiveJets_.
|
private |
Definition at line 45 of file ReclusterJets.cc.
Referenced by getGrouping(), and getGroupingExclusive().
|
private |
Definition at line 63 of file ReclusterJets.h.
Referenced by getGroupingExclusive(), getPruned(), and getPrunedSubjetExclusive().
|
private |
Definition at line 61 of file ReclusterJets.h.
Referenced by getGrouping(), getGroupingExclusive(), getPruned(), and ReclusterJets().
|
private |
Definition at line 54 of file ReclusterJets.h.
Referenced by ReclusterJets().
|
private |
Definition at line 62 of file ReclusterJets.h.
Referenced by getGrouping(), and getPrunedSubjetInclusive().
|
private |
Definition at line 56 of file ReclusterJets.h.
Referenced by ReclusterJets().
|
private |
Definition at line 57 of file ReclusterJets.h.
Referenced by ReclusterJets().