Versions Compared

Key

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

...

  1. At the start of any session (including the first - ignore the warning you get), run source sourceenv
  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/harish/newmcmc25nsv4/36107836142.root --files --output=output_361078361442.root --mc --dotaus dotaus=1 --minlep=2
    This reads the file /data/harish/newmcmc25nsv4/361078361442.root and outputs the file output_361078361442.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.

...