Run the full chain from simulation to reconstruction

Example parameter-sets

  • CMSSW provides examples for parameter-sets in various places
    • Good place to look for examples
      • test directories of modules
      • Attention, those are primarily module dependent
    • Central place for common parameter-sets
      • package Configuration
    • Standard sequences like simulation and reconstruction can be found at
      • Configuration/StandardSequences/data
    • Good starting point for own parameter-sets including generation, simulation and reconstruction
      • Configuration/ReleaseValidation/data

Exercises

  • Familiarize with example parameter-set: Configuration/ReleaseValidation/data/h_zz_4mu_allReco.cfg
    • Decompose it in components looking at paths and endpath
    • Resolve includes using the release in $CMSSW_RELEASE_BASE or the CVS browser
  • Run example parameter-set:

cmsRun $CMSSW_RELEASE_BASE/src/Configuration/ReleaseValidation/data/h_zz_4mu_allReco.cfg

  • Copy the parameter-set from the release area in the local directory

cp $CMSSW_RELEASE_BASE/src/Configuration/ReleaseValidation/data/h_zz_4mu_allReco.cfg .

  • Change number of produced events to 10 by changing line

       untracked PSet maxEvents = {untracked int32 input = 1}

to

       untracked PSet maxEvents = {untracked int32 input = 10}

and run again

cmsRun h_zz_4mu_allReco.cfg

Previous: Setup of a user project area for a CMSSW release and use code from CVS Top: Main page Next: Access files from local disk and mass storage (dCache)
Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r3 - 2007-06-24 - OliverGutsche
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Main All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2024 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