CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
conversionTrackProducer_cfi Namespace Reference

Variables

tuple conversionTrackProducer
 

Variable Documentation

tuple conversionTrackProducer_cfi.conversionTrackProducer
Initial value:
1 = cms.EDProducer("ConversionTrackProducer",
2  #input collection of tracks or gsf tracks
3  TrackProducer = cms.string(''),
4  #control whether to get ref to Trajectory (only available in reco job)
5  useTrajectory = cms.bool(True),
6  #control which flags are set in output collection
7  setTrackerOnly = cms.bool(False),
8  setArbitratedEcalSeeded = cms.bool(False),
9  setArbitratedMerged = cms.bool(True),
10  setArbitratedMergedEcalGeneral = cms.bool(False),
11  beamSpotInputTag = cms.InputTag("offlineBeamSpot"),
12  filterOnConvTrackHyp = cms.bool(True),
13  minConvRadius = cms.double(2.0) #cm
14  )

Definition at line 3 of file conversionTrackProducer_cfi.py.