![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <fun4all_coresoftware/blob/master/offline/packages/particleflow/ParticleFlowJetInput.h>
Inheritance diagram for ParticleFlowJetInput:
Collaboration diagram for ParticleFlowJetInput:Public Member Functions | |
| ParticleFlowJetInput () | |
| ~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 |
Additional Inherited Members | |
Protected Member Functions inherited from JetInput | |
| JetInput () | |
Definition at line 19 of file ParticleFlowJetInput.h.
View newest version in sPHENIX GitHub at line 19 of file ParticleFlowJetInput.h
| ParticleFlowJetInput::ParticleFlowJetInput | ( | ) |
Definition at line 20 of file ParticleFlowJetInput.cc.
View newest version in sPHENIX GitHub at line 20 of file ParticleFlowJetInput.cc
|
inlineoverride |
Definition at line 23 of file ParticleFlowJetInput.h.
View newest version in sPHENIX GitHub at line 23 of file ParticleFlowJetInput.h
|
overridevirtual |
Reimplemented from JetInput.
Definition at line 31 of file ParticleFlowJetInput.cc.
View newest version in sPHENIX GitHub at line 31 of file ParticleFlowJetInput.cc
References _verbosity, 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().
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from JetInput.
Definition at line 25 of file ParticleFlowJetInput.cc.
View newest version in sPHENIX GitHub at line 25 of file ParticleFlowJetInput.cc
|
private |
Definition at line 29 of file ParticleFlowJetInput.h.
View newest version in sPHENIX GitHub at line 29 of file ParticleFlowJetInput.h
Referenced by get_input().