Precalibrated Ion Beam Identification Detector Simulation 1.0
A pilot study detector simulation, written in C++ with Geant4.
Public Member Functions | Private Attributes
G4EmStandardFysik Class Reference

This class is extending the G4EmStandardPhysics class in order to apply a few changes to this physics list. More...

#include <G4EmStandardFysik.hh>

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

G4EmStandardFysik::G4EmStandardFysik ( G4int  ver)

Constructor, constructs the object.

Parameters:
verTells the verbosity level.

Definition at line 50 of file G4EmStandardFysik.cc.

References verbose.

{
        verbose = ver;
}

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Defines

Back to the main page of the Precalibrated Ion Beam Identification Detector project

Created by Rikard Lundmark