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

Go to the source code of this file.

Namespaces

namespace  createDCubeRecoHistograms_withSel

Variables

 createDCubeRecoHistograms_withSel.parser = argparse.ArgumentParser(prog='createDCubeRecoHistograms', formatter_class=argparse.ArgumentDefaultsHelpFormatter)
 createDCubeRecoHistograms_withSel.help
 createDCubeRecoHistograms_withSel.default
 createDCubeRecoHistograms_withSel.type
 createDCubeRecoHistograms_withSel.False
 createDCubeRecoHistograms_withSel.action
 createDCubeRecoHistograms_withSel.Options = parser.parse_args()
 createDCubeRecoHistograms_withSel.inputFile = ROOT.TFile(Options.inputFile, "READ")
 createDCubeRecoHistograms_withSel.inputTree = inputFile.Get("HitValidTree")
 createDCubeRecoHistograms_withSel.nEntries = inputTree.GetEntries()
 createDCubeRecoHistograms_withSel.outputFile = ROOT.TFile(Options.outputFile, "RECREATE")
 createDCubeRecoHistograms_withSel.ODir = outputFile.GetDirectory("reconstruction/")
 createDCubeRecoHistograms_withSel.CSCselections = Options.CSCsel.split("_")
 createDCubeRecoHistograms_withSel.CSC_eta = CSCselections[0]
 createDCubeRecoHistograms_withSel.CSC_sector = int (CSCselections[1])
 createDCubeRecoHistograms_withSel.TGCselections = Options.TGCsel.split("_")
 createDCubeRecoHistograms_withSel.TGC_eta = TGCselections[0]
 createDCubeRecoHistograms_withSel.TGC_sector = int (TGCselections[1])
list createDCubeRecoHistograms_withSel.cscPRDHists = []
list createDCubeRecoHistograms_withSel.tgcPRDHists = []
MyHistoFiller createDCubeRecoHistograms_withSel.csc_eta_sel = 0
MyHistoFiller createDCubeRecoHistograms_withSel.csc_sector_sel = lambda s.Eta(ord(s.PRD_CSC_stationPhi[ncscPRD])) < 10
 createDCubeRecoHistograms_withSel.chamber_name
 createDCubeRecoHistograms_withSel.eta_sel
 createDCubeRecoHistograms_withSel.sector_sel
MyHistoFiller createDCubeRecoHistograms_withSel.tgc_eta_sel = 0
MyHistoFiller createDCubeRecoHistograms_withSel.tgc_sector_sel = lambda s.Eta(ord(s.PRD_TGC_stationPhi[ntgcPRD])) < 51
 createDCubeRecoHistograms_withSel.cscPRDHist = MyHistoFiller( chamber_name = "CSC_PRD", eta_sel = None, sector_sel = None )
 createDCubeRecoHistograms_withSel.tgcPRDHist = MyHistoFiller( chamber_name = "TGC_PRD", eta_sel = None, sector_sel = None )