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

Edit | Attach | Watch | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r4 - 2020-08-19 - TWikiAdminUser
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Sandbox/SandboxArchive All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback