00001 import FWCore.ParameterSet.Config as cms 00002 00003 TrackerSimHitsBlock = cms.PSet( 00004 TrackerSimHits = cms.PSet( 00005 # Smallest charged particle pT for which SimHit's are saved (GeV/c) 00006 pTmin = cms.untracked.double(0.2), 00007 # Save SimHit's only for the first loop 00008 firstLoop = cms.untracked.bool(True) 00009 ) 00010 ) 00011