Definition at line 443 of file TauAnalysisConfig.py.
◆ __init__()
| def python.TauAnalysisConfig.EXPERIMENTAL_TauCombineMuonRemovalConfig.__init__ |
( |
|
self | ) |
|
Definition at line 444 of file TauAnalysisConfig.py.
445 super (EXPERIMENTAL_TauCombineMuonRemovalConfig, self).__init__ ()
447 'inputTaus',
'TauJets', type=str,
449 info=
"the name of the input tau container."
452 'inputTausMuRM',
'TauJets_MuonRM', type=str,
454 info=
"the name of the input tau container with muon removal applied."
457 'outputTaus',
'TauJets_MuonRmCombined', type=str,
459 info=
"the name of the output tau container."
◆ instanceName()
| def python.TauAnalysisConfig.EXPERIMENTAL_TauCombineMuonRemovalConfig.instanceName |
( |
|
self | ) |
|
Return the instance name for this block
Definition at line 462 of file TauAnalysisConfig.py.
462 def instanceName (self) :
463 """Return the instance name for this block"""
464 return self.outputTaus
◆ makeAlgs()
| def python.TauAnalysisConfig.EXPERIMENTAL_TauCombineMuonRemovalConfig.makeAlgs |
( |
|
self, |
|
|
|
config |
|
) |
| |
Definition at line 466 of file TauAnalysisConfig.py.
466 def makeAlgs (self, config) :
468 if config.isPhyslite() :
469 raise(RuntimeError(
"Muon removal taus is not available in Physlite mode"))
471 alg = config.createAlgorithm(
'CP::TauCombineMuonRMTausAlg',
'TauCombineMuonRMTausAlg' )
472 alg.taus = self.inputTaus
473 alg.muonrm_taus = self.inputTausMuRM
474 alg.combined_taus = self.outputTaus
The documentation for this class was generated from the following file: