EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <fun4all_coresoftware/blob/master/simulation/g4simulation/g4jets/ClusterJetInput.h>
Public Member Functions | |
ClusterJetInput (Jet::SRC input) | |
~ClusterJetInput () override | |
void | identify (std::ostream &os=std::cout) override |
Jet::SRC | get_src () override |
std::vector< Jet * > | get_input (PHCompositeNode *topNode) override |
Public Member Functions inherited from JetInput | |
virtual | ~JetInput () |
virtual int | Verbosity () const |
virtual void | Verbosity (int i) |
Private Attributes | |
int | _verbosity |
Jet::SRC | _input |
Additional Inherited Members | |
Protected Member Functions inherited from JetInput | |
JetInput () | |
Definition at line 17 of file ClusterJetInput.h.
View newest version in sPHENIX GitHub at line 17 of file ClusterJetInput.h
ClusterJetInput::ClusterJetInput | ( | Jet::SRC | input | ) |
Definition at line 28 of file ClusterJetInput.cc.
View newest version in sPHENIX GitHub at line 28 of file ClusterJetInput.cc
|
inlineoverride |
Definition at line 21 of file ClusterJetInput.h.
View newest version in sPHENIX GitHub at line 21 of file ClusterJetInput.h
|
overridevirtual |
Reimplemented from JetInput.
Definition at line 48 of file ClusterJetInput.cc.
View newest version in sPHENIX GitHub at line 48 of file ClusterJetInput.cc
References _input, _verbosity, GlobalVertexMap::begin(), Jet::CEMC_CLUSTER, Jet::ECAL_TOPO_CLUSTER, Jet::EEMC_CLUSTER, GlobalVertexMap::empty(), Jet::FEMC_CLUSTER, Jet::FHCAL_CLUSTER, RawCluster::get_energy(), RawCluster::get_id(), GlobalVertex::get_x(), GlobalVertex::get_y(), GlobalVertex::get_z(), RawClusterContainer::getClusters(), RawClusterUtility::GetEVec(), Jet::HCAL_TOPO_CLUSTER, Jet::HCALIN_CLUSTER, Jet::HCALOUT_CLUSTER, Jet::insert_comp(), Jet::set_e(), Jet::set_px(), Jet::set_py(), Jet::set_pz(), and vtx().
|
inlineoverridevirtual |
Reimplemented from JetInput.
Definition at line 25 of file ClusterJetInput.h.
View newest version in sPHENIX GitHub at line 25 of file ClusterJetInput.h
References _input.
|
overridevirtual |
Reimplemented from JetInput.
Definition at line 34 of file ClusterJetInput.cc.
View newest version in sPHENIX GitHub at line 34 of file ClusterJetInput.cc
References _input, Jet::CEMC_CLUSTER, Jet::EEMC_CLUSTER, Jet::HCALIN_CLUSTER, and Jet::HCALOUT_CLUSTER.
|
private |
Definition at line 31 of file ClusterJetInput.h.
View newest version in sPHENIX GitHub at line 31 of file ClusterJetInput.h
Referenced by get_input(), get_src(), and identify().
|
private |
Definition at line 30 of file ClusterJetInput.h.
View newest version in sPHENIX GitHub at line 30 of file ClusterJetInput.h
Referenced by get_input().