Skip to content

maxdubnowski/MicroBooNE_Neutron_Reco

 
 

Repository files navigation

MicroBooNE_NeutronStudy_Reco

source setup.sh

Under Constants.h, Choose to apply(not apply) PMissingCut by setting

bool PMissingCut = true (false);

Choose Event File to run on:

emacs NeutrinoSelectionFilter.h

ctrl+s: Open

Change TFile and TDirectory

Run the Neutron Selection Filter

root -l script_MicroBooNE_Reco.C

Run the 1D Plot:

Choose whether a stacked (unstacked) histogram

Under PlotRoot.cpp

bool stackedHist = true (false);

root -l PlotRoot.cpp

Run the 2D Plot:

root -l PlotRoot2D.cpp

Using High Statistics Version

cd HighStats

All of the scripts run in the same fashion, but must access Constants.h file through ../Constants.h

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 65.2%
  • C 29.2%
  • Makefile 5.5%
  • Shell 0.1%