ATLAS Offline Software
Loading...
Searching...
No Matches
python.SystObjectLinkConfig.SystObjectLinkBlock Class Reference
Inheritance diagram for python.SystObjectLinkConfig.SystObjectLinkBlock:
Collaboration diagram for python.SystObjectLinkConfig.SystObjectLinkBlock:

Public Member Functions

 __init__ (self)
 instanceName (self)
 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__()

python.SystObjectLinkConfig.SystObjectLinkBlock.__init__ ( self)

Definition at line 10 of file SystObjectLinkConfig.py.

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

Member Function Documentation

◆ instanceName()

python.SystObjectLinkConfig.SystObjectLinkBlock.instanceName ( self)
Return the instance name for this block

Definition at line 16 of file SystObjectLinkConfig.py.

16 def instanceName (self) :
17 """Return the instance name for this block"""
18 return self.containerName
19

◆ makeAlgs()

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

Definition at line 20 of file SystObjectLinkConfig.py.

20 def makeAlgs (self, config) :
21
22 alg = config.createAlgorithm('CP::SystObjectLinkerAlg', 'SystObjLinker', reentrant=True)
23 alg.input = config.readName (self.containerName)
24
25
26

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