BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
Loading...
Searching...
No Matches
Enumerations | Functions
comparator.cc File Reference

Go to the source code of this file.

Enumerations

enum  EXIT_CODE {
  _EXIT_SUCCESS = 0 , _EXIT_FAILED = 1 , _EXIT_INCORRECT_ARGS = 2 , _EXIT_FILE_NOT_FOUND = 3 ,
  _EXIT_BAD_FILE = 4 , _EXIT_SUCCESS_NONE = 5
}
 

Functions

void usage ()
 
bool FileExists (const std::string &fileName)
 
int main (int argc, char *argv[])
 

Enumeration Type Documentation

◆ EXIT_CODE

enum EXIT_CODE

Definition at line 39 of file comparator.cc.

Function Documentation

◆ FileExists()

bool FileExists ( const std::string &  fileName)

Definition at line 116 of file comparator.cc.

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 48 of file comparator.cc.

◆ usage()

void usage ( )

Definition at line 110 of file comparator.cc.