source: trunk/examples/novice/gemc/src/EMPhysics.h @ 893

Last change on this file since 893 was 807, checked in by garnier, 16 years ago

update

File size: 384 bytes
Line 
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
11class EMPhysics : public G4VPhysicsConstructor
12{
13 public:
14   EMPhysics(gemc_opts);
15   virtual ~EMPhysics();
16   gemc_opts gemcOpt;
17
18  public: 
19    virtual void ConstructParticle();
20    virtual void ConstructProcess();
21};
22
23
24#endif
25
26
27
28
29
Note: See TracBrowser for help on using the repository browser.