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 
3 SiStripClusterChargeCutNone = cms.PSet(
4  value = cms.double(-1.0)
5 )
6 
7 SiStripClusterChargeCutLoose = cms.PSet(
8  value = cms.double(1620.0)
9 )
10 
11 SiStripClusterChargeCutTight = cms.PSet(
12  value = cms.double(1945.0)
13 )
14