An open API service indexing awesome lists of open source software.

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

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
```