ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Container for the relevant information. More...
Public Member Functions | |
ConsideredPartner () | |
ConsideredPartner (Particle *const p) | |
Public Attributes | |
Particle * | particle |
G4bool | isTargetSpectator |
G4int | Z |
G4int | S |
ThreeVector | position |
ThreeVector | momentum |
G4double | energy |
G4double | potentialEnergy |
Container for the relevant information.
This struct contains all the information that is relevant for the clustering algorithm. It is probably more compact than the Particles it feeds on, hopefully improving cache performance.
Definition at line 64 of file G4INCLClusteringModelIntercomparison.hh.
View newest version in sPHENIX GitHub at line 64 of file G4INCLClusteringModelIntercomparison.hh
|
inline |
Definition at line 74 of file G4INCLClusteringModelIntercomparison.hh.
View newest version in sPHENIX GitHub at line 74 of file G4INCLClusteringModelIntercomparison.hh
|
inline |
Definition at line 83 of file G4INCLClusteringModelIntercomparison.hh.
View newest version in sPHENIX GitHub at line 83 of file G4INCLClusteringModelIntercomparison.hh
G4double G4INCL::ConsideredPartner::energy |
Definition at line 71 of file G4INCLClusteringModelIntercomparison.hh.
View newest version in sPHENIX GitHub at line 71 of file G4INCLClusteringModelIntercomparison.hh
Referenced by G4INCL::ClusteringModelIntercomparison::findClusterStartingFrom().
G4bool G4INCL::ConsideredPartner::isTargetSpectator |
Definition at line 66 of file G4INCLClusteringModelIntercomparison.hh.
View newest version in sPHENIX GitHub at line 66 of file G4INCLClusteringModelIntercomparison.hh
Referenced by G4INCL::ClusteringModelIntercomparison::findClusterStartingFrom().
ThreeVector G4INCL::ConsideredPartner::momentum |
Definition at line 70 of file G4INCLClusteringModelIntercomparison.hh.
View newest version in sPHENIX GitHub at line 70 of file G4INCLClusteringModelIntercomparison.hh
Referenced by G4INCL::ClusteringModelIntercomparison::findClusterStartingFrom(), and G4INCL::ClusteringModelIntercomparison::getPhaseSpace().
Particle* G4INCL::ConsideredPartner::particle |
Definition at line 65 of file G4INCLClusteringModelIntercomparison.hh.
View newest version in sPHENIX GitHub at line 65 of file G4INCLClusteringModelIntercomparison.hh
ThreeVector G4INCL::ConsideredPartner::position |
Definition at line 69 of file G4INCLClusteringModelIntercomparison.hh.
View newest version in sPHENIX GitHub at line 69 of file G4INCLClusteringModelIntercomparison.hh
Referenced by G4INCL::ClusteringModelIntercomparison::findClusterStartingFrom(), and G4INCL::ClusteringModelIntercomparison::getPhaseSpace().
G4double G4INCL::ConsideredPartner::potentialEnergy |
Definition at line 72 of file G4INCLClusteringModelIntercomparison.hh.
View newest version in sPHENIX GitHub at line 72 of file G4INCLClusteringModelIntercomparison.hh
Referenced by G4INCL::ClusteringModelIntercomparison::findClusterStartingFrom().
G4int G4INCL::ConsideredPartner::S |
Definition at line 68 of file G4INCLClusteringModelIntercomparison.hh.
View newest version in sPHENIX GitHub at line 68 of file G4INCLClusteringModelIntercomparison.hh
Referenced by G4INCL::ClusteringModelIntercomparison::findClusterStartingFrom().
G4int G4INCL::ConsideredPartner::Z |
Definition at line 67 of file G4INCLClusteringModelIntercomparison.hh.
View newest version in sPHENIX GitHub at line 67 of file G4INCLClusteringModelIntercomparison.hh
Referenced by G4INCL::ClusteringModelIntercomparison::findClusterStartingFrom().