Analyzer class and methods useful for directionality and general analysis on CYGNO reconstructed tracks
g++ Analyzer.cxx Base_script.cxx -o nameprog `root-config --libs --cflags` -lSpectrum
Optimized:
g++ Analyzer.cxx Base_script.cxx -O3 -o nameprog `root-config --libs --cflags` -lSpectrum
./nameprog path_to_rootfile [output_directory]
- a minimal python implementation of the Analyzer class is in
Analyzer.py
- example for Alpha diffusion analysis is in
DiffusionAlpha.py
and a script to aggregate and plot inplotDiffusion.py
- Rebinning is deactivated everywhere
- For MANGO He/CF4 fusion
- ApplyThr(10)
- RemoveNoise(30)
- NPIP=250
- wFac=2.
- For 17keV PileUpCandidate(false, counter, true, 0.2, 2.0)