Definition at line 564 of file MuonAnalysisConfig.py.
 
◆ __init__()
      
        
          | def python.MuonAnalysisConfig.MuonContainerMergingConfig.__init__ | ( |  | self | ) |  | 
      
 
Definition at line 565 of file MuonAnalysisConfig.py.
  566         super (MuonContainerMergingConfig, self).__init__ ()
 
  568             'inputMuonContainers', [], type=list,
 
  570             info=
"List of container names to be merged of type xAOD::MuonContainer." 
  573             'outputMuonLocation', 
'MuonsMerged', type=str,
 
  575             info=
"The name of the output container." 
  578             'createViewCollection', 
True, type=bool,
 
  579             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 585 of file MuonAnalysisConfig.py.
  585     def makeAlgs (self, config) :
 
  586         alg = config.createAlgorithm( 
"CP::MuonContainerMergingAlg", 
"MuonContainerMergingAlg" )
 
  587         alg.InputMuonContainers = self.inputMuonContainers
 
  588         alg.OutputMuonLocation = self.outputMuonLocation
 
  589         alg.CreateViewCollection = self.createViewCollection
 
 
 
The documentation for this class was generated from the following file: