|
36 | 36 | clusterChargeCut = cms.PSet(refToPSet_ = cms.string('SiStripClusterChargeCutNone')), |
37 | 37 | rphiRecHits = cms.InputTag("siStripMatchedRecHits","rphiRecHit"), |
38 | 38 | maxRing = cms.int32(7) |
39 | | - ) |
| 39 | + ) |
40 | 40 | ) |
41 | 41 | combinatorialcosmicseedingtripletsTOB_layerList = cms.vstring('MTOB4+MTOB5+MTOB6', |
42 | 42 | 'MTOB3+MTOB5+MTOB6', |
|
69 | 69 | GlobalY = cms.double(300.0) |
70 | 70 | ), |
71 | 71 | Charges = cms.vint32(-1), |
72 | | - OrderedHitsFactoryPSets = cms.VPSet(cms.PSet( |
73 | | - ComponentName = cms.string('GenericTripletGenerator'), |
74 | | - LayerSrc = cms.InputTag("combinatorialcosmicseedingtripletsTOB"), |
75 | | - PropagationDirection = cms.string('alongMomentum'), |
76 | | - NavigationDirection = cms.string('outsideIn') |
77 | | - ), |
78 | | - cms.PSet( |
79 | | - ComponentName = cms.string('GenericPairGenerator'), |
80 | | - LayerSrc = cms.InputTag("combinatorialcosmicseedingpairsTECpos"), |
81 | | - PropagationDirection = cms.string('alongMomentum'), |
82 | | - NavigationDirection = cms.string('outsideIn') |
83 | | - ), |
84 | | - cms.PSet( |
85 | | - ComponentName = cms.string('GenericTripletGenerator'), |
86 | | - LayerSrc = cms.InputTag("combinatorialcosmicseedingtripletsTIB"), |
87 | | - PropagationDirection = cms.string('oppositeToMomentum'), |
88 | | - NavigationDirection = cms.string('insideOut') |
89 | | - )), |
| 72 | + OrderedHitsFactoryPSets = cms.VPSet( |
| 73 | + cms.PSet( |
| 74 | + ComponentName = cms.string('GenericTripletGenerator'), |
| 75 | + LayerSrc = cms.InputTag("combinatorialcosmicseedingtripletsTOB"), |
| 76 | + PropagationDirection = cms.string('alongMomentum'), |
| 77 | + NavigationDirection = cms.string('outsideIn') |
| 78 | + ), |
| 79 | + cms.PSet( |
| 80 | + ComponentName = cms.string('GenericPairGenerator'), |
| 81 | + LayerSrc = cms.InputTag("combinatorialcosmicseedingpairsTECpos"), |
| 82 | + PropagationDirection = cms.string('alongMomentum'), |
| 83 | + NavigationDirection = cms.string('outsideIn') |
| 84 | + ), |
| 85 | + cms.PSet( |
| 86 | + ComponentName = cms.string('GenericTripletGenerator'), |
| 87 | + LayerSrc = cms.InputTag("combinatorialcosmicseedingtripletsTIB"), |
| 88 | + PropagationDirection = cms.string('oppositeToMomentum'), |
| 89 | + NavigationDirection = cms.string('insideOut') |
| 90 | + ) |
| 91 | + ), |
90 | 92 | UseScintillatorsConstraint = cms.bool(True), |
91 | 93 | TTRHBuilder = cms.string('WithTrackAngle'), |
92 | 94 | LowerScintillatorParameters = cms.PSet( |
|
0 commit comments