Skip to content

fiorotto8/CygnoAnal

Repository files navigation

Directionality and Other features

Analyzer class and methods useful for directionality and general analysis on CYGNO reconstructed tracks

To compile

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

To run

./nameprog path_to_rootfile [output_directory]

Python version

  • 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 in plotDiffusion.py

Notes

  • 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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published