ATLAS Offline Software
Namespaces | Functions | Variables
plotmaker.py File Reference

Go to the source code of this file.

Namespaces

 plotmaker
 

Functions

def plotmaker.make2DPdf (name, hist, prefix)
 
def plotmaker.makePdf (name, hists, prefix)
 

Variables

int plotmaker.ScalarColor = ROOT.kPink+4
 
int plotmaker.DarkPhotonColor = ROOT.kAzure-3
 
int plotmaker.ElectronColor = ROOT.kRed-3
 
int plotmaker.MuonColor = ROOT.kBlue-3
 
int plotmaker.PionColor = ROOT.kGreen-3
 
 plotmaker.parser = optparse.OptionParser()
 
 plotmaker.dest
 
 plotmaker.help
 
 plotmaker.default
 
 plotmaker.options
 
 plotmaker.args
 
 plotmaker.hist_file = ROOT.TFile.Open(options.hist_file_in, 'r')
 
dictionary plotmaker.hist1DDict
 
dictionary plotmaker.hist2DDict = { 'decayZR2D': None, 'decayEtaR2D':None }
 
 plotmaker.keys = hist_file.GetListOfKeys()
 
 plotmaker.keyName = key.GetName()
 
 plotmaker.hist = ROOT.TH1F()