RECO monitoring and integration


1. Generate events

  • Gen_tool/Gen.sh can setup working-directory: CMSSW_X_X_X
$ ./Gen.sh CMSSW_X_X_X
  • The directory includes cmdLog, profile.sh, read.py(not used)
  • You can generate events of all datatier using cmdLog files

1.1 About cmdLog file

  • This is the sample of cmdLog file: http://jiwoong.web.cern.ch/jiwoong/results/phase2/cmdlog_CMSSW_11_1_0_pre3
  • 100 events are generated
  • I use multi threading only in step1 and step2 to save time
  • --customise=Validation/Performance/TimeMemoryInfo.py option can make time and memory information in logfiles ( step3.log, step4.log )
  • step3.log and step4.log are also used in analysis

2. Igprof

3. Analysis

  • Go to Analyze_tool directory