ATLAS Offline Software
Loading...
Searching...
No Matches
plotmaker.py File Reference

Go to the source code of this file.

Namespaces

namespace  plotmaker

Functions

 plotmaker.make2DPdf (name, hist, prefix)
 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')
dict plotmaker.hist1DDict
dict plotmaker.hist2DDict = { 'decayZR2D': None, 'decayEtaR2D':None }
 plotmaker.keys = hist_file.GetListOfKeys()
 plotmaker.keyName = key.GetName()
 plotmaker.hist = ROOT.TH1F()