ATLAS Offline Software
Classes | Functions
python.SystObjectLinkConfig Namespace Reference

Classes

class  SystObjectLinkBlock
 

Functions

def makeSystObjectLinkConfig (seq, containerName)
 

Function Documentation

◆ makeSystObjectLinkConfig()

def python.SystObjectLinkConfig.makeSystObjectLinkConfig (   seq,
  containerName 
)
Create an alg for linking systematic variations with their nominal object

Keyword arguments:
  containerName: the container to be decorated with the links

Definition at line 24 of file SystObjectLinkConfig.py.

24 def makeSystObjectLinkConfig( seq, containerName ):
25  """Create an alg for linking systematic variations with their nominal object
26 
27  Keyword arguments:
28  containerName: the container to be decorated with the links
29  """
30 
31  config = SystObjectLinkBlock (containerName)
32  seq.append (config)
python.SystObjectLinkConfig.makeSystObjectLinkConfig
def makeSystObjectLinkConfig(seq, containerName)
Definition: SystObjectLinkConfig.py:24