BLCMDfieldntuple.cc File Reference

#include <vector>
#include "BLAssert.hh"
#include "BLCommand.hh"
#include "BLManager.hh"
#include "BLGlobalField.hh"
#include "BLNTuple.hh"

Classes

class  BLCMDfieldntuple
 class BLCMDfieldntuple is a command to generate an NTuple from field values at specified points. More...
class  BLCMDfieldntuple::Loop

Functions

void g4bl_exit (int)

Variables

BLCMDfieldntuple defaultFieldntuple


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