Skip to content
Snippets Groups Projects
Commit b5303b82 authored by Antonio Giannini's avatar Antonio Giannini
Browse files

Stable version with InDetTrackTool in python - 1 nov 18

Former-commit-id: 9015109a61815d8af9426215baad87421a944478
parent e9990b0f
No related branches found
No related tags found
No related merge requests found
......@@ -355,13 +355,13 @@ def addQGTaggerTool(jetalg, sequence, algname ):
if hasattr(ToolSvc, QGTaggerToolName):
jetaugtool.TrackSelectionTool = getattr(ToolSvc, QGTaggerToolName)
else:
trackselectiontool = CfgMgr.TrackSelectionTool( QGTaggerToolName )
trackselectiontool = CfgMgr.InDet__InDetTrackSelectionTool( QGTaggerToolName )
#trackselectiontool.setProperty( "CutLevel", "Loose" )
#trackselectiontool.CutLevel = "Loose"
trackselectiontool.CutLevel = "Loose"
ToolSvc += trackselectiontool
jetaugtool.TrackSelectionTool = trackselectiontool
#jetaugtool.TrackSelectionTool.CutLevel = "Loose"
jetaugtool.TrackSelectionTool.setCutLevel = "Loose"
#jetaugtool.TrackSelectionTool.setCutLevel = "Loose"
extjetlog.info('ExtendedJetCommon: Adding QGTaggerTool for jet collection: '+jetalg)
applyJetAugmentation(jetalg, algname, sequence, jetaugtool)
......
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