|
||||
Last indexation completed on 2024-12-12 03:12:41 UTC
To save SimTracks with particle code (PDG code) from a list, need
to activate the watcher SaveSimTrack specifying the codes in .cfg file:
process.g4SimHits.Watchers = cms.VPSet(cms.PSet(
SaveSimTrack = cms.PSet(
PDGCodes = cms.untracked.vint32([2212])
),
type = cms.string('SaveSimTrack')
) )
will save all particles of code 2212.
Name | Size | Date (UTC) | Last indexed | Description | |
---|---|---|---|---|---|
Name | Size | Date (UTC) | Last indexed | Description | |
Parent directory | - | 2024-12-12 03:06:42 | |||
interface/ | - | 2024-12-12 03:06:42 | |||
src/ | - | 2024-12-12 03:06:42 | |||
BuildFile.xml | 207 bytes | 2020-05-05 12:44:46 | - | ||
README | 372 bytes | 2016-08-23 19:11:34 | - |
[ Source navigation ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |