Skip to content

Commit

Permalink
Merge pull request #9411 from rovere/RunI-Like-CCC-FullOff
Browse files Browse the repository at this point in the history
CCC off everywhere, not only iterative tracking, in RunI-like customisation snippet.
  • Loading branch information
davidlange6 committed Jun 4, 2015
2 parents 7212aee + 09feb25 commit a1386f9
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 a1386f9

Please sign in to comment.