source: trunk/examples/novice/gemc/src/IonPhysics.h @ 811

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

update

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