BLManager.cc File Reference

#include <gsl/gsl_errno.h>
#include "mysnprintf.hh"
#include "G4UImanager.hh"
#include "G4VisManager.hh"
#include "G4UIsession.hh"
#include "G4UIterminal.hh"
#include "G4GeometryManager.hh"
#include "G4StateManager.hh"
#include "G4UserTrackingAction.hh"
#include "G4UserRunAction.hh"
#include "G4UserEventAction.hh"
#include "G4VUserPrimaryGeneratorAction.hh"
#include "G4UserSteppingAction.hh"
#include "G4UserStackingAction.hh"
#include "G4VProcess.hh"
#include "G4VParticleChange.hh"
#include "G4ProcessTable.hh"
#include "G4ParticleTable.hh"
#include "G4HadronicProcessStore.hh"
#include "BLAssert.hh"
#include "BLParam.hh"
#include "BLManager.hh"
#include "BLMPI.hh"
#include "BLRunManager.hh"
#include "BLBeam.hh"
#include "BLNTuple.hh"
#include "BLPhysics.hh"
#include "BLGroup.hh"
#include "BLGlobalField.hh"
#include "BLCommand.hh"
#include "BLCoordinates.hh"
#include "BLAlarm.hh"
#include "BLSignal.hh"
#include "BLTime.hh"
#include "BLZStep.hh"
#include "BLTrackInfo.hh"

Classes

class  ZStepLimiter
 class ZStepLimiter limits the ZStep More...
class  ZStepLimiter::ParticleChange
class  BLManager_UserRunAction
class  BLManager_UserEventAction
class  BLManager_UserTrackingAction
class  BLManager_UserSteppingAction
class  BLManager_PrimaryGeneratorAction
class  BLManager_UserStackingAction

Functions

void g4bl_exit (int)


Function Documentation

void g4bl_exit ( int   ) 

00058 {
00059         // Instead of deleting things, just open the geometry to avoid 
00060         // warnings when exit() is called.
00061         G4GeometryManager::GetInstance()->OpenGeometry();
00062 
00063         fflush(stdout);
00064         exit(value);
00065 }

g4beamline