|
19 | 19 | process.load('FWCore.MessageService.MessageLogger_cfi') |
20 | 20 | process.load('Configuration.EventContent.EventContent_cff') |
21 | 21 | process.load('SimGeneral.MixingModule.mixNoPU_cfi') |
22 | | -process.load('Configuration.Geometry.GeometryExtended2026D110Reco_cff') |
23 | | -process.load('Configuration.Geometry.GeometryExtended2026D110_cff') |
| 22 | +process.load('Configuration.Geometry.GeometryExtendedRun4D110Reco_cff') |
| 23 | +process.load('Configuration.Geometry.GeometryExtendedRun4D110_cff') |
24 | 24 | process.load('Configuration.StandardSequences.MagneticField_cff') |
25 | 25 | process.load('Configuration.StandardSequences.Generator_cff') |
26 | 26 | process.load('IOMC.EventVertexGenerators.VtxSmearedHLLHC14TeV_cfi') |
|
31 | 31 | process.load('Configuration.StandardSequences.FrontierConditions_GlobalTag_cff') |
32 | 32 |
|
33 | 33 | process.maxEvents = cms.untracked.PSet( |
34 | | - input = cms.untracked.int32(1), |
| 34 | + input = cms.untracked.int32(100), |
35 | 35 | output = cms.optional.untracked.allowed(cms.int32,cms.PSet) |
36 | 36 | ) |
37 | 37 |
|
|
40 | 40 | destinations = cms.untracked.vstring('messages'), |
41 | 41 | messages = cms.untracked.PSet(threshold = cms.untracked.string('DEBUG')), |
42 | 42 | debugModules = cms.untracked.vstring('*') |
43 | | - |
44 | | - |
45 | 43 | ) |
46 | 44 |
|
47 | 45 |
|
|
50 | 48 | process.source = cms.Source("EmptySource") |
51 | 49 |
|
52 | 50 | process.options = cms.untracked.PSet( |
53 | | - FailPath = cms.untracked.vstring(), |
54 | 51 | IgnoreCompletely = cms.untracked.vstring(), |
55 | 52 | Rethrow = cms.untracked.vstring(), |
56 | | - SkipEvent = cms.untracked.vstring(), |
57 | 53 | allowUnscheduled = cms.obsolete.untracked.bool, |
58 | 54 | canDeleteEarly = cms.untracked.vstring(), |
59 | 55 | emptyRunLumiMode = cms.obsolete.untracked.string, |
|
95 | 91 | dataTier = cms.untracked.string('GEN-SIM-DIGI'), |
96 | 92 | filterName = cms.untracked.string('') |
97 | 93 | ), |
98 | | - fileName = cms.untracked.string('file:/tmp/nancy/testGamma_Nancy.root'), |
| 94 | + fileName = cms.untracked.string('file:TEST.root'), |
99 | 95 | outputCommands = process.FEVTDEBUGEventContent.outputCommands, |
100 | 96 | splitLevel = cms.untracked.int32(0) |
101 | 97 | ) |
|
0 commit comments