Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
FastSimulation
TrajectoryManager
python
TrackerSimHits_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
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
Config
Generated for CMSSW Reference Manual by
1.8.5