ACTARSim
ACTAR TPC Simulation Reference Guide
ActarSimSteppingVerbose.hh
Go to the documentation of this file.
1 // - AUTHOR: Hector Alvarez-Pol 11/2004
2 /******************************************************************
3  * Copyright (C) 2005-2016, Hector Alvarez-Pol *
4  * All rights reserved. *
5  * *
6  * License according to GNU LESSER GPL (see lgpl-3.0.txt). *
7  * For the list of contributors see CREDITS. *
8  ******************************************************************/
9 
11 
12 #ifndef ActarSimSteppingVerbose_h
13 #define ActarSimSteppingVerbose_h 1
14 
15 #include "G4SteppingVerbose.hh"
16 
17 class ActarSimSteppingVerbose : public G4SteppingVerbose {
18 public:
21 
22  void StepInfo();
23  void TrackingStarted();
24 };
25 #endif
void StepInfo()
A complete info dump for each step.
ActarSimSteppingVerbose()
Constructor. Nothing to do.
~ActarSimSteppingVerbose()
Destructor. Nothing to do.