Skip to content

Commit

Permalink
sed calo iso deposit collection cone to 1.0 to keep better consistenc…
Browse files Browse the repository at this point in the history
…y with CenterConeOnCalIntersection (to get more of cone R 0.3 and 0.5 to fit in, due to not very consistent definitions in the extractor)
  • Loading branch information
slava77devel committed Jan 20, 2017
1 parent d27d622 commit 1609487
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions RecoMuon/Configuration/python/RecoMuonCosmics_cff.py
Expand Up @@ -28,6 +28,8 @@
# need to modify track selection as well (not clear to what)
muons.TrackExtractorPSet.inputTrackCollection = 'ctfWithMaterialTracksP5LHCNavigation'
muons.CaloExtractorPSet.CenterConeOnCalIntersection = True
# set wide cone until the code is made to compute this wrt CalIntersection
muons.CaloExtractorPSet.DR_Max = 1.0

#similar to what's in pp configuration
muonsFromCosmics = muons1stStep.clone()
Expand Down Expand Up @@ -143,6 +145,8 @@
muonsWitht0Correction.TimingFillerParameters.MatchParameters.DTsegments = 'dt4DSegmentsT0Seg'
muonsWitht0Correction.TrackExtractorPSet.inputTrackCollection = 'ctfWithMaterialTracksP5'
muonsWitht0Correction.CaloExtractorPSet.CenterConeOnCalIntersection = True
# set wide cone until the code is made to compute this wrt CalIntersection
muonsWitht0Correction.CaloExtractorPSet.DR_Max = 1.0
muonsWitht0Correction.fillGlobalTrackRefits = False
#Sequences

Expand Down Expand Up @@ -193,6 +197,8 @@
muonsBeamHaloEndCapsOnly.fillGlobalTrackQuality = False
muonsBeamHaloEndCapsOnly.TrackExtractorPSet.inputTrackCollection = 'ctfWithMaterialTracksP5'
muonsBeamHaloEndCapsOnly.CaloExtractorPSet.CenterConeOnCalIntersection = True
# set wide cone until the code is made to compute this wrt CalIntersection
muonsBeamHaloEndCapsOnly.CaloExtractorPSet.DR_Max = 1.0
muonsBeamHaloEndCapsOnly.fillGlobalTrackRefits = False

# Sequences
Expand All @@ -219,6 +225,8 @@
muonsNoRPC.fillGlobalTrackQuality = False
muonsNoRPC.TrackExtractorPSet.inputTrackCollection = 'ctfWithMaterialTracksP5'
muonsNoRPC.CaloExtractorPSet.CenterConeOnCalIntersection = True
# set wide cone until the code is made to compute this wrt CalIntersection
muonsNoRPC.CaloExtractorPSet.DR_Max = 1.0
muonsNoRPC.fillGlobalTrackRefits = False

#Sequences
Expand Down Expand Up @@ -253,6 +261,8 @@
splitMuons.fillGlobalTrackQuality = False
splitMuons.TrackExtractorPSet.inputTrackCollection = 'splittedTracksP5'
splitMuons.CaloExtractorPSet.CenterConeOnCalIntersection = True
# set wide cone until the code is made to compute this wrt CalIntersection
splitMuons.CaloExtractorPSet.DR_Max = 1.0
splitMuons.fillGlobalTrackRefits = False

#Sequences
Expand All @@ -275,6 +285,8 @@
lhcSTAMuons.fillGlobalTrackQuality = False
lhcSTAMuons.TrackExtractorPSet.inputTrackCollection = 'ctfWithMaterialTracksP5LHCNavigation'
lhcSTAMuons.CaloExtractorPSet.CenterConeOnCalIntersection = True
# set wide cone until the code is made to compute this wrt CalIntersection
lhcSTAMuons.CaloExtractorPSet.DR_Max = 1.0
lhcSTAMuons.fillGlobalTrackRefits = False

# Final sequence
Expand Down

0 comments on commit 1609487

Please sign in to comment.