ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4INCL::IClusteringModel Class Referenceabstract

#include <geant4/tree/geant4-10.6-release/source/processes/hadronic/models/inclxx/incl_physics/include/G4INCLIClusteringModel.hh>

+ Inheritance diagram for G4INCL::IClusteringModel:

Public Member Functions

 IClusteringModel ()
 
virtual ~IClusteringModel ()
 
virtual ClustergetCluster (Nucleus *, Particle *)=0
 
virtual G4bool clusterCanEscape (Nucleus const *const, Cluster const *const)=0
 

Detailed Description

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

Constructor & Destructor Documentation

G4INCL::IClusteringModel::IClusteringModel ( )
inline

Definition at line 52 of file G4INCLIClusteringModel.hh.

View newest version in sPHENIX GitHub at line 52 of file G4INCLIClusteringModel.hh

virtual G4INCL::IClusteringModel::~IClusteringModel ( )
inlinevirtual

Definition at line 53 of file G4INCLIClusteringModel.hh.

View newest version in sPHENIX GitHub at line 53 of file G4INCLIClusteringModel.hh

Member Function Documentation

virtual G4bool G4INCL::IClusteringModel::clusterCanEscape ( Nucleus const *  const,
Cluster const *  const 
)
pure virtual

Determine whether cluster can escape or not.

Implemented in G4INCL::ClusteringModelIntercomparison, and G4INCL::ClusteringModelNone.

virtual Cluster* G4INCL::IClusteringModel::getCluster ( Nucleus ,
Particle  
)
pure virtual

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.


The documentation for this class was generated from the following file: