GEMC  1.8
Geant4 Monte-Carlo Framework
HadronPhysics.h
Go to the documentation of this file.
1 #ifndef HadronPhysics_h
2 #define HadronPhysics_h 1
3 
4 
5 // %%%%%%%%%%
6 // G4 headers
7 // %%%%%%%%%%
8 #include "G4VPhysicsConstructor.hh"
9 
10 
11 // %%%%%%%%%%%%%
12 // gemc headers
13 // %%%%%%%%%%%%%
14 #include "usage.h"
15 
17 {
18  public:
20  virtual ~HadronPhysics();
22 
23  virtual void ConstructParticle();
24  virtual void ConstructProcess();
25 
26 };
27 
28 #endif
29 
30 
31 
32 
33 
gemc_opts gemcOpt
Definition: HadronPhysics.h:21
HadronPhysics(gemc_opts)
virtual void ConstructParticle()
virtual void ConstructProcess()
virtual ~HadronPhysics()