![]() |
Precalibrated Ion Beam Identification Detector Simulation 1.0
A pilot study detector simulation, written in C++ with Geant4.
|
This class is extending the G4EmStandardPhysics class in order to apply a few changes to this physics list. More...
#include <G4EmStandardFysik.hh>
Public Member Functions | |
G4EmStandardFysik (G4int ver) | |
Constructor, constructs the object. | |
virtual void | ConstructProcess () |
Destructor, destroys the object. | |
Private Attributes | |
G4int | verbose |
Used to indicate verbose behaviour. |
This class is extending the G4EmStandardPhysics class in order to apply a few changes to this physics list.
Definition at line 16 of file G4EmStandardFysik.hh.
G4EmStandardFysik::G4EmStandardFysik | ( | G4int | ver | ) |
Constructor, constructs the object.
ver | Tells the verbosity level. |
Definition at line 50 of file G4EmStandardFysik.cc.
References verbose.
{ verbose = ver; }