MollerSteppingVerbose.hh

Go to the documentation of this file.
00001 
00002 
00003 
00004 #ifndef MollerSteppingVerbose_h
00005 #define MollerSteppingVerbose_h 1
00006 
00007 #include "G4SteppingVerbose.hh"
00008 #include <fstream>
00009 
00010 using namespace std;
00011 
00012 
00013 
00014 class MollerSteppingVerbose : public G4SteppingVerbose 
00015 {
00016  public:
00017    
00018   MollerSteppingVerbose();
00019  ~MollerSteppingVerbose();
00020 
00021   void StepInfo();
00022   void TrackingStarted();
00023 
00024   ofstream textfile;
00025 
00026 };
00027 
00028 
00029 #endif

Generated on 16 Jun 2013 for mollersim by  doxygen 1.6.1