Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. At the start of any session, run source RootCore/scripts/setup.sh
  2. Change directory to MultiLepAnalysisNtupler/scripts
  3. The rentupler is run from higgs_analysis.py.  A typical run (that should work on the tau* machines) would be:
    ./higgs_analysis.py --dtype=/data/onyisi/tth_8TeV_merged/2_21/links/160155harish/newmc/361078.root --files --output=output_160155361078.root --mc --dotaus --minlep=2
    This reads the file /data/onyisi/tth_8TeV_merged/2_21/links/160155harish/newmc/361078.root and outputs the file output_160155361078.root.  There are other options to the rentupler, run it with the --help option to see them.  You're encouraged to add options as you add features.

...