|
53 | 53 | 'TEC7_pos+TEC8_pos', |
54 | 54 | 'TEC8_pos+TEC9_pos') |
55 | 55 | combinatorialcosmicseedingtripletsTIB_layerList = cms.vstring('TIB1+TIB2+MTIB3') |
| 56 | + |
56 | 57 | combinatorialcosmicseedfinder = cms.EDProducer("CtfSpecialSeedGenerator", |
57 | 58 | SeedMomentum = cms.double(5.0), ##initial momentum in GeV !!!set to a lower value for slice test data |
58 | | - |
59 | 59 | ErrorRescaling = cms.double(50.0), |
60 | 60 | RegionFactoryPSet = cms.PSet( |
61 | 61 | RegionPSetBlock, |
|
75 | 75 | PropagationDirection = cms.string('alongMomentum'), |
76 | 76 | NavigationDirection = cms.string('outsideIn') |
77 | 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 | | - )), |
| 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 | + )), |
90 | 90 | UseScintillatorsConstraint = cms.bool(True), |
91 | 91 | TTRHBuilder = cms.string('WithTrackAngle'), |
92 | 92 | LowerScintillatorParameters = cms.PSet( |
|
0 commit comments