Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/packages/particleflow/ParticleFlowJetInput.h>
Public Member Functions | |
ParticleFlowJetInput ()=default | |
~ParticleFlowJetInput () override | |
std::vector< Jet * > | get_input (PHCompositeNode *topNode) override |
void | identify (std::ostream &os=std::cout) override |
Public Member Functions inherited from JetInput | |
virtual | ~JetInput () |
virtual Jet::SRC | get_src () |
virtual int | Verbosity () const |
virtual void | Verbosity (int i) |
Private Attributes | |
int | _verbosity = 0 |
Additional Inherited Members | |
Protected Member Functions inherited from JetInput | |
JetInput () | |
Definition at line 20 of file ParticleFlowJetInput.h.
View newest version in sPHENIX GitHub at line 20 of file ParticleFlowJetInput.h
|
default |
|
inlineoverride |
Definition at line 24 of file ParticleFlowJetInput.h.
View newest version in sPHENIX GitHub at line 24 of file ParticleFlowJetInput.h
|
overridevirtual |
Reimplemented from JetInput.
Definition at line 24 of file ParticleFlowJetInput.cc.
View newest version in sPHENIX GitHub at line 24 of file ParticleFlowJetInput.cc
References _verbosity, Acts::PhysicalConstants::c, ParticleFlowElement::get_e(), ParticleFlowElement::get_id(), ParticleFlowElement::get_px(), ParticleFlowElement::get_py(), ParticleFlowElement::get_pz(), ParticleFlowElementContainer::getParticleFlowElements(), Jet::insert_comp(), Jet::set_e(), Jet::set_px(), Jet::set_py(), and Jet::set_pz().
|
overridevirtual |
Reimplemented from JetInput.
Definition at line 18 of file ParticleFlowJetInput.cc.
View newest version in sPHENIX GitHub at line 18 of file ParticleFlowJetInput.cc
|
private |
Definition at line 30 of file ParticleFlowJetInput.h.
View newest version in sPHENIX GitHub at line 30 of file ParticleFlowJetInput.h
Referenced by get_input().