Skip to content

Commit

Permalink
fix forth bad EE supercluster
Browse files Browse the repository at this point in the history
  • Loading branch information
mariadalfonso committed Oct 21, 2015
1 parent 69b9e4c commit f0f0cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoMET/METFilters/python/eeBadScFilter_cfi.py
Expand Up @@ -16,7 +16,7 @@
#coordinates of the crystals in the centre of each bad supercrystal
# packed into a single integer in the form iz,ix,iy
# for instance -1023023 -> ix=23, iy=23, iz=-1
badscEE = cms.vint32(-1023023,1048098,-1078063),
badscEE = cms.vint32(-1023023,1048098,-1078063,-1043093),
taggingMode = cms.bool(False),
#prints debug info for each supercrystal if set to true
debug = cms.bool(False),
Expand Down

0 comments on commit f0f0cf8

Please sign in to comment.