https://github.com/marcodeltutto/numiccinclusive
Code to study NuMI NuMu CC Inclusive Cross Section at MicroBooNE
https://github.com/marcodeltutto/numiccinclusive
Last synced: 11 months ago
JSON representation
Code to study NuMI NuMu CC Inclusive Cross Section at MicroBooNE
- Host: GitHub
- URL: https://github.com/marcodeltutto/numiccinclusive
- Owner: marcodeltutto
- Created: 2016-07-26T10:51:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-11T16:22:43.000Z (over 9 years ago)
- Last Synced: 2025-01-28T05:27:53.111Z (over 1 year ago)
- Language: C++
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NuMICCInclusive
Code to study NuMI NuMu CC Inclusive Cross Section at MicroBooNE.
## Setup
Run `source utils/setupNuMICCInclusive.sh`.
## Compile
Compile with `make`.
## Execute
Execute with `./NuMICCInclusive bnb pot -1`.
## Submit job to a pbs cluster
Open `pbs_cluster/runjobs.sh` and change the output and log path, then:
```
cd pbs_cluster
source runjobs.sh
DoSubmit
```