CMS 3D CMS Logo

Variables

TrackerSimHits_cfi Namespace Reference

Variables

tuple TrackerSimHitsBlock

Variable Documentation

Initial value:
00001 cms.PSet(
00002     TrackerSimHits = cms.PSet(
00003         # Smallest charged particle pT for which SimHit's are saved (GeV/c)
00004         pTmin = cms.untracked.double(0.2),
00005         # Save SimHit's only for the first loop
00006         firstLoop = cms.untracked.bool(True)
00007     )
00008 )

Definition at line 3 of file TrackerSimHits_cfi.py.