Public Member Functions | |
def | __copy__ (self) |
def | __getattr__ (self, name) |
def | __init__ (self, physObj) |
def | scaleEnergy (self, scale) |
Public Attributes | |
physObj | |
Wrapper to particle-like C++ objects.
Definition at line 4 of file PhysicsObject.py.
def PhysicsObject.PhysicsObject.__init__ | ( | self, | |
physObj | |||
) |
Definition at line 7 of file PhysicsObject.py.
def PhysicsObject.PhysicsObject.__copy__ | ( | self | ) |
Very dirty trick, the physObj is deepcopied...
Definition at line 11 of file PhysicsObject.py.
References PhysicsObject.PhysicsObject.physObj.
def PhysicsObject.PhysicsObject.__getattr__ | ( | self, | |
name | |||
) |
Makes all attributes and methods of the wrapped physObj directly available.
Definition at line 25 of file PhysicsObject.py.
References PhysicsObject.PhysicsObject.physObj.
def PhysicsObject.PhysicsObject.scaleEnergy | ( | self, | |
scale | |||
) |
Definition at line 19 of file PhysicsObject.py.
PhysicsObject.PhysicsObject.physObj |
Definition at line 8 of file PhysicsObject.py.
Referenced by PhysicsObject.PhysicsObject.__copy__(), PhysicsObject.PhysicsObject.__getattr__(), Electron.Electron.mvaNonTrigV0(), Electron.Electron.mvaRun2(), Electron.Electron.mvaTrigNoIPV0(), Electron.Electron.mvaTrigV0(), and Electron.Electron.p4().