|
ATLAS Offline Software
|
Go to the documentation of this file.
12 plot (
"ElectronContainer#ElectronCollection",
"$x.pt()")
16 plot (
"MissingET#MET_Calib",
"$x.sumet()")
20 plot (
"ElectronContainer#ElectronCollection",
"$x.pt()",
"MissingET#MET_Calib.sumet()>100*GeV")
23 plot (
"ElectronContainer#ElectronCollection",
"$x.px()+MissingET#MET_Calib.etx()")
31 plot (
"ElectronContainer#ElectronCollection",
"$x.eg().e()",
"$x.track().pt()>10*GeV", 4)
35 plot (
"ElectronContainer#ElectronCollection",
"sqrt($x.px()**2 + $x.py()**2)",
"$x.pz()<10*GeV and CTP_Decision#CTP_Decision.isAccepted()==True")