GGS(GenericGEANT4Simulation)Software  2.7.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:
26 
31  void ConstructProcess();
32 
33 private:
34  std::string _modelName;
35  float _modelThreshold;
36 
37  G4GenericMessenger _messenger;
38 };
39 
40 #endif /* GGSCRMCPHYSICSLIST_H_ */
void ConstructProcess()
Constructs the physical processes.
GGSCRMCPhysicsList()
Constructor.
Physics list based on CRMC for high-energy hadron-hadron interactions.