5 |
|
# 2 -> IDEAL |
6 |
|
# 3 -> SAGITTA |
7 |
|
# 4 -> TWIST |
8 |
< |
IPHC_GEOM=1 |
8 |
> |
IPHC_GEOM=4 |
9 |
|
|
10 |
|
process = cms.Process("Demo") |
11 |
– |
|
11 |
|
process.load("FWCore.MessageService.MessageLogger_cfi") |
12 |
|
process.MessageLogger.cerr.FwkReport.reportEvery = 50 |
13 |
|
|
14 |
|
#name of the output file containing the tree |
15 |
< |
process.TFileService = cms.Service("TFileService", fileName = cms.string("startup.root") ) |
15 |
> |
process.TFileService = cms.Service("TFileService", fileName = cms.string("twist.root") ) |
16 |
|
|
17 |
|
process.load( "RecoTracker.Configuration.RecoTracker_cff" ) |
18 |
|
process.load( "Configuration.StandardSequences.Services_cff" ) |