https://github.com/marcodeltutto/ubxsecanaarchived
Code to study NuMu CC Inclusive Cross Section at MicroBooNE
https://github.com/marcodeltutto/ubxsecanaarchived
Last synced: about 1 month ago
JSON representation
Code to study NuMu CC Inclusive Cross Section at MicroBooNE
- Host: GitHub
- URL: https://github.com/marcodeltutto/ubxsecanaarchived
- Owner: marcodeltutto
- Created: 2017-04-18T23:46:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T14:48:43.000Z (over 8 years ago)
- Last Synced: 2025-06-07T05:08:09.742Z (about 1 year ago)
- Language: C
- Size: 3.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UBXSecAna
## Build
```
make (to build all)
make evtsel (to build event selection)
make draw (to build plotting tools)
```
## Run
Update the lines below changing the input file names appropriately. Then run with:
```
MC: ./EventSelection --filename ubxsec_output_mc_bnbcosmic.root --maxentries -1 --flashstart 3.2 --flashend 4.8 -g 198 -p
DATA ON: ./EventSelection --filename ubxsec_output_data_bnbon.root --maxentries -1 --flashstart 3.3 --flashend 4.9 -g 243
DATA OFF: ./EventSelection --filename ubxsec_output_data_extbnb.root --maxentries -1 --flashstart 3.65 --flashend 5.25 -s 0.406 -g 243
Comments:
-p in MC allows to count POTs
-g value is the dQ/dx calib constant
-s is the shift to apply to flashes
```