include/BDSSteppingVerbose.hh

00001 // This code implementation is the intellectual property of
00002 // the GEANT4 collaboration.
00003 //
00004 // By copying, distributing or modifying the Program (or any work
00005 // based on the Program) you indicate your acceptance of this statement,
00006 // and all its terms.
00007 //
00008 // $Id: BDSSteppingVerbose.hh,v 1.1 2005/01/22 17:05:31 agapov Exp $
00009 // GEANT4 tag $Name:  $
00010 //
00011 //  
00012 //---------------------------------------------------------------
00013 //
00014 // BDSSteppingVerbose.hh
00015 //
00016 // Description:
00017 //   This class manages the verbose outputs in G4SteppingManager. 
00018 //   It inherits from G4SteppingVerbose   
00019 //
00020 //---------------------------------------------------------------
00021 
00022 class BDSSteppingVerbose;
00023 
00024 #ifndef BDSSteppingVerbose_h
00025 #define BDSSteppingVerbose_h 1
00026 
00027 #include "G4SteppingVerbose.hh"
00028 
00029 class BDSSteppingVerbose : public G4SteppingVerbose {
00030 public:   
00031 // Constructor/Destructor
00032   BDSSteppingVerbose();
00033  ~BDSSteppingVerbose();
00034 //
00035   void StepInfo();
00036   void TrackingStarted();
00037 //
00038 
00039 
00040 };
00041 
00042 #endif

Generated on 27 Aug 2013 for BDSIM by  doxygen 1.4.7