ATLAS Offline Software
Loading...
Searching...
No Matches
EventFiller Namespace Reference

Classes

class  LheEVNTFiller

Functions

 init_pz (energy)

Function Documentation

◆ init_pz()

EventFiller.init_pz ( energy)

Definition at line 18 of file SFGen_i/python/EventFiller.py.

18def init_pz(energy):
19 return math.sqrt(energy**2 - 938.272046**2)
20