Skip to content

epelaaez/CC1muAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Charged-current $\nu_\mu$ interaction analysis

Analysis of charged-current neutrino interactions. This repository is mainly divided into:

  • GeneratorAnalysis/: contains scripts analysing events generated by different simulators.
  • CAFAnaAnalysis/: contains scripts analysing experiment data using the CAFAna framework.

Plots generated through the scripts in both directories are placed under Figs/. And code for a LaTeX note summarizing the project is under LaTeX/.

Setting up

If it is the first time working in this repository, you have to run

source setup.sh

to set up the correct feature branch of sbnana used in this codebase. Once this is done, you have to run

source activate.sh

to activate your local sbnana build every time you start a new terminal. This will also setup ROOT, so that you can run scripts in both GeneratorAnalysis/ and CAFAnaAnalysis/.