Definition at line 561 of file MuonAnalysisConfig.py.
◆ __init__()
def python.MuonAnalysisConfig.MuonContainerMergingConfig.__init__ |
( |
|
self | ) |
|
Definition at line 562 of file MuonAnalysisConfig.py.
563 super (MuonContainerMergingConfig, self).__init__ ()
565 'inputMuonContainers', [], type=list,
567 info=
"List of container names to be merged of type xAOD::MuonContainer."
570 'outputMuonLocation',
'MuonsMerged', type=str,
572 info=
"The name of the output container."
575 'createViewCollection',
True, type=bool,
576 info=
"Decided if output container is a view (default) or a deep copy."
◆ instanceName()
def python.MuonAnalysisConfig.MuonContainerMergingConfig.instanceName |
( |
|
self | ) |
|
◆ makeAlgs()
def python.MuonAnalysisConfig.MuonContainerMergingConfig.makeAlgs |
( |
|
self, |
|
|
|
config |
|
) |
| |
Definition at line 582 of file MuonAnalysisConfig.py.
582 def makeAlgs (self, config) :
583 alg = config.createAlgorithm(
"CP::MuonContainerMergingAlg",
"MuonContainerMergingAlg" )
584 alg.InputMuonContainers = self.inputMuonContainers
585 alg.OutputMuonLocation = self.outputMuonLocation
586 alg.CreateViewCollection = self.createViewCollection
The documentation for this class was generated from the following file: