Skip to content

Commit

Permalink
Add submit script instructions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uttiyasarkar authored Apr 12, 2024
1 parent 3326b21 commit ddb157a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ pip install -e .[dev] # for developer
### Other installation options for coffea
See https://coffeateam.github.io/coffea/installation.html

## Quick launch of all tasks

Now you can use various shell scripts to directly launch the runner scripts with predefined scaleouts. You can modify and customize the scripts inside the ```scripts/submit``` directory according to your needs. Each script takes arguments from ```arguments.txt``` directory, that has 4 inputs i.e. - ```Campaign name```, ```year```, ```executor``` and ```luminosity```. To launch any workflow, for example W+c -
```
./ctag_wc.sh arguments.txt
```
Additional scripts are provided to make a directory structure that creates directories locally and copies them in the remote BTV eos area [https://btvweb.web.cern.ch/Commissioning/dataMC/](https://btvweb.web.cern.ch/Commissioning/dataMC/).
Finally plots can be directly monitored in the webpage.

## Structure

Each workflow can be a separate "processor" file, creating the mapping from NanoAOD to
Expand Down

0 comments on commit ddb157a

Please sign in to comment.