ATLAS Offline Software
Public Member Functions | List of all members
python.BeamFlags.Beam Class Reference
Inheritance diagram for python.BeamFlags.Beam:
Collaboration diagram for python.BeamFlags.Beam:

Public Member Functions

def estimatedLuminosity (self)
 
def zeroLuminosity (self)
 

Detailed Description

Beam information 

Definition at line 80 of file BeamFlags.py.

Member Function Documentation

◆ estimatedLuminosity()

def python.BeamFlags.Beam.estimatedLuminosity (   self)

Definition at line 83 of file BeamFlags.py.

83  def estimatedLuminosity(self):
84  return 1E33*(jobproperties.Beam.numberOfCollisions()/2.3)*(25./jobproperties.Beam.bunchSpacing())

◆ zeroLuminosity()

def python.BeamFlags.Beam.zeroLuminosity (   self)

Definition at line 86 of file BeamFlags.py.

86  def zeroLuminosity(self):
87  if jobproperties.Beam.numberOfCollisions()>0:
88  return False
89  else:
90  return True
91 
92 
93 
94 # add the beam flags container to the top container
95 jobproperties.add_Container(Beam)
96 
97 # I want always the following flags in the Beam container
98 _list_Beam=[override,bunchSpacing,numberOfCollisions,beamType,energy,bunchStructureSource]

The documentation for this class was generated from the following file: