CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/FastSimulation/TrajectoryManager/python/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