ATLAS Offline Software
Variables
dumpFileToPlots Namespace Reference

Variables

bool IsDebug = False
 
string fileName = "/afs/cern.ch/user/d/delsart/public/COMMON/NTUP_COMMON_new.root"
 Read and store argument values #. More...
 
string treeName = "physics"
 
string pdfName = "plots.pdf"
 
 inFile = ROOT.TFile(fileName,"READ")
 
 tree = inFile.Get(treeName)
 
 builder = HistoBuilderFromD3PD(tree)
 

Variable Documentation

◆ builder

dumpFileToPlots.builder = HistoBuilderFromD3PD(tree)

Definition at line 54 of file dumpFileToPlots.py.

◆ fileName

dumpFileToPlots.fileName = "/afs/cern.ch/user/d/delsart/public/COMMON/NTUP_COMMON_new.root"

Read and store argument values #.

Definition at line 19 of file dumpFileToPlots.py.

◆ inFile

dumpFileToPlots.inFile = ROOT.TFile(fileName,"READ")

Definition at line 39 of file dumpFileToPlots.py.

◆ IsDebug

bool dumpFileToPlots.IsDebug = False

Definition at line 13 of file dumpFileToPlots.py.

◆ pdfName

dumpFileToPlots.pdfName = "plots.pdf"

Definition at line 21 of file dumpFileToPlots.py.

◆ tree

dumpFileToPlots.tree = inFile.Get(treeName)

Definition at line 40 of file dumpFileToPlots.py.

◆ treeName

dumpFileToPlots.treeName = "physics"

Definition at line 20 of file dumpFileToPlots.py.