QwGeant4
QweakSimSteppingVerbose.hh
Go to the documentation of this file.
1 
2 //=============================================================================
3 //
4 // ---------------------------
5 // | Doxygen File Information |
6 // ---------------------------
7 /**
8 
9  \file QweakSimSteppingVerbose.hh
10  $Revision: 1.2 $
11  $Date: 2005/12/27 19:27:00 $
12  \author Klaus Hans Grimm
13 
14 */
15 //=============================================================================
16 //
17 //=============================================================================
18 //
19 // ---------------------------
20 // | Doxygen Class Information |
21 // ---------------------------
22 /**
23  \class QweakSimSteppingVerbose
24 
25  \brief N/A
26 
27  Placeholder for a long explaination
28 
29  */
30 //=============================================================================
31 //
32 //=============================================================================
33 // -----------------------
34 // | CVS File Information |
35 // -----------------------
36 //
37 // Last Update: $Author: grimm $
38 // Update Date: $Date: 2005/12/27 19:27:00 $
39 // CVS/RCS Revision: $Revision: 1.2 $
40 // Status: $State: Exp $
41 //
42 // ===================================
43 // CVS Revision Log at end of file !!
44 // ===================================
45 //
46 //=============================================================================
47 
48 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
49 #ifndef QweakSimSteppingVerbose_h
50 #define QweakSimSteppingVerbose_h 1
51 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
52 
53 // system includes
54 #include "G4SteppingVerbose.hh"
55 
56 // user classes
58 
59 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
60 
61 class QweakSimSteppingVerbose : public G4SteppingVerbose
62 {
63  public:
64 
67 
68  void StepInfo();
69  void TrackingStarted();
70 
71 };
72 
73 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
74 
75 #endif
76 
77 //=======================================================================================
78 // -----------------------
79 // | CVS File Information |
80 // -----------------------
81 //
82 // $Revisions$
83 // $Log: QweakSimSteppingVerbose.hh,v $
84 // Revision 1.2 2005/12/27 19:27:00 grimm
85 // - Redesign of Doxygen header containing CVS info like revision and date
86 // - Added CVS revision log at the end of file
87 //
88 //