Analysis Software
Documentation for sPHENIX simulation software
|
#include <analysis/blob/master/sPhenixAj/src/JetAnalyzer.hh>
Public Member Functions | |
SelectorDijetWorker (double dPhi) | |
std::string | description () const |
the selector's description | |
bool | applies_jet_by_jet () const |
Returns false, we need a jet ensemble. | |
bool | pass (const fastjet::PseudoJet &pj) const |
Returns false, we need a jet ensemble. | |
void | terminator (std::vector< const fastjet::PseudoJet * > &jets) const |
The relevant method. | |
Private Attributes | |
const double | dPhi |
Opening angle, searching for |φ1 - φ2 - π| < Δφ. | |
Dijet finding as a Selector. Fashioned after fastjet::SW_NHardest. Searches for and returns dijet pairs within |φ1 - φ2 - π| < Δφ. returns 0 if no pair is found. In the current implementation, only the top two jets are compared.
NOTE: Could also use something like
Definition at line 196 of file JetAnalyzer.hh.
View newest version in sPHENIX GitHub at line 196 of file JetAnalyzer.hh
|
inline |
Standard constructor
dPhi,: | Opening angle, searching for |φ1 - φ2 - π| < Δφ |
Definition at line 201 of file JetAnalyzer.hh.
View newest version in sPHENIX GitHub at line 201 of file JetAnalyzer.hh
|
inline |
Returns false, we need a jet ensemble.
Definition at line 212 of file JetAnalyzer.hh.
View newest version in sPHENIX GitHub at line 212 of file JetAnalyzer.hh
Referenced by pass().
|
inline |
the selector's description
Definition at line 205 of file JetAnalyzer.hh.
View newest version in sPHENIX GitHub at line 205 of file JetAnalyzer.hh
References dPhi.
|
inline |
Returns false, we need a jet ensemble.
Definition at line 215 of file JetAnalyzer.hh.
View newest version in sPHENIX GitHub at line 215 of file JetAnalyzer.hh
References applies_jet_by_jet().
void SelectorDijetWorker::terminator | ( | std::vector< const fastjet::PseudoJet * > & | jets | ) | const |
The relevant method.
Definition at line 125 of file JetAnalyzer.cxx.
View newest version in sPHENIX GitHub at line 125 of file JetAnalyzer.cxx
References dPhi, i, JetAnalyzer::phimod2pi(), JetAnalyzer::pi, and Acts::Experimental::detail::BlueprintHelper::sort().
|
private |
Opening angle, searching for |φ1 - φ2 - π| < Δφ.
Definition at line 225 of file JetAnalyzer.hh.
View newest version in sPHENIX GitHub at line 225 of file JetAnalyzer.hh
Referenced by description(), and terminator().