CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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(False),
6  #control which flags are set in output collection
7  setTrackerOnly = cms.bool(False),
8  setIsGsfTrackOpen = cms.bool(False),
9  setArbitratedEcalSeeded = cms.bool(False),
10  setArbitratedMerged = cms.bool(True),
11  setArbitratedMergedEcalGeneral = cms.bool(False),
12  beamSpotInputTag = cms.InputTag("offlineBeamSpot"),
13  filterOnConvTrackHyp = cms.bool(True),
14  minConvRadius = cms.double(2.0) #cm
15  )

Definition at line 3 of file conversionTrackProducer_cfi.py.