ATLAS Offline Software
|
Variables | |
parser = argparse.ArgumentParser(prog='createDCubeHistograms', formatter_class=argparse.ArgumentDefaultsHelpFormatter) | |
help | |
default | |
type | |
False | |
action | |
Options = parser.parse_args() | |
inputFile = ROOT.TFile(Options.inputFile, "READ") | |
inputTree = inputFile.Get("NSWValTree") | |
nEntries = inputTree.GetEntries() | |
outputFile = ROOT.TFile(Options.outputFile, "RECREATE") | |
ODir = outputFile.GetDirectory("simulation/") | |
truthPtHist = ROOT.TH1F("truthPt","truthPt;p_{T} [GeV]",100,0,100) | |
truth information More... | |
truthEtaHist = ROOT.TH1F("truthEta","truthEta;#eta",100,-2.8,2.8) | |
truthPhiHist = ROOT.TH1F("truthPhi","truthPhi;#phi",100,-3.15,3.15) | |
rpcLocalX = ROOT.TH1F("rpcLocalX","rpcLocalX;RPC_hitLocalPositionX",100,-1.05,1.05) | |
RPCs. More... | |
rpcLocalY = ROOT.TH1F("rpcLocalY","rpcLocalY;RPC_hitLocalPositionY",100,-1500,1500) | |
rpcLocalZ = ROOT.TH1F("rpcLocalZ","rpcLocalZ;RPC_hitLocalPositionZ",100,-700,700) | |
rpcStationEta = ROOT.TH1F("rpcStationEta","rpcStationEta;RPC_stationEta",16,-8,8) | |
rpcStationPhi = ROOT.TH1F("rpcStationPhi","rpcStationPhi;RPC_stationPhi",9,0,9) | |
rpcGlobalX = ROOT.TH1F("rpcGlobalX","rpcGlobalX;RPC_hitGlobalPositionX",100,-13000,12000) | |
rpcGlobalY = ROOT.TH1F("rpcGlobalY","rpcGlobalY;RPC_hitGlobalPositionY",100,-15000,14000) | |
rpcGlobalZ = ROOT.TH1F("rpcGlobalZ","rpcGlobalZ;RPC_hitGlobalPositionZ",100,-15000,15000) | |
rpcGlobalR = ROOT.TH1F("rpcGlobalR","rpcGlobalR;RPC_hitGlobalPositionR",100,4000,14000) | |
rpcGlobalP = ROOT.TH1F("rpcGlobalP","rpcGlobalP;RPC_hitGlobalPositionP",100,-3.6,3.6) | |
rpcGasGap = ROOT.TH1F("rpcGasGap","rpcGasGap;RPC_Sim_GasGapLayer",3,0,3) | |
mdtLocalX = ROOT.TH1F("mdtLocalX","mdtLocalX;MDT_hitLocalPositionX",100,-16,16) | |
MDTs. More... | |
mdtLocalY = ROOT.TH1F("mdtLocalY","mdtLocalY;MDT_hitLocalPositionY",100,-16,16) | |
mdtLocalZ = ROOT.TH1F("mdtLocalZ","mdtLocalZ;MDT_hitLocalPositionZ",100,-2500,2500) | |
mdtStationEta = ROOT.TH1F("mdtStationEta","mdtStationEta;MDT_stationEta",16,-8,8) | |
mdtStationPhi = ROOT.TH1F("mdtStationPhi","mdtStationPhi;MDT_stationPhi",9,0,9) | |
mdtGlobalX = ROOT.TH1F("mdtGlobalX","mdtGlobalX;MDT_hitGlobalPositionX",100,-13000,12000) | |
mdtGlobalY = ROOT.TH1F("mdtGlobalY","mdtGlobalY;MDT_hitGlobalPositionY",100,-15000,14000) | |
mdtGlobalZ = ROOT.TH1F("mdtGlobalZ","mdtGlobalZ;MDT_hitGlobalPositionZ",100,-26000,26000) | |
mdtGlobalR = ROOT.TH1F("mdtGlobalR","mdtGlobalR;MDT_hitGlobalPositionR",100,1000,14000) | |
mdtGlobalP = ROOT.TH1F("mdtGlobalP","mdtGlobalP;MDT_hitGlobalPositionP",100,-3.6,3.6) | |
mdtTube = ROOT.TH1F("mdtTube","mdtTube;MDT_Sim_tube",100,0,110) | |
cscStationEta = ROOT.TH1F("cscStationEta","cscStationEta;CSC_stationEta",4,-3,1) | |
CSCs. More... | |
cscStationPhi = ROOT.TH1F("cscStationPhi","cscStationPhi;CSC_stationPhi",9,0,9) | |
cscGlobalX = ROOT.TH1F("cscGlobalX","cscGlobalX;CSC_hitGlobalPositionX",100,-1400,2200) | |
cscGlobalY = ROOT.TH1F("cscGlobalY","cscGlobalY;CSC_hitGlobalPositionY",100,-2100,2100) | |
cscGlobalZ = ROOT.TH1F("cscGlobalZ","cscGlobalZ;CSC_hitGlobalPositionZ",100,-7900,-7100) | |
cscGlobalR = ROOT.TH1F("cscGlobalR","cscGlobalR;CSC_hitGlobalPositionR",100,500,2500) | |
cscGlobalP = ROOT.TH1F("cscGlobalP","cscGlobalP;CSC_hitGlobalPositionP",100,-3,3) | |
cscWireLayer = ROOT.TH1F("cscWireLayer","cscWireLayer;CSC_Sim_wireLayer",5,0,5) | |
cscStrip = ROOT.TH1F("cscStrip","cscStrip;CSC_strip",3,0,3) | |
cscglobalTime = ROOT.TH1F("cscglobalTime","cscglobalTime;CSC_globalTime",100,0,60) | |
cscKineticEnergy = ROOT.TH1F("cscKineticEnergy","cscKineticEnergy;CSC_kineticEnergy",100,0,400000) | |
cscDepositEnergy = ROOT.TH1F("cscDepositEnergy","cscDeposityEnergy;CSC_depositEnergy",100,0,0.008) | |
cscSimStationEta = ROOT.TH1F("cscSimStationEta","cscSimStationEta;CSC_Sim_stationEta",4,-3,1) | |
cscSimStationPhi = ROOT.TH1F("cscSimStationPhi","cscSimStationPhi;CSC_Sim_stationPhi",9,0,9) | |
cscSimChamberLayer = ROOT.TH1F("cscSimChamberLayer","cscSimChamberLayer;CSC_Sim_chamberLayer",4,0,4) | |
tgcLocalX = ROOT.TH1F("tgcLocalX","tgcLocalX;TGC_hitLocalPositionX",100,-1.5,1.5) | |
TGCs. More... | |
tgcLocalY = ROOT.TH1F("tgcLocalY","tgcLocalY;TGC_hitLocalPositionY",100,-800,800) | |
tgcLocalZ = ROOT.TH1F("tgcLocalZ","tgcLocalZ;TGC_hitLocalPositionZ",100,-1200,1200) | |
tgcStationEta = ROOT.TH1F("tgcStationEta","tgcStationEta;TGC_stationEta",12,-6,6) | |
tgcStationPhi = ROOT.TH1F("tgcStationPhi","tgcStationPhi;TGC_stationPhi",50,0,50) | |
tgcGlobalX = ROOT.TH1F("tgcGlobalX","tgcGlobalX;TGC_hitGlobalPositionX",100,-13000,12000) | |
tgcGlobalY = ROOT.TH1F("tgcGlobalY","tgcGlobalY;TGC_hitGlobalPositionY",100,-11000,11000) | |
tgcGlobalZ = ROOT.TH1F("tgcGlobalZ","tgcGlobalZ;TGC_hitGlobalPositionZ",100,-18000,18000) | |
tgcGlobalR = ROOT.TH1F("tgcGlobalR","tgcGlobalR;TGC_hitGlobalPositionR",100,1000,13000) | |
tgcGlobalP = ROOT.TH1F("tgcGlobalP","tgcGlobalP;TGC_hitGlobalPositionP",100,-3.6,3.6) | |
tgcGasGap = ROOT.TH1F("tgcGasGap","tgcGasGap;TGC_GasGap",4,0,4) | |
tgcChannel = ROOT.TH1F("tgcChannel","tgcChannel;TGC_channel",3,0,3) | |
tgcGlobalTime = ROOT.TH1F("tgcGlobalTime","tgcGlobalTime;TGC_globalTime",100,0,120) | |
tgcKineticEnergy = ROOT.TH1F("tgcKineticEnergy","tgcKineticEnergy;TGC_kineticEnergy",100,0,400000) | |
tgcDepositEnergy = ROOT.TH1F("tgcDepositEnergy","tgcDepositEnergy;TGC_depositEnergy",100,0,0.0018) | |
mmGlobalX = ROOT.TH1F("mmGlobalX","mmGlobalX;MM_hitGlobalPositionX",100,-5000,3000) | |
MMs. More... | |
mmGlobalY = ROOT.TH1F("mmGlobalY","mmGlobalY;MM_hitGlobalPositionY",100,-3000,4000) | |
mmGlobalZ = ROOT.TH1F("mmGlobalZ","mmGlobalZ;MM_hitGlobalPositionZ",100,7000,7800) | |
mmGlobalR = ROOT.TH1F("mmGlobalR","mmGlobalR;MM_hitGlobalPositionR",100,1200,4600) | |
mmGlobalP = ROOT.TH1F("mmGlobalP","mmGlobalP;MM_hitGlobalPositionP",100,-3.4,3.4) | |
stgcGlobalX = ROOT.TH1F("stgcGlobalX","stgcGlobalX;sTGC_hitGlobalPositionX",100,-5000,4200) | |
sTGCs More... | |
stgcGlobalY = ROOT.TH1F("stgcGlobalY","stgcGlobalY;sTGC_hitGlobalPositionY",100,-3200,3400) | |
stgcGlobalZ = ROOT.TH1F("stgcGlobalZ","stgcGlobalZ;sTGC_hitGlobalPositionZ",100,6900,7900) | |
stgcGlobalR = ROOT.TH1F("stgcGlobalR","stgcGlobalR;sTGC_hitGlobalPositionR",100,700,4700) | |
stgcGlobalP = ROOT.TH1F("stgcGlobalP","stgcGlobalP;sTGC_hitGlobalPositionP",100,-3.4,3.4) | |
createDCubeHistograms.action |
Definition at line 11 of file createDCubeHistograms.py.
createDCubeHistograms.cscDepositEnergy = ROOT.TH1F("cscDepositEnergy","cscDeposityEnergy;CSC_depositEnergy",100,0,0.008) |
Definition at line 91 of file createDCubeHistograms.py.
createDCubeHistograms.cscGlobalP = ROOT.TH1F("cscGlobalP","cscGlobalP;CSC_hitGlobalPositionP",100,-3,3) |
Definition at line 86 of file createDCubeHistograms.py.
createDCubeHistograms.cscGlobalR = ROOT.TH1F("cscGlobalR","cscGlobalR;CSC_hitGlobalPositionR",100,500,2500) |
Definition at line 85 of file createDCubeHistograms.py.
createDCubeHistograms.cscglobalTime = ROOT.TH1F("cscglobalTime","cscglobalTime;CSC_globalTime",100,0,60) |
Definition at line 89 of file createDCubeHistograms.py.
createDCubeHistograms.cscGlobalX = ROOT.TH1F("cscGlobalX","cscGlobalX;CSC_hitGlobalPositionX",100,-1400,2200) |
Definition at line 82 of file createDCubeHistograms.py.
createDCubeHistograms.cscGlobalY = ROOT.TH1F("cscGlobalY","cscGlobalY;CSC_hitGlobalPositionY",100,-2100,2100) |
Definition at line 83 of file createDCubeHistograms.py.
createDCubeHistograms.cscGlobalZ = ROOT.TH1F("cscGlobalZ","cscGlobalZ;CSC_hitGlobalPositionZ",100,-7900,-7100) |
Definition at line 84 of file createDCubeHistograms.py.
createDCubeHistograms.cscKineticEnergy = ROOT.TH1F("cscKineticEnergy","cscKineticEnergy;CSC_kineticEnergy",100,0,400000) |
Definition at line 90 of file createDCubeHistograms.py.
createDCubeHistograms.cscSimChamberLayer = ROOT.TH1F("cscSimChamberLayer","cscSimChamberLayer;CSC_Sim_chamberLayer",4,0,4) |
Definition at line 94 of file createDCubeHistograms.py.
createDCubeHistograms.cscSimStationEta = ROOT.TH1F("cscSimStationEta","cscSimStationEta;CSC_Sim_stationEta",4,-3,1) |
Definition at line 92 of file createDCubeHistograms.py.
createDCubeHistograms.cscSimStationPhi = ROOT.TH1F("cscSimStationPhi","cscSimStationPhi;CSC_Sim_stationPhi",9,0,9) |
Definition at line 93 of file createDCubeHistograms.py.
createDCubeHistograms.cscStationEta = ROOT.TH1F("cscStationEta","cscStationEta;CSC_stationEta",4,-3,1) |
CSCs.
Definition at line 80 of file createDCubeHistograms.py.
createDCubeHistograms.cscStationPhi = ROOT.TH1F("cscStationPhi","cscStationPhi;CSC_stationPhi",9,0,9) |
Definition at line 81 of file createDCubeHistograms.py.
createDCubeHistograms.cscStrip = ROOT.TH1F("cscStrip","cscStrip;CSC_strip",3,0,3) |
Definition at line 88 of file createDCubeHistograms.py.
createDCubeHistograms.cscWireLayer = ROOT.TH1F("cscWireLayer","cscWireLayer;CSC_Sim_wireLayer",5,0,5) |
Definition at line 87 of file createDCubeHistograms.py.
createDCubeHistograms.default |
Definition at line 9 of file createDCubeHistograms.py.
createDCubeHistograms.False |
Definition at line 11 of file createDCubeHistograms.py.
createDCubeHistograms.help |
Definition at line 9 of file createDCubeHistograms.py.
createDCubeHistograms.inputFile = ROOT.TFile(Options.inputFile, "READ") |
Definition at line 22 of file createDCubeHistograms.py.
createDCubeHistograms.inputTree = inputFile.Get("NSWValTree") |
Definition at line 26 of file createDCubeHistograms.py.
createDCubeHistograms.mdtGlobalP = ROOT.TH1F("mdtGlobalP","mdtGlobalP;MDT_hitGlobalPositionP",100,-3.6,3.6) |
Definition at line 75 of file createDCubeHistograms.py.
createDCubeHistograms.mdtGlobalR = ROOT.TH1F("mdtGlobalR","mdtGlobalR;MDT_hitGlobalPositionR",100,1000,14000) |
Definition at line 74 of file createDCubeHistograms.py.
createDCubeHistograms.mdtGlobalX = ROOT.TH1F("mdtGlobalX","mdtGlobalX;MDT_hitGlobalPositionX",100,-13000,12000) |
Definition at line 71 of file createDCubeHistograms.py.
createDCubeHistograms.mdtGlobalY = ROOT.TH1F("mdtGlobalY","mdtGlobalY;MDT_hitGlobalPositionY",100,-15000,14000) |
Definition at line 72 of file createDCubeHistograms.py.
createDCubeHistograms.mdtGlobalZ = ROOT.TH1F("mdtGlobalZ","mdtGlobalZ;MDT_hitGlobalPositionZ",100,-26000,26000) |
Definition at line 73 of file createDCubeHistograms.py.
createDCubeHistograms.mdtLocalX = ROOT.TH1F("mdtLocalX","mdtLocalX;MDT_hitLocalPositionX",100,-16,16) |
MDTs.
Definition at line 66 of file createDCubeHistograms.py.
createDCubeHistograms.mdtLocalY = ROOT.TH1F("mdtLocalY","mdtLocalY;MDT_hitLocalPositionY",100,-16,16) |
Definition at line 67 of file createDCubeHistograms.py.
createDCubeHistograms.mdtLocalZ = ROOT.TH1F("mdtLocalZ","mdtLocalZ;MDT_hitLocalPositionZ",100,-2500,2500) |
Definition at line 68 of file createDCubeHistograms.py.
createDCubeHistograms.mdtStationEta = ROOT.TH1F("mdtStationEta","mdtStationEta;MDT_stationEta",16,-8,8) |
Definition at line 69 of file createDCubeHistograms.py.
createDCubeHistograms.mdtStationPhi = ROOT.TH1F("mdtStationPhi","mdtStationPhi;MDT_stationPhi",9,0,9) |
Definition at line 70 of file createDCubeHistograms.py.
createDCubeHistograms.mdtTube = ROOT.TH1F("mdtTube","mdtTube;MDT_Sim_tube",100,0,110) |
Definition at line 76 of file createDCubeHistograms.py.
createDCubeHistograms.mmGlobalP = ROOT.TH1F("mmGlobalP","mmGlobalP;MM_hitGlobalPositionP",100,-3.4,3.4) |
Definition at line 119 of file createDCubeHistograms.py.
createDCubeHistograms.mmGlobalR = ROOT.TH1F("mmGlobalR","mmGlobalR;MM_hitGlobalPositionR",100,1200,4600) |
Definition at line 118 of file createDCubeHistograms.py.
createDCubeHistograms.mmGlobalX = ROOT.TH1F("mmGlobalX","mmGlobalX;MM_hitGlobalPositionX",100,-5000,3000) |
MMs.
Definition at line 115 of file createDCubeHistograms.py.
createDCubeHistograms.mmGlobalY = ROOT.TH1F("mmGlobalY","mmGlobalY;MM_hitGlobalPositionY",100,-3000,4000) |
Definition at line 116 of file createDCubeHistograms.py.
createDCubeHistograms.mmGlobalZ = ROOT.TH1F("mmGlobalZ","mmGlobalZ;MM_hitGlobalPositionZ",100,7000,7800) |
Definition at line 117 of file createDCubeHistograms.py.
createDCubeHistograms.nEntries = inputTree.GetEntries() |
Definition at line 31 of file createDCubeHistograms.py.
createDCubeHistograms.ODir = outputFile.GetDirectory("simulation/") |
Definition at line 43 of file createDCubeHistograms.py.
createDCubeHistograms.Options = parser.parse_args() |
Definition at line 14 of file createDCubeHistograms.py.
createDCubeHistograms.outputFile = ROOT.TFile(Options.outputFile, "RECREATE") |
Definition at line 36 of file createDCubeHistograms.py.
createDCubeHistograms.parser = argparse.ArgumentParser(prog='createDCubeHistograms', formatter_class=argparse.ArgumentDefaultsHelpFormatter) |
Definition at line 8 of file createDCubeHistograms.py.
createDCubeHistograms.rpcGasGap = ROOT.TH1F("rpcGasGap","rpcGasGap;RPC_Sim_GasGapLayer",3,0,3) |
Definition at line 63 of file createDCubeHistograms.py.
createDCubeHistograms.rpcGlobalP = ROOT.TH1F("rpcGlobalP","rpcGlobalP;RPC_hitGlobalPositionP",100,-3.6,3.6) |
Definition at line 62 of file createDCubeHistograms.py.
createDCubeHistograms.rpcGlobalR = ROOT.TH1F("rpcGlobalR","rpcGlobalR;RPC_hitGlobalPositionR",100,4000,14000) |
Definition at line 61 of file createDCubeHistograms.py.
createDCubeHistograms.rpcGlobalX = ROOT.TH1F("rpcGlobalX","rpcGlobalX;RPC_hitGlobalPositionX",100,-13000,12000) |
Definition at line 58 of file createDCubeHistograms.py.
createDCubeHistograms.rpcGlobalY = ROOT.TH1F("rpcGlobalY","rpcGlobalY;RPC_hitGlobalPositionY",100,-15000,14000) |
Definition at line 59 of file createDCubeHistograms.py.
createDCubeHistograms.rpcGlobalZ = ROOT.TH1F("rpcGlobalZ","rpcGlobalZ;RPC_hitGlobalPositionZ",100,-15000,15000) |
Definition at line 60 of file createDCubeHistograms.py.
createDCubeHistograms.rpcLocalX = ROOT.TH1F("rpcLocalX","rpcLocalX;RPC_hitLocalPositionX",100,-1.05,1.05) |
RPCs.
Definition at line 53 of file createDCubeHistograms.py.
createDCubeHistograms.rpcLocalY = ROOT.TH1F("rpcLocalY","rpcLocalY;RPC_hitLocalPositionY",100,-1500,1500) |
Definition at line 54 of file createDCubeHistograms.py.
createDCubeHistograms.rpcLocalZ = ROOT.TH1F("rpcLocalZ","rpcLocalZ;RPC_hitLocalPositionZ",100,-700,700) |
Definition at line 55 of file createDCubeHistograms.py.
createDCubeHistograms.rpcStationEta = ROOT.TH1F("rpcStationEta","rpcStationEta;RPC_stationEta",16,-8,8) |
Definition at line 56 of file createDCubeHistograms.py.
createDCubeHistograms.rpcStationPhi = ROOT.TH1F("rpcStationPhi","rpcStationPhi;RPC_stationPhi",9,0,9) |
Definition at line 57 of file createDCubeHistograms.py.
createDCubeHistograms.stgcGlobalP = ROOT.TH1F("stgcGlobalP","stgcGlobalP;sTGC_hitGlobalPositionP",100,-3.4,3.4) |
Definition at line 127 of file createDCubeHistograms.py.
createDCubeHistograms.stgcGlobalR = ROOT.TH1F("stgcGlobalR","stgcGlobalR;sTGC_hitGlobalPositionR",100,700,4700) |
Definition at line 126 of file createDCubeHistograms.py.
createDCubeHistograms.stgcGlobalX = ROOT.TH1F("stgcGlobalX","stgcGlobalX;sTGC_hitGlobalPositionX",100,-5000,4200) |
sTGCs
Definition at line 123 of file createDCubeHistograms.py.
createDCubeHistograms.stgcGlobalY = ROOT.TH1F("stgcGlobalY","stgcGlobalY;sTGC_hitGlobalPositionY",100,-3200,3400) |
Definition at line 124 of file createDCubeHistograms.py.
createDCubeHistograms.stgcGlobalZ = ROOT.TH1F("stgcGlobalZ","stgcGlobalZ;sTGC_hitGlobalPositionZ",100,6900,7900) |
Definition at line 125 of file createDCubeHistograms.py.
createDCubeHistograms.tgcChannel = ROOT.TH1F("tgcChannel","tgcChannel;TGC_channel",3,0,3) |
Definition at line 108 of file createDCubeHistograms.py.
createDCubeHistograms.tgcDepositEnergy = ROOT.TH1F("tgcDepositEnergy","tgcDepositEnergy;TGC_depositEnergy",100,0,0.0018) |
Definition at line 111 of file createDCubeHistograms.py.
createDCubeHistograms.tgcGasGap = ROOT.TH1F("tgcGasGap","tgcGasGap;TGC_GasGap",4,0,4) |
Definition at line 107 of file createDCubeHistograms.py.
createDCubeHistograms.tgcGlobalP = ROOT.TH1F("tgcGlobalP","tgcGlobalP;TGC_hitGlobalPositionP",100,-3.6,3.6) |
Definition at line 106 of file createDCubeHistograms.py.
createDCubeHistograms.tgcGlobalR = ROOT.TH1F("tgcGlobalR","tgcGlobalR;TGC_hitGlobalPositionR",100,1000,13000) |
Definition at line 105 of file createDCubeHistograms.py.
createDCubeHistograms.tgcGlobalTime = ROOT.TH1F("tgcGlobalTime","tgcGlobalTime;TGC_globalTime",100,0,120) |
Definition at line 109 of file createDCubeHistograms.py.
createDCubeHistograms.tgcGlobalX = ROOT.TH1F("tgcGlobalX","tgcGlobalX;TGC_hitGlobalPositionX",100,-13000,12000) |
Definition at line 102 of file createDCubeHistograms.py.
createDCubeHistograms.tgcGlobalY = ROOT.TH1F("tgcGlobalY","tgcGlobalY;TGC_hitGlobalPositionY",100,-11000,11000) |
Definition at line 103 of file createDCubeHistograms.py.
createDCubeHistograms.tgcGlobalZ = ROOT.TH1F("tgcGlobalZ","tgcGlobalZ;TGC_hitGlobalPositionZ",100,-18000,18000) |
Definition at line 104 of file createDCubeHistograms.py.
createDCubeHistograms.tgcKineticEnergy = ROOT.TH1F("tgcKineticEnergy","tgcKineticEnergy;TGC_kineticEnergy",100,0,400000) |
Definition at line 110 of file createDCubeHistograms.py.
createDCubeHistograms.tgcLocalX = ROOT.TH1F("tgcLocalX","tgcLocalX;TGC_hitLocalPositionX",100,-1.5,1.5) |
TGCs.
Definition at line 97 of file createDCubeHistograms.py.
createDCubeHistograms.tgcLocalY = ROOT.TH1F("tgcLocalY","tgcLocalY;TGC_hitLocalPositionY",100,-800,800) |
Definition at line 98 of file createDCubeHistograms.py.
createDCubeHistograms.tgcLocalZ = ROOT.TH1F("tgcLocalZ","tgcLocalZ;TGC_hitLocalPositionZ",100,-1200,1200) |
Definition at line 99 of file createDCubeHistograms.py.
createDCubeHistograms.tgcStationEta = ROOT.TH1F("tgcStationEta","tgcStationEta;TGC_stationEta",12,-6,6) |
Definition at line 100 of file createDCubeHistograms.py.
createDCubeHistograms.tgcStationPhi = ROOT.TH1F("tgcStationPhi","tgcStationPhi;TGC_stationPhi",50,0,50) |
Definition at line 101 of file createDCubeHistograms.py.
createDCubeHistograms.truthEtaHist = ROOT.TH1F("truthEta","truthEta;#eta",100,-2.8,2.8) |
Definition at line 49 of file createDCubeHistograms.py.
createDCubeHistograms.truthPhiHist = ROOT.TH1F("truthPhi","truthPhi;#phi",100,-3.15,3.15) |
Definition at line 50 of file createDCubeHistograms.py.
createDCubeHistograms.truthPtHist = ROOT.TH1F("truthPt","truthPt;p_{T} [GeV]",100,0,100) |
truth information
Definition at line 48 of file createDCubeHistograms.py.
createDCubeHistograms.type |
Definition at line 9 of file createDCubeHistograms.py.