Skip to content
Snippets Groups Projects
Commit 2d00288e authored by Bertrand Martin's avatar Bertrand Martin
Browse files

tauRec: minor ConfigFlags cleanup

Hello,

This MR is dropping two superfluous flag initialisations: they have the same values in the regular tauRec pass and the electron-subtracted EleRM pass, so no need to initalise them twice.

Cheers,
Bertrand
parent e81a5385
No related branches found
No related tags found
No related merge requests found
......@@ -144,10 +144,8 @@ def createTauEleRMConfigFlags():
flags.TauPi0Clusters_tmp = "TauPi0Clusters_tmp_EleRM"
# Input containers
flags.VertexCollection = "PrimaryVertices"
flags.TrackCollection = "InDetTrackParticles_EleRM"
flags.SeedJetCollection = "AntiKt4LCTopoJets_EleRM"
flags.LargeD0TrackCollection = "InDetLargeD0TrackParticles"
flags.EventShapeCollection = "EleRM_Kt4LCTopoOriginEventShape"
# Electron-subtracted tau flags appearing in standard tau reconstruction
......
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