![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
IDTPMcnv | |
Variables | |
IDTPMcnv.parser = argparse.ArgumentParser( description = "MakePlots.py options:" ) | |
IDTPMcnv.help | |
IDTPMcnv.MyArgs = parser.parse_args() | |
IDTPMcnv.inFileName = MyArgs.inputFile | |
IDTPMcnv.outputSuffix = MyArgs.output | |
IDTPMcnv.inFile = ROOT.TFile.Open( inFileName , "READ" ) | |
IDTPMcnv.outFile = ROOT.TFile.Open( inFileName.replace( "root", outputSuffix+".root" ) , "RECREATE" ) | |
IDTPMcnv.configFileName = MyArgs.config | |
IDTPMcnv.configFile = open( configFileName, 'r' ) | |
IDTPMcnv.lines = configFile.readlines() | |
IDTPMcnv.parsed = line.strip().split() | |
IDTPMcnv.htype = parsed[0] | |
IDTPMcnv.href = parsed[1] | |
IDTPMcnv.htest = parsed[2] | |
IDTPMcnv.obj = inFile.Get( href ) | |
getting histo More... | |
IDTPMcnv.htest_dir = os.path.dirname( htest ) | |
writing histo More... | |
IDTPMcnv.htest_name = os.path.basename( htest ) | |