CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackerSimHits_cfi.py
Go to the documentation of this file.
2 
3 TrackerSimHitsBlock = cms.PSet(
4  TrackerSimHits = cms.PSet(
5  # Smallest charged particle pT for which SimHit's are saved (GeV/c)
6  pTmin = cms.untracked.double(0.2),
7  # Save SimHit's only for the first loop
8  firstLoop = cms.untracked.bool(True)
9  )
10 )
11