Simulation
Digitalisation
Reconstruction
Simulation
monopole_sim_cfg.py
All you need to change in the prepared config file:
number of events:
process.maxEvents = cms.untracked.PSet(
input = cms.untracked.int32(3)
)
filename:
process.o1 = cms.OutputModule("PoolOutputModule",
process.FEVTSIMEventContent,
fileName = cms.untracked.string('monopole_sim9.root')
)
generator input:
process.source = cms.Source("LHESource",
fileNames = cms.untracked.vstring('file:composite.lhe')
)
Digitalisation
monopole_digi_cfg.py
to change: same (number of events, filename)
Reconstruction
monopole_reco_cfg.py
to change: same (number of events, filename)
after the reconstruction we get the root file in RECO format
--
BalazsBozsogi - 01-Nov-2010