5 |
|
# 2 -> IDEAL |
6 |
|
# 3 -> SAGITTA |
7 |
|
# 4 -> TWIST |
8 |
< |
IPHC_GEOM=2 |
8 |
> |
IPHC_GEOM=1 |
9 |
|
|
10 |
|
process = cms.Process("Demo") |
11 |
|
|
13 |
|
process.MessageLogger.cerr.FwkReport.reportEvery = 50 |
14 |
|
|
15 |
|
#name of the output file containing the tree |
16 |
< |
process.TFileService = cms.Service("TFileService", fileName = cms.string("analyzerTree.root") ) |
16 |
> |
process.TFileService = cms.Service("TFileService", fileName = cms.string("startup.root") ) |
17 |
|
|
18 |
|
process.load( "RecoTracker.Configuration.RecoTracker_cff" ) |
19 |
|
process.load( "Configuration.StandardSequences.Services_cff" ) |
134 |
|
labelTrajToTrack = cms.InputTag('TrackRefitterWithoutConstraint'), |
135 |
|
siStripClusters = cms.InputTag('TrackRefitterWithoutConstraint'), |
136 |
|
primaryVertexColl= cms.InputTag('offlinePrimaryVertices'), |
137 |
+ |
offlineBeamSpot = cms.InputTag('offlineBeamSpot'), |
138 |
|
isLaserRun = cms.bool(False), |
139 |
|
isMC = cms.bool(True), |
140 |
|
algoName = cms.string("NoAlgo"), |
171 |
|
labelTrajToTrack = cms.InputTag('TrackRefitterTBDFullConstraint'), |
172 |
|
siStripClusters = cms.InputTag('TrackRefitterTBDFullConstraint'), |
173 |
|
primaryVertexColl= cms.InputTag('offlinePrimaryVertices'), |
174 |
+ |
offlineBeamSpot = cms.InputTag('offlineBeamSpot'), |
175 |
|
isLaserRun = cms.bool(False), |
176 |
|
isMC = cms.bool(True), |
177 |
|
algoName = cms.string("FullTBD"), |
207 |
|
labelTrajToTrack = cms.InputTag('TrackRefitterTBDMomConstraint'), |
208 |
|
siStripClusters = cms.InputTag('TrackRefitterTBDMomConstraint'), |
209 |
|
primaryVertexColl= cms.InputTag('offlinePrimaryVertices'), |
210 |
+ |
offlineBeamSpot = cms.InputTag('offlineBeamSpot'), |
211 |
|
isLaserRun = cms.bool(False), |
212 |
|
isMC = cms.bool(True), |
213 |
|
algoName = cms.string("MomTBD"), |
243 |
|
labelTrajToTrack = cms.InputTag('TrackRefitterKinFit'), |
244 |
|
siStripClusters = cms.InputTag('TrackRefitterKinFit'), |
245 |
|
primaryVertexColl= cms.InputTag('offlinePrimaryVertices'), |
246 |
+ |
offlineBeamSpot = cms.InputTag('offlineBeamSpot'), |
247 |
|
isLaserRun = cms.bool(False), |
248 |
|
isMC = cms.bool(True), |
249 |
|
algoName = cms.string("KinFit"), |
279 |
|
labelTrajToTrack = cms.InputTag('TrackRefitterTBDVertexConstraint'), |
280 |
|
siStripClusters = cms.InputTag('TrackRefitterTBDVertexConstraint'), |
281 |
|
primaryVertexColl= cms.InputTag('offlinePrimaryVertices'), |
282 |
+ |
offlineBeamSpot = cms.InputTag('offlineBeamSpot'), |
283 |
|
isLaserRun = cms.bool(False), |
284 |
|
isMC = cms.bool(True), |
285 |
|
algoName = cms.string("VtxTBD"), |
308 |
|
process.treeKinFitConstraints* |
309 |
|
process.TwoBodyDecayVertexConstraint * |
310 |
|
process.TrackRefitterTBDVertexConstraint * |
311 |
< |
process.treeTBDVertexConstraints) |
311 |
> |
process.treeTBDVertexConstraints |
312 |
> |
) |
313 |
|
|
314 |
|
process.outpath = cms.EndPath(process.out) |
315 |
|
|