Skip to content
Snippets Groups Projects
Commit 8b2369a1 authored by James Catmore's avatar James Catmore Committed by Edward Moyse
Browse files

AnalysisTauJets in CA version of DAOD_PHYSLITE

Draft: AnalysisTauJets in CA version of DAOD_PHYS

The relevant lines for including AnalysisTauJets in DAOD_PHYS are uncommented in the CA version. This works technically but it isnÂ't clear whether this configuration is safe, due to the use of public tools in the tau analysis sequence. Draft until this is clearer.
parent 8739616f
No related branches found
No related tags found
No related merge requests found
......@@ -186,11 +186,11 @@ def PHYSLITEKernelCfg(ConfigFlags, name='PHYSLITEKernel', **kwargs):
# Include, and then set up the tau analysis algorithm sequence:
# Commented for now due to use of public tools
#from TauAnalysisAlgorithms.TauAnalysisSequence import makeTauAnalysisSequence
#tauSequence = makeTauAnalysisSequence( dataType, 'Baseline', shallowViewOutput = False, deepCopyOutput = True )
#tauSequence.configure( inputName = 'TauJets', outputName = 'AnalysisTauJets' )
#for element in tauSequence.getGaudiConfig2Components():
# acc.addEventAlgo(element,sequenceName=tauSequence.name())
from TauAnalysisAlgorithms.TauAnalysisSequence import makeTauAnalysisSequence
tauSequence = makeTauAnalysisSequence( dataType, 'Baseline', shallowViewOutput = False, deepCopyOutput = True )
tauSequence.configure( inputName = 'TauJets', outputName = 'AnalysisTauJets' )
for element in tauSequence.getGaudiConfig2Components():
acc.addEventAlgo(element)
# Include, and then set up the jet analysis algorithm sequence:
jetContainer = 'AntiKt4EMPFlowJets'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment