Skip to content

Commit

Permalink
put doClusterCheck in the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrenguyen committed Oct 7, 2017
1 parent 1f12e0c commit aed1041
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
)

from Configuration.Eras.Modifier_peripheralPbPb_cff import peripheralPbPb
peripheralPbPb.toModify(seedGeneratorFromRegionHitsEDProducer,
doClusterCheck = True, # FIXMETOO
ClusterCheckPSet = dict(cut = "strip < 400000 && pixel < 40000 && (strip < 60000 + 7.0*pixel) && (pixel < 8000 + 0.14*strip)")
peripheralPbPb.toModify(seedGeneratorFromRegionHitsEDProducer,
ClusterCheckPSet = dict(doClusterCheck = True, # FIXMETOO
cut = "strip < 400000 && pixel < 40000 && (strip < 60000 + 7.0*pixel) && (pixel < 8000 + 0.14*strip)")
)

from Configuration.Eras.Modifier_pp_on_XeXe_2017_cff import pp_on_XeXe_2017
Expand Down

0 comments on commit aed1041

Please sign in to comment.