BLCMDsetdecay.cc File Reference

#include <map>
#include <vector>
#include "G4ParticleTable.hh"
#include "G4ParticleDefinition.hh"
#include "G4DecayTable.hh"
#include "G4Decay.hh"
#include "G4ProcessManager.hh"
#include "G4ProcessVector.hh"
#include "G4VDecayChannel.hh"
#include "G4PhaseSpaceDecayChannel.hh"
#include "globals.hh"
#include "BLAssert.hh"
#include "BLCommand.hh"
#include "BLManager.hh"
#include "BLCallback.hh"
#include "BLParam.hh"

Classes

class  BLCMDsetdecay
 class BLCMDsetdecay -- implement the setdecay command More...
class  SetDecayInstance

Functions

void g4bl_exit (int)

Variables

BLCMDsetdecay defaultSetDecay


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 }


Variable Documentation

g4beamline