CMS 3D CMS Logo

TrackerSimHits_cfi.py

Go to the documentation of this file.
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 

Generated on Tue Jun 9 17:35:17 2009 for CMSSW by  doxygen 1.5.4