Parent Directory | Revision Log
Geant4 code for ND and Calorimeter
1 | |
2 | #ifndef PhysicsList_h |
3 | #define PhysicsList_h 1 |
4 | |
5 | #include "G4VModularPhysicsList.hh" |
6 | #include "globals.hh" |
7 | |
8 | class PhysicsList: public G4VModularPhysicsList |
9 | { |
10 | public: |
11 | PhysicsList(); |
12 | virtual ~PhysicsList(); |
13 | |
14 | public: |
15 | // SetCuts() |
16 | virtual void SetCuts(); |
17 | |
18 | |
19 | }; |
20 | |
21 | |
22 | #endif |
23 | |
24 | |
25 |
ViewVC Help | |
Powered by ViewVC 1.1.23 |