source: trunk/examples/novice/gemc/src/HadronPhysics.h@ 1199

Last change on this file since 1199 was 807, checked in by garnier, 17 years ago

update

File size: 439 bytes
Line 
1#ifndef HadronPhysics_h
2#define HadronPhysics_h 1
3
4
5// %%%%%%%%%%
6// G4 headers
7// %%%%%%%%%%
8#include "G4VPhysicsConstructor.hh"
9
10
11// %%%%%%%%%%%%%
12// gemc headers
13// %%%%%%%%%%%%%
14#include "usage.h"
15
16class HadronPhysics : public G4VPhysicsConstructor
17{
18 public:
19 HadronPhysics(gemc_opts);
20 virtual ~HadronPhysics();
21 gemc_opts gemcOpt;
22
23 virtual void ConstructParticle();
24 virtual void ConstructProcess();
25
26};
27
28#endif
29
30
31
32
33
Note: See TracBrowser for help on using the repository browser.