![]() |
|
|||
File indexing completed on 2023-03-17 11:16:38
0001 import FWCore.ParameterSet.Config as cms 0002 0003 from CommonTools.RecoAlgos.recoTrackSelectorPSet_cfi import recoTrackSelectorPSet as _recoTrackSelectorPSet 0004 0005 recoTrackSelector = cms.EDProducer("RecoTrackSelector", 0006 _recoTrackSelectorPSet, 0007 copyExtras = cms.untracked.bool(True), ## copies also extras and rechits on RECO 0008 copyTrajectories = cms.untracked.bool(False) # don't set this to true on AOD! 0009 ) 0010 0011 0012
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |