Skip to content
Snippets Groups Projects
Commit 395f0e05 authored by Jochen Meyer's avatar Jochen Meyer Committed by Graeme Stewart
Browse files

fixing typo (MuonCombinedRecExample-01-09-15)

	* fixing typo in MuonCombinedRec_myTopOptions.py
	* Tagging as MuonCombinedRecExample-01-09-15

2016-08-11 Yun Sang Chow
	* Enable the CaloLikelihood
	* Tagging as MuonCombinedRecExample-01-09-14

2016-07-01 Nathan Bernard
	* Added flags to configuration for TGC/RPC based segment finding
	* Tagging as MuonCombinedRecExample-01-09-13
parent a6154f9d
No related branches found
No related tags found
No related merge requests found
......@@ -119,5 +119,5 @@ def MuonCaloTagTool( name='MuonCaloTagTool', **kwargs ):
kwargs.setdefault("CaloMuonLikelihoodTool", getPublicTool("CaloMuonLikelihoodTool") )
kwargs.setdefault("TrackDepositInCaloTool", getPublicTool("TrackDepositInCaloTool") )
kwargs.setdefault("TrackSelectorTool", getPublicTool("CaloTrkMuIdAlgTrackSelectorTool") )
kwargs.setdefault("doCaloLR", False )
kwargs.setdefault("doCaloLR", True )
return CfgMgr.MuonCombined__MuonCaloTagTool(name,**kwargs )
......@@ -79,6 +79,9 @@ muonCombinedRecFlags.doCaloTrkMuId = True
muonRecFlags.doCreateClusters = False
muonRecFlags.prdToxAOD = False
muonRecFlags.doTGCClusterSegmentFinding = False
muonRecFlags.doRPCClusterSegmentFinding = False
muonStandaloneFlags.printSummary = True
muonRecFlags.doTrackPerformance = True
muonRecFlags.TrackPerfSummaryLevel = 2
......
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