31int main(
int argc,
char *argv[])
35 std::cout <<
"GMAD parser needs an input file" << std::endl;
40 std::cout <<
"GMAD parser needs only one input file" << std::endl;
45 catch (std::exception& e)
46 {std::cerr << e.what() << std::endl;
return 1;}
static Parser * Instance()
Access method.
Parser namespace for GMAD language. Combination of Geant4 and MAD.