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.
Referenced by ConfigToolBase.ConfigToolBase.apply().
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.
References p4, and PhysicsObject.PhysicsObject.physObj.
PhysicsObject.PhysicsObject.physObj |
Definition at line 8 of file PhysicsObject.py.
Referenced by PhysicsObject.PhysicsObject.__copy__(), PhysicsObject.PhysicsObject.__getattr__(), Muon.Muon.absIsoWithFSR(), Electron.Electron.absIsoWithFSR(), Muon.Muon.chargedAllIsoR(), Electron.Electron.chargedAllIsoR(), Photon.Photon.chargedHadronIso(), Muon.Muon.chargedHadronIsoR(), Electron.Electron.chargedHadronIsoR(), Electron.Electron.cutBasedId(), Tau.Tau.dxy(), Photon.Photon.etaRegionID(), Photon.Photon.full5x5_r9(), Photon.Photon.full5x5_sigmaIetaIeta(), Photon.Photon.hOVERe(), Jet.Jet.l1corrFactor(), Muon.Muon.looseId(), Muon.Muon.muonID(), Electron.Electron.mvaNonTrigV0(), Electron.Electron.mvaRun2(), Electron.Electron.mvaTrigNoIPV0(), Electron.Electron.mvaTrigV0(), Photon.Photon.neutralHadronIso(), Muon.Muon.neutralHadronIsoR(), Electron.Electron.neutralHadronIsoR(), Electron.Electron.p4(), Photon.Photon.passPhotonID(), Photon.Photon.photonIDCSA14(), Photon.Photon.photonIso(), Muon.Muon.photonIsoR(), Electron.Electron.photonIsoR(), Muon.Muon.puChargedHadronIsoR(), Electron.Electron.puChargedHadronIsoR(), Photon.Photon.r9(), PhysicsObject.PhysicsObject.scaleEnergy(), Photon.Photon.sigmaIetaIeta(), and Electron.Electron.validCandidateP4Kind().