3 photonConvTrajSeedFromQuadruplets = cms.EDProducer(
"PhotonConversionTrajectorySeedProducerFromQuadruplets",
4 TrackRefitter = cms.InputTag(
'TrackRefitter',
''),
5 primaryVerticesTag = cms.InputTag(
"offlinePrimaryVertices"),
6 beamSpotInputTag = cms.InputTag(
"offlineBeamSpot"),
7 newSeedCandidates = cms.string(
"conv2SeedCandidates"),
8 xcheckSeedCandidates = cms.string(
"xcheckSeedCandidates"),
9 DoxcheckSeedCandidates = cms.bool(
False),
10 OrderedHitsFactoryPSet = cms.PSet(
11 maxElement = cms.uint32(900000),
12 SeedingLayers = cms.InputTag(
'conv2LayerPairs')
14 SeedComparitorPSet = cms.PSet(
15 ComponentName = cms.string(
'PixelClusterShapeSeedComparitor'),
16 FilterAtHelixStage = cms.bool(
True),
17 FilterPixelHits = cms.bool(
False),
18 FilterStripHits = cms.bool(
True),
19 ClusterShapeHitFilterName = cms.string(
'ClusterShapeHitFilter')
21 ClusterCheckPSet = cms.PSet(
22 PixelClusterCollectionLabel = cms.InputTag(
"siPixelClusters"),
23 MaxNumberOfCosmicClusters = cms.uint32(50000),
24 doClusterCheck = cms.bool(
True),
25 ClusterCollectionLabel = cms.InputTag(
"siStripClusters"),
26 MaxNumberOfPixelClusters = cms.uint32(10000)
28 RegionFactoryPSet = cms.PSet(
29 RegionPSet = cms.PSet( precise = cms.bool(
True),
30 beamSpot = cms.InputTag(
"offlineBeamSpot"),
31 originRadius = cms.double(3.0),
32 ptMin = cms.double(0.2),
33 originHalfLength = cms.double(12.0)
35 ComponentName = cms.string(
'GlobalRegionProducerFromBeamSpot')
37 SeedCreatorPSet = cms.PSet(
38 ComponentName = cms.string(
'SeedForPhotonConversionFromQuadruplets'),
39 SeedMomentumForBOFF = cms.double(5.0),
40 propagator = cms.string(
'PropagatorWithMaterial')
42 QuadCutPSet = cms.PSet(
43 Cut_minLegPt = cms.double(0.6),
44 Cut_maxLegPt = cms.double(10.),
45 rejectAllQuads = cms.bool(
False),
46 apply_DeltaPhiCuts = cms.bool(
True),
47 apply_Arbitration = cms.bool(
True),
48 apply_ClusterShapeFilter = cms.bool(
True),
49 apply_zCACut = cms.bool(
False),
50 Cut_zCA = cms.double(100),
51 Cut_DeltaRho = cms.double(12.),
52 Cut_BeamPipeRadius = cms.double(3.)