![]() |
ATLAS Offline Software
|
Variables | |
| parser = argparse.ArgumentParser(prog='createDCubeRecoHistograms', formatter_class=argparse.ArgumentDefaultsHelpFormatter) | |
| help | |
| default | |
| type | |
| False | |
| action | |
| Options = parser.parse_args() | |
| inputFile = ROOT.TFile(Options.inputFile, "READ") | |
| inputTree = inputFile.Get("HitValidTree") | |
| nEntries = inputTree.GetEntries() | |
| outputFile = ROOT.TFile(Options.outputFile, "RECREATE") | |
| ODir = outputFile.GetDirectory("reconstruction/") | |
| CSCselections = Options.CSCsel.split("_") | |
| CSC_eta = CSCselections[0] | |
| CSC_sector = int (CSCselections[1]) | |
| TGCselections = Options.TGCsel.split("_") | |
| TGC_eta = TGCselections[0] | |
| TGC_sector = int (TGCselections[1]) | |
| list | cscPRDHists = [] |
| list | tgcPRDHists = [] |
| int | csc_eta_sel = 0 |
| int | csc_sector_sel = lambda s: MyHistoFiller.Eta(ord(s.PRD_CSC_stationPhi[ncscPRD])) < 10 |
| chamber_name | |
| eta_sel | |
| sector_sel | |
| int | tgc_eta_sel = 0 |
| int | tgc_sector_sel = lambda s: MyHistoFiller.Eta(ord(s.PRD_TGC_stationPhi[ntgcPRD])) < 51 |
| cscPRDHist = MyHistoFiller( chamber_name = "CSC_PRD", eta_sel = None, sector_sel = None ) | |
| tgcPRDHist = MyHistoFiller( chamber_name = "TGC_PRD", eta_sel = None, sector_sel = None ) | |
| createDCubeRecoHistograms_withSel.action |
Definition at line 13 of file createDCubeRecoHistograms_withSel.py.
| createDCubeRecoHistograms_withSel.chamber_name |
Definition at line 85 of file createDCubeRecoHistograms_withSel.py.
| createDCubeRecoHistograms_withSel.CSC_eta = CSCselections[0] |
Definition at line 51 of file createDCubeRecoHistograms_withSel.py.
| int createDCubeRecoHistograms_withSel.csc_eta_sel = 0 |
Definition at line 73 of file createDCubeRecoHistograms_withSel.py.
| createDCubeRecoHistograms_withSel.CSC_sector = int (CSCselections[1]) |
Definition at line 53 of file createDCubeRecoHistograms_withSel.py.
| createDCubeRecoHistograms_withSel.csc_sector_sel = lambda s: MyHistoFiller.Eta(ord(s.PRD_CSC_stationPhi[ncscPRD])) < 10 |
Definition at line 80 of file createDCubeRecoHistograms_withSel.py.
| createDCubeRecoHistograms_withSel.cscPRDHist = MyHistoFiller( chamber_name = "CSC_PRD", eta_sel = None, sector_sel = None ) |
Definition at line 111 of file createDCubeRecoHistograms_withSel.py.
| list createDCubeRecoHistograms_withSel.cscPRDHists = [] |
Definition at line 67 of file createDCubeRecoHistograms_withSel.py.
| createDCubeRecoHistograms_withSel.CSCselections = Options.CSCsel.split("_") |
Definition at line 50 of file createDCubeRecoHistograms_withSel.py.
| createDCubeRecoHistograms_withSel.default |
Definition at line 11 of file createDCubeRecoHistograms_withSel.py.
| createDCubeRecoHistograms_withSel.eta_sel |
Definition at line 85 of file createDCubeRecoHistograms_withSel.py.
| createDCubeRecoHistograms_withSel.False |
Definition at line 13 of file createDCubeRecoHistograms_withSel.py.
| createDCubeRecoHistograms_withSel.help |
Definition at line 11 of file createDCubeRecoHistograms_withSel.py.
| createDCubeRecoHistograms_withSel.inputFile = ROOT.TFile(Options.inputFile, "READ") |
Definition at line 26 of file createDCubeRecoHistograms_withSel.py.
| createDCubeRecoHistograms_withSel.inputTree = inputFile.Get("HitValidTree") |
Definition at line 30 of file createDCubeRecoHistograms_withSel.py.
| createDCubeRecoHistograms_withSel.nEntries = inputTree.GetEntries() |
Definition at line 35 of file createDCubeRecoHistograms_withSel.py.
| createDCubeRecoHistograms_withSel.ODir = outputFile.GetDirectory("reconstruction/") |
Definition at line 47 of file createDCubeRecoHistograms_withSel.py.
| createDCubeRecoHistograms_withSel.Options = parser.parse_args() |
Definition at line 18 of file createDCubeRecoHistograms_withSel.py.
| createDCubeRecoHistograms_withSel.outputFile = ROOT.TFile(Options.outputFile, "RECREATE") |
Definition at line 40 of file createDCubeRecoHistograms_withSel.py.
| createDCubeRecoHistograms_withSel.parser = argparse.ArgumentParser(prog='createDCubeRecoHistograms', formatter_class=argparse.ArgumentDefaultsHelpFormatter) |
Definition at line 10 of file createDCubeRecoHistograms_withSel.py.
| createDCubeRecoHistograms_withSel.sector_sel |
Definition at line 85 of file createDCubeRecoHistograms_withSel.py.
| createDCubeRecoHistograms_withSel.TGC_eta = TGCselections[0] |
Definition at line 58 of file createDCubeRecoHistograms_withSel.py.
| int createDCubeRecoHistograms_withSel.tgc_eta_sel = 0 |
Definition at line 93 of file createDCubeRecoHistograms_withSel.py.
| createDCubeRecoHistograms_withSel.TGC_sector = int (TGCselections[1]) |
Definition at line 60 of file createDCubeRecoHistograms_withSel.py.
| createDCubeRecoHistograms_withSel.tgc_sector_sel = lambda s: MyHistoFiller.Eta(ord(s.PRD_TGC_stationPhi[ntgcPRD])) < 51 |
Definition at line 100 of file createDCubeRecoHistograms_withSel.py.
| createDCubeRecoHistograms_withSel.tgcPRDHist = MyHistoFiller( chamber_name = "TGC_PRD", eta_sel = None, sector_sel = None ) |
Definition at line 115 of file createDCubeRecoHistograms_withSel.py.
| list createDCubeRecoHistograms_withSel.tgcPRDHists = [] |
Definition at line 68 of file createDCubeRecoHistograms_withSel.py.
| createDCubeRecoHistograms_withSel.TGCselections = Options.TGCsel.split("_") |
Definition at line 57 of file createDCubeRecoHistograms_withSel.py.
| createDCubeRecoHistograms_withSel.type |
Definition at line 11 of file createDCubeRecoHistograms_withSel.py.
1.8.18