ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
IClusteringModel () | |
virtual | ~IClusteringModel () |
virtual Cluster * | getCluster (Nucleus *, Particle *)=0 |
virtual G4bool | clusterCanEscape (Nucleus const *const, Cluster const *const)=0 |
An abstract interface to cluster formation model(s).
Definition at line 50 of file G4INCLIClusteringModel.hh.
View newest version in sPHENIX GitHub at line 50 of file G4INCLIClusteringModel.hh
|
inline |
Definition at line 52 of file G4INCLIClusteringModel.hh.
View newest version in sPHENIX GitHub at line 52 of file G4INCLIClusteringModel.hh
|
inlinevirtual |
Definition at line 53 of file G4INCLIClusteringModel.hh.
View newest version in sPHENIX GitHub at line 53 of file G4INCLIClusteringModel.hh
|
pure virtual |
Determine whether cluster can escape or not.
Implemented in G4INCL::ClusteringModelIntercomparison, and G4INCL::ClusteringModelNone.
Choose a cluster candidate to be produced. At this point we don't yet decide if it can pass through the Coulomb barrier or not.
Implemented in G4INCL::ClusteringModelIntercomparison, and G4INCL::ClusteringModelNone.