Eventdisplay is a reconstruction and analysis pipeline for data of Imaging Atmospheric Cherenkov Telescopes. It has been primarily developed for VERITAS and CTA analysis and publications. This repository contains the Eventdisplay version used for VERITAS analysis (see here for the CTA version).
In case Eventdisplay is used in a research project, please cite this repository using the Zenodo entry and the following publication:
Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for
Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference.
10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301.
Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747
[https://arxiv.org/abs/1708.04048]
The package consists of several analysis steps and tools:
evndisp
: calibrate and parametrize images, event reconstruction, stereo analysistrainTMVAforAngularReconstruction
: train boosted decision trees for direction and energy reconstructionmscw_energy
: fill and use lookup tables for mean scaled with and length calculation, energy reconstruction, stereo reconstructiontrainTMVAforGammaHadronSeparation
: train boosted decision trees for gamma/hadron separationmakeEffectiveArea
: calculation of the instrument response functions (effective areas, angular point-spread function, energy resolution)makeRadialAcceptance
: calculation of radial camera acceptance from data filesanasum
: analysis to calculate sky maps and spectral energy distributionlibVAnaSum
: shared library tools (e.g., plot instrument response function, spectral energy distributions, light curves, sky mapsCheck the release pages for the most recent versions to be used for VERITAS publications. For older versions of Eventdisplay, see the release pages on the VERITAS wiki (internal pages).
Reconstruction and analysis are complex and require inputs from different sources and execution of several interdependent stages.
Eventdisplay consists of the following main components:
Additional components:
Extensive documentation on how to use Eventdisplay are available through the VERITAS internal wiki pages.
For any questions, contact Gernot Maier (gernot.maier@desy.de)
astyle is used for source code formatting since 03/2014 http://astyle.sourceforge.net/
Usage:
do either
make formatSourceCode
or
astyle --options=./.astylerc <.cpp, .h or .C file>
All options are saved in the .astylerc file.