GEMC  1.8
Geant4 Monte-Carlo Framework
IonPhysics.h
Go to the documentation of this file.
1 #ifndef IonPhysics_h
2 #define IonPhysics_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 ~IonPhysics();
20 
21  virtual void ConstructParticle();
22  virtual void ConstructProcess();
23 
24 };
25 
26 #endif
27 
28 
29 
30 
31 
IonPhysics(gemc_opts)
Definition: IonPhysics.cc:21
virtual void ConstructParticle()
Definition: IonPhysics.cc:30
virtual ~IonPhysics()
Definition: IonPhysics.cc:27
gemc_opts gemcOpt
Definition: IonPhysics.h:19
virtual void ConstructProcess()
Definition: IonPhysics.cc:38