![]() |
Precalibrated Ion Beam Identification Detector Simulation 1.0
A pilot study detector simulation, written in C++ with Geant4.
|
Inclusion guard. More...
#include <SteppingVerbose.hh>
Public Member Functions | |
~SteppingVerbose () | |
Constructor, constructs the object. | |
void | StepInfo () |
Prints information with G4Cout when this is called. | |
void | TrackingStarted () |
Prints information with G4Cout when this is called. |
Inclusion guard.
Prints information at each step depending on the current verbosity level.
Definition at line 21 of file SteppingVerbose.hh.
SteppingVerbose::~SteppingVerbose | ( | ) |
Constructor, constructs the object.
Destructor, destroys the object.
Definition at line 10 of file SteppingVerbose.cc.
{}