![]() |
Precalibrated Ion Beam Identification Detector Simulation 1.0
A pilot study detector simulation, written in C++ with Geant4.
|
00001 00012 class SteppingVerbose; 00013 00014 #ifndef SteppingVerbose_h 00015 #define SteppingVerbose_h 1 //!<Inclusion guard. 00016 00017 #include "G4SteppingVerbose.hh" 00021 class SteppingVerbose : public G4SteppingVerbose 00022 { 00023 public: 00024 00025 SteppingVerbose(); 00026 ~SteppingVerbose(); 00027 00028 void StepInfo(); 00029 void TrackingStarted(); 00030 00031 }; 00032 00033 #endif