parser.add_option("--directory",default=".",help="This option is disabled it will be ignored. It is set to '.' ")
parser.add_option("--injection-file",default=[],action="append",help="The injection xml files that corresponds to the low latency injections for given mass bins. 0000:0002:Injection_1.xml, 0002:0004:Injection_2.xml")
parser.add_option("--web-dir",help="set the output path to write the ''offline'' style web page to")
options,massbins=parser.parse_args()
options.directory="."# only relative paths are supported at the moment.