Skip to content

VERITAS-Observatory/EventDisplay_v4

Repository files navigation

Eventdisplay: An Analysis and Reconstruction Package for VERITAS

DOI License CI

Overview

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:

  1. evndisp: calibrate and parametrize images, event reconstruction, stereo analysis
  2. trainTMVAforAngularReconstruction: train boosted decision trees for direction and energy reconstruction
  3. mscw_energy: fill and use lookup tables for mean scaled with and length calculation, energy reconstruction, stereo reconstruction
  4. trainTMVAforGammaHadronSeparation: train boosted decision trees for gamma/hadron separation
  5. makeEffectiveArea: calculation of the instrument response functions (effective areas, angular point-spread function, energy resolution)
  6. makeRadialAcceptance: calculation of radial camera acceptance from data files
  7. anasum: analysis to calculate sky maps and spectral energy distribution
  8. libVAnaSum: shared library tools (e.g., plot instrument response function, spectral energy distributions, light curves, sky maps

Releases

Check 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).

The Eventdisplay Ecosystem

Reconstruction and analysis are complex and require inputs from different sources and execution of several interdependent stages.

Eventdisplay consists of the following main components:

  • Eventdisplay: the core library with code, tools, and analysis libraries required to run the analysis
  • Eventdisplay_AnalysisScripts_VTS: a library of scripts to use Eventdisplay efficiently on a computing cluster
  • Eventdisplay_AnalysisFiles_VTS: a set of auxiliary files with information on the instrument (e.g., telescope positions), access information to data bases, parameters for the analysis (e.g., image cleaning parameters or instruction for the gamma/hadron separation), or basic calibration values (note that this is a VERITAS private repository)
  • V2DL3: a converter of Eventdisplay data products to GADF DL3 Format to be used in science tools like gammapy.

Additional components:

Documentation

Extensive documentation on how to use Eventdisplay are available through the VERITAS internal wiki pages.

Support

  • VERITAS internal ELOG used for announcements, discussions, questions
  • Bugs and issues should be reported through the GitHub issue tracker

For any questions, contact Gernot Maier (gernot.maier@desy.de)

Development

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.