GEMC  1.8
Geant4 Monte-Carlo Framework
EMPhysics.h
Go to the documentation of this file.
1 #ifndef EMPhysics_H
2 #define EMPhysics_H 1
3 
4 #include "G4VPhysicsConstructor.hh"
5 
6 // %%%%%%%%%%%%%
7 // gemc headers
8 // %%%%%%%%%%%%%
9 #include "usage.h"
10 
12 {
13  public:
15  virtual ~EMPhysics();
17 
18  public:
19  virtual void ConstructParticle();
20  virtual void ConstructProcess();
21 };
22 
23 
24 #endif
25 
26 
27 
28 
29 
virtual ~EMPhysics()
Definition: EMPhysics.cc:64
gemc_opts gemcOpt
Definition: EMPhysics.h:16
virtual void ConstructProcess()
Definition: EMPhysics.cc:90
virtual void ConstructParticle()
Definition: EMPhysics.cc:66
EMPhysics(gemc_opts)
Definition: EMPhysics.cc:59