CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
trackerDrivenElectronSeeds_cfi.py
Go to the documentation of this file.
2 
3 trackerDrivenElectronSeeds = cms.EDProducer("GoodSeedProducer",
4  MaxEOverP = cms.double(3.0),
5  Smoother = cms.string('GsfTrajectorySmoother_forPreId'),
6  UseQuality = cms.bool(True),
7  PFPSClusterLabel = cms.InputTag("particleFlowClusterPS"),
8  ThresholdFile = cms.string('RecoParticleFlow/PFTracking/data/Threshold.dat'),
9  TMVAMethod = cms.string('BDT'),
10  MaxEta = cms.double(2.4),
11  EtaMap = cms.string('RecoParticleFlow/PFBlockProducer/data/resmap_ECAL_eta.dat'),
12  PhiMap = cms.string('RecoParticleFlow/PFBlockProducer/data/resmap_ECAL_phi.dat'),
13  PreCkfLabel = cms.string('SeedsForCkf'),
14  NHitsInSeed = cms.int32(3),
15  Fitter = cms.string('GsfTrajectoryFitter_forPreId'),
16  PreGsfLabel = cms.string('SeedsForGsf'),
17  MinEOverP = cms.double(0.3),
18  Weights = cms.string('RecoParticleFlow/PFTracking/data/BDT_weights_21.txt'),
19  PFEcalClusterLabel = cms.InputTag("particleFlowClusterECAL"),
20  PFHcalClusterLabel = cms.InputTag("particleFlowClusterHCAL"),
21  PSThresholdFile = cms.string('RecoParticleFlow/PFTracking/data/PSThreshold.dat'),
22  MinPt = cms.double(2.0),
23  TkColList = cms.VInputTag(cms.InputTag("generalTracks")),
24  UseTMVA = cms.untracked.bool(True),
25  TrackQuality = cms.string('highPurity'),
26  MaxPt = cms.double(50.0),
27  ApplyIsolation = cms.bool(False),
28  EcalStripSumE_deltaPhiOverQ_minValue = cms.double(-0.1),
29  EcalStripSumE_minClusEnergy = cms.double(0.1),
30  EcalStripSumE_deltaEta = cms.double(0.03),
31  EcalStripSumE_deltaPhiOverQ_maxValue = cms.double(0.5),
32  EOverPLead_minValue = cms.double(0.95),
33  HOverPLead_maxValue = cms.double(0.05),
34  HcalWindow=cms.double(0.184),
35  ClusterThreshold = cms.double(0.5),
36  UsePreShower =cms.bool(False),
37  PreIdLabel = cms.string('preid'),
38  ProducePreId = cms.untracked.bool(True),
39  PtThresholdSavePreId = cms.untracked.double(1.0)
40 )
41 
42