#include <PFJetAlgorithm.h>
Public Member Functions | |
void | Add (int i) |
void | Clear () |
const std::vector< int > & | GetIndexes () const |
const TLorentzVector & | GetMomentum () const |
Jet () | |
Jet (int i, const std::vector< TLorentzVector > *allvecs) | |
Jet & | operator+= (const Jet &other) |
~Jet () | |
Private Attributes | |
const std::vector < TLorentzVector > * | fAllVecs |
TLorentzVector | fMomentum |
std::vector< int > | fVecIndexes |
Friends | |
ostream & | operator<< (ostream &out, const PFJetAlgorithm::Jet &jet) |
Definition at line 15 of file PFJetAlgorithm.h.
|
inline |
Definition at line 24 of file PFJetAlgorithm.h.
|
inline |
Definition at line 25 of file PFJetAlgorithm.h.
References Add().
|
inline |
Definition at line 28 of file PFJetAlgorithm.h.
|
inline |
Definition at line 30 of file PFJetAlgorithm.h.
References fMomentum, fVecIndexes, and i.
Referenced by PFJetAlgorithm::FindJets(), Jet(), and PFJetAlgorithm::Update().
|
inline |
Definition at line 35 of file PFJetAlgorithm.h.
References fMomentum, and fVecIndexes.
Referenced by PFJetAlgorithm::Update().
|
inline |
|
inline |
Definition at line 43 of file PFJetAlgorithm.h.
References fMomentum.
Referenced by PFJetAlgorithm::FindJets(), and PFJetAlgorithm::Update().
|
friend |
Definition at line 9 of file PFJetAlgorithm.cc.
|
private |
Definition at line 18 of file PFJetAlgorithm.h.
|
private |
Definition at line 20 of file PFJetAlgorithm.h.
Referenced by Add(), Clear(), GetMomentum(), operator+=(), and operator<<().
|
private |
Definition at line 21 of file PFJetAlgorithm.h.
Referenced by Add(), Clear(), GetIndexes(), operator+=(), and operator<<().