ATLAS Offline Software
Namespaces | Variables
BindingsTest.py File Reference

Go to the source code of this file.

Namespaces

 BindingsTest
 

Variables

 BindingsTest.cut = g.AthPyEx.MyCutClass(30*GeV)
 This script demonstrates how to call a C++ class from Python Also how to use PyROOT is shown. More...
 
 BindingsTest.ha = ROOT.TH1F ('accept','Test Acc',100,0,100000)
 
 BindingsTest.hr = ROOT.TH1F ('reject','Test Rej',100,0,100000)
 
 BindingsTest.econ = PyParticleTools.getElectrons("ElectronCollection")
 
 BindingsTest.eobj = econ[ie]