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

Public Member Functions

def __init__ (self, containerName='')
 
def makeAlgs (self, config)
 

Detailed Description

the ConfigBlock for linking systematic variation and nominal objects

Definition at line 7 of file SystObjectLinkConfig.py.

Constructor & Destructor Documentation

◆ __init__()

def python.SystObjectLinkConfig.SystObjectLinkBlock.__init__ (   self,
  containerName = '' 
)

Definition at line 10 of file SystObjectLinkConfig.py.

10  def __init__ (self, containerName='') :
11  super (SystObjectLinkBlock, self).__init__ ()
12  self.addOption('containerName', containerName, type=str,
13  noneAction='error',
14  info="the name of the input container.")
15 

Member Function Documentation

◆ makeAlgs()

def python.SystObjectLinkConfig.SystObjectLinkBlock.makeAlgs (   self,
  config 
)

Definition at line 16 of file SystObjectLinkConfig.py.

16  def makeAlgs (self, config) :
17 
18  alg = config.createAlgorithm('CP::SystObjectLinkerAlg', f'SystObjLinker_{self.containerName}', reentrant=True)
19  alg.input = config.readName (self.containerName)
20 
21 
22 
23 

The documentation for this class was generated from the following file:
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18