# # This tcl configures the Bkqed generator to generate radiative mu pairs in # which the photon has a minimum energy of 1 GeV in the CM system. # C. Hearty, Nov. 23, 1999, hearty@physics.ubc.ca # disableGenerators 0 module enable GfiBkqed module talk GfiBkqed generate set "mu+ mu-" minThetaParticle1 set 0. maxThetaParticle1 set 180.0 minThetaParticle2 set 0. maxThetaParticle2 set 180.0 minEnergyParticle1 set 0.1 minEnergyParticle2 set 0.1 maxCMSAcollinearity set 180.0 minThetaPhoton set 0. maxThetaPhoton set 180. minEnergyPhoton set 1.0 minNumEnergeticPhotons set 1 maxNumPhotonsProduced set 1 minPhotonTrackSeparation set 0.0 exit