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

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

update

File size: 455 bytes
Line 
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
14class GeneralPhysics : public G4VPhysicsConstructor
15{
16 public: 
17   GeneralPhysics(gemc_opts);
18   virtual ~GeneralPhysics();
19   gemc_opts gemcOpt; 
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
Note: See TracBrowser for help on using the repository browser.