ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
ParticleGun_SingleHECO | |
Variables | |
int | ParticleGun_SingleHECO.PDG = 10000000 + int(float(charge)*100.0) |
tuple | ParticleGun_SingleHECO.loE = (float(mass) + 10.)*1000. |
tuple | ParticleGun_SingleHECO.hiE = (float(mass) + 6000.)*1000. |
int | ParticleGun_SingleHECO.MeVmass = float(mass)*1000. |
ParticleGun_SingleHECO.description | |
ParticleGun_SingleHECO.keywords | |
ParticleGun_SingleHECO.generators | |
ParticleGun_SingleHECO.contact | |
ParticleGun_SingleHECO.specialConfig | |
ParticleGun_SingleHECO.pid | |
ParticleGun_SingleHECO.mom | |
ParticleGun_SingleHECO.energy | |
ParticleGun_SingleHECO.eta | |
string | ParticleGun_SingleHECO.ALINE1 = "M %s %s.E+03 +0.0E+00 -0.0E+00 Monopole 0" % (PDG,mass) |
string | ParticleGun_SingleHECO.ALINE2 = "W %s 0.E+00 +0.0E+00 -0.0E+00 Monopole 0" % (PDG) |
ParticleGun_SingleHECO.pdgmod = os.path.isfile('PDGTABLE.MeV') | |
ParticleGun_SingleHECO.f = open('PDGTABLE.MeV','a') | |