![]() |
|
|||
File indexing completed on 2023-03-17 11:25:17
0001 import FWCore.ParameterSet.Config as cms 0002 0003 import SimGeneral.TrackingAnalysis.trackingParticles_cfi 0004 mergedtruthNoSimHits = SimGeneral.TrackingAnalysis.trackingParticles_cfi.mergedtruth.clone( 0005 simHitCollections = cms.PSet( 0006 pixel = cms.vstring(), 0007 tracker = cms.vstring(), 0008 muon = cms.vstring(), 0009 ) 0010 ) 0011 0012 trackingParticlesNoSimHits = cms.Sequence(mergedtruthNoSimHits) 0013
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |