BLCMDprobefield.cc File Reference

#include <stdio.h>
#include <stdarg.h>
#include <unistd.h>
#include "BLCommand.hh"
#include "BLManager.hh"
#include "BLGlobalField.hh"
#include "BLFieldMap.hh"

Classes

class  BLCMDprobefield
 class BLCMDprobefield is a command to print fields at specified points More...

Functions

void g4bl_exit (int)

Variables

BLCMDprobefield defaultProbeField


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