test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripClusterChargeCut_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from Configuration.StandardSequences.Eras import eras
3 
4 SiStripClusterChargeCutNone = cms.PSet(
5  value = cms.double(-1.0)
6 )
7 
8 SiStripClusterChargeCutTiny = cms.PSet(
9  value = cms.double(800.0)
10 )
11 
12 SiStripClusterChargeCutLoose = cms.PSet(
13  value = cms.double(1620.0)
14 )
15 
16 SiStripClusterChargeCutTight = cms.PSet(
17  value = cms.double(1945.0)
18 )
19 
20 eras.trackingLowPU.toReplaceWith(SiStripClusterChargeCutLoose, SiStripClusterChargeCutTiny)
21 eras.trackingLowPU.toReplaceWith(SiStripClusterChargeCutTight, SiStripClusterChargeCutTiny)