Line Code
1 2 3 4 5
import FWCore.ParameterSet.Config as cms

SiStripClusterChargeCutTight = cms.PSet(
    value = cms.double(1945.0)
)