Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions | Variables
errprop.cc File Reference

Main program of the errorpropagation example. More...

#include "ExErrorDetectorConstruction.hh"
#include "G4SteppingVerbose.hh"
#include "G4ErrorPropagator.hh"
#include "G4ErrorPropagatorData.hh"
#include "G4ErrorPropagatorManager.hh"
#include "G4ErrorPlaneSurfaceTarget.hh"
#include "G4ErrorCylSurfaceTarget.hh"
#include "G4ErrorGeomVolumeTarget.hh"
#include "G4ErrorTrackLengthTarget.hh"
#include "G4ErrorFreeTrajState.hh"
#include "G4UImanager.hh"
#include "G4SystemOfUnits.hh"
Include dependency graph for errprop.cc:

Go to the source code of this file.

Functions

void Initialize ()
 
G4ErrorTargetBuildTarget (G4int iTarget)
 
void ProcessEvent (G4int iProp, size_t nEv)
 
void Finalize ()
 
int main ()
 

Variables

G4ErrorTargettheTarget
 
G4ErrorMode theG4ErrorMode
 

Detailed Description

Main program of the errorpropagation example.

Definition in file errprop.cc.

Function Documentation

G4ErrorTarget * BuildTarget ( G4int  iTarget)

Definition at line 211 of file errprop.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void Finalize ( )

Definition at line 234 of file errprop.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void Initialize ( )

Definition at line 94 of file errprop.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

int main ( )

Definition at line 61 of file errprop.cc.

Here is the call graph for this function:

void ProcessEvent ( G4int  iProp,
size_t  nEv 
)

Definition at line 155 of file errprop.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

G4ErrorMode theG4ErrorMode

Definition at line 58 of file errprop.cc.

G4ErrorTarget* theTarget

Definition at line 57 of file errprop.cc.