Skip to content
Snippets Groups Projects
Commit a6464a71 authored by Takashi Yamanaka's avatar Takashi Yamanaka
Browse files

Merge branch 'xAODCnv-change2' into 'master'

Change InDetTrigParticleCreatorTool used for FTK to be the same as for FTF

See merge request !476

Former-commit-id: 6079dd39
parents cdf4fb60 b5092d44
No related branches found
No related tags found
No related merge requests found
......@@ -268,7 +268,7 @@ class InDetTrigTrackingxAODCnv_EF( InDet__TrigTrackingxAODCnv ):
creatorTool = InDetTrigParticleCreatorToolWithSummary
if "_FTF" or "_FTK" in name:
if "_FTF" in name or "_FTK" in name:
creatorTool = InDetTrigParticleCreatorToolFTF
elif "_IDTrig" in name and type=="electron":
creatorTool = InDetTrigParticleCreatorToolWithSummaryTRTPid
......
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