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 meta={'role':'containerRef'})
16

Member Function Documentation

◆ instanceName()

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

Definition at line 17 of file SystObjectLinkConfig.py.

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

◆ makeAlgs()

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

Definition at line 21 of file SystObjectLinkConfig.py.

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

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