BLCMDhelp.cc File Reference

#include "BLCommand.hh"
#include "BLCommandAlias.hh"
#include "BLManager.hh"
#include "BLParam.hh"

Classes

class  BLCMDhelp
 class BLCMDhelp implements the help command. More...

Functions

void g4bl_exit (int)

Variables

BLCMDhelp defineHelp
BLCommandAlias aliasHelp ("man", defineHelp)


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

BLCommandAlias aliasHelp("man", defineHelp)

g4beamline