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