Skip to content

Commit

Permalink
Turn off calo muons in HI reco sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrenguyen committed Jun 11, 2015
1 parent 369c28e commit c8d4736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RecoHI/HiMuonAlgos/python/HiRecoMuon_cff.py
Expand Up @@ -33,8 +33,8 @@
# replace with heavy ion jet label
muons.JetExtractorPSet.JetCollectionLabel = cms.InputTag("iterativeConePu5CaloJets")

# turn off calo muons for timing considerations?
#muons.fillCaloCompatibility = cms.bool(False)
# turn off calo muons for timing considerations
muons.minPCaloMuon = cms.double( 1.0E9 )

# HI muon sequence (passed to RecoHI.Configuration.Reconstruction_HI_cff)

Expand Down

0 comments on commit c8d4736

Please sign in to comment.