Parent Directory | Revision Log
Geant4 code for ND and Calorimeter
1 | cafagna | 1.1 | |
2 | class SteppingVerbose; | ||
3 | |||
4 | #ifndef SteppingVerbose_h | ||
5 | #define SteppingVerbose_h 1 | ||
6 | |||
7 | #include "G4SteppingVerbose.hh" | ||
8 | |||
9 | class SteppingVerbose : public G4SteppingVerbose { | ||
10 | public: | ||
11 | |||
12 | SteppingVerbose(); | ||
13 | ~SteppingVerbose(); | ||
14 | |||
15 | void StepInfo(); | ||
16 | void TrackingStarted(); | ||
17 | |||
18 | }; | ||
19 | |||
20 | #endif |
ViewVC Help | |
Powered by ViewVC 1.1.23 |