Definition at line 291 of file TauAnalysisConfig.py.
◆ __init__()
def python.TauAnalysisConfig.EXPERIMENTAL_TauCombineMuonRemovalConfig.__init__ |
( |
|
self | ) |
|
Definition at line 292 of file TauAnalysisConfig.py.
293 super (EXPERIMENTAL_TauCombineMuonRemovalConfig, self).__init__ ()
295 'inputTaus',
'TauJets', type=str,
297 info=
"the name of the input tau container."
300 'inputTausMuRM',
'TauJets_MuonRM', type=str,
302 info=
"the name of the input tau container with muon removal applied."
305 'outputTaus',
'TauJets_MuonRmCombined', type=str,
307 info=
"the name of the output tau container."
◆ makeAlgs()
def python.TauAnalysisConfig.EXPERIMENTAL_TauCombineMuonRemovalConfig.makeAlgs |
( |
|
self, |
|
|
|
config |
|
) |
| |
Definition at line 310 of file TauAnalysisConfig.py.
310 def makeAlgs (self, config) :
312 if config.isPhyslite() :
313 raise(RuntimeError(
"Muon removal taus is not available in Physlite mode"))
315 alg = config.createAlgorithm(
'CP::TauCombineMuonRMTausAlg',
'TauCombineMuonRMTausAlg' + self.outputTaus )
316 alg.taus = self.inputTaus
317 alg.muonrm_taus = self.inputTausMuRM
318 alg.combined_taus = self.outputTaus
The documentation for this class was generated from the following file: