9parser.add_option("--inputEvtFileList", dest="inputevt", action="append", help="select the input file name")
10parser.add_option("--inputStructFileList", dest="inputstruct", action="append", help="select the output file name")
11parser.add_option("--nevents", dest="nevents", type=int, help="select the number of events to generate (default: all)")
12parser.add_option("--runNumber", dest="runNumber", default=410000, type=int, help="run number (default: %default)")
13parser.add_option("--skipevents", dest="skipevents", type=int, help="select the number of events to skip (default: 0)")
14parser.add_option("--geometry", dest="geometry", help="select the geometry tag (default can be used)")
15parser.add_option("--condition", dest="condition", help="select the condition tag (REQUIRED)")
16parser.add_option("--physlist", dest="physlist", help="select the physics list (default can be used)")
17parser.add_option("--parametrization", dest="parametrization", type=int, help="Choose the type of parametrisation. 0-FullSum. 2-DefaultATLAS (FrozenShowers are ON). It should be 0 for library generation.")
18parser.add_option("--FSLib", dest="fsLibs", default=[], action="append", help="path to the frozen shower libraries (separate flag for each library must be used)")