GGS(GenericGEANT4Simulation)Software  2.6.0
 All Data Structures Namespaces Files Functions Variables Typedefs Macros
GGSCRMCPhysicsList.h
1 /*
2  * GGSCRMCPhysicsList.h
3  *
4  * Created on: 15 Feb 2019
5  * Author: Nicola Mori
6  */
7 
8 #ifndef GGSCRMCPHYSICSLIST_H_
9 #define GGSCRMCPHYSICSLIST_H_
10 
11 #include "FTFP_BERT.hh"
12 #include "G4GenericMessenger.hh"
13 
22 class GGSCRMCPhysicsList: public FTFP_BERT {
23 public:
24 
27 
32  void ConstructProcess();
33 
34 private:
35  std::string _modelName;
36  float _modelThreshold;
37 
38  G4GenericMessenger _messenger;
39 
40 };
41 
42 #endif /* GGSCRMCPHYSICSLIST_H_ */
void ConstructProcess()
Constructs the physical processes.
GGSCRMCPhysicsList()
Constructor.
Physics list based on CRMC for high-energy hadron-hadron interactions.