ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, pid, eta=[-2.5, 2.5], phi=[0, PG.TWOPI], mu1=0.5, kT1=0.1, mu2=200, kT2=20, y0=0.005, PtMin=0, PtMax=3e3, nBins=None) |
def | pt (self) |
Public Attributes | |
m | |
eta | |
phi | |
hist | |
Definition at line 18 of file ParticleGun_egammaET.py.
def ParticleGun_egammaET.egammaETSampler.__init__ | ( | self, | |
pid, | |||
eta = [-2.5, 2.5] , |
|||
phi = [0, PG.TWOPI] , |
|||
mu1 = 0.5 , |
|||
kT1 = 0.1 , |
|||
mu2 = 200 , |
|||
kT2 = 20 , |
|||
y0 = 0.005 , |
|||
PtMin = 0 , |
|||
PtMax = 3e3 , |
|||
nBins = None |
|||
) |
Parameters for the MVA-shaped spectrum : higher density in the < 100 GeV range PtMin = 0 # minimum Pt PtMax = 3000 # maximum Pt (3 TeV) nBins # number of bins (one every 100 MeV by default) mu1 = 0.5 # mu1,kT1 : smooth but steep ramp-up from 0 to 1 GeV (requested by TauCP) kT1 = 0.1 mu2 = 200 # mu2,kT2 : smooth, slow ramp-down in the 100-300 GeV range kT2 = 20 y0 = 0.005 # y0 : baseline for low-density at high ET up to PtMax
Definition at line 20 of file ParticleGun_egammaET.py.
def ParticleGun_egammaET.egammaETSampler.pt | ( | self | ) |
Definition at line 50 of file ParticleGun_egammaET.py.
ParticleGun_egammaET.egammaETSampler.eta |
Definition at line 33 of file ParticleGun_egammaET.py.
ParticleGun_egammaET.egammaETSampler.hist |
Definition at line 47 of file ParticleGun_egammaET.py.
ParticleGun_egammaET.egammaETSampler.m |
Definition at line 32 of file ParticleGun_egammaET.py.
ParticleGun_egammaET.egammaETSampler.phi |
Definition at line 34 of file ParticleGun_egammaET.py.