Skip to content

Commit

Permalink
turn CCC off for everybody, not only for iterative tracking, in RunI-…
Browse files Browse the repository at this point in the history
…like customization snippet.
  • Loading branch information
rovere committed Jun 2, 2015
1 parent 3f7acf4 commit 09feb25
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions RecoTracker/Configuration/python/customiseForRunI.py
Expand Up @@ -101,4 +101,12 @@ def customiseForRunI(process):
process.ak4CaloJetsForTrk.srcPVs = 'pixelVertices'
process.photonConvTrajSeedFromSingleLeg.primaryVerticesTag = 'pixelVertices'

# ... and finally turn off all possible references to CCC: this is
# done by switching off the Tight and Loose reftoPSet, rather than
# following all the places in which they are effectively used in
# release. The RunI-like tracking already uses CCCNone: this will
# be useful mainly for conversions.
process.SiStripClusterChargeCutTight.value = -1.
process.SiStripClusterChargeCutLoose.value = -1.

return process

0 comments on commit 09feb25

Please sign in to comment.