VERITAS-Observatory / EventDisplay_v4

A reconstruction and analysis pipeline for VERITAS.
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link
eventdisplay

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:

Additional components:

Documentation

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

Support

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.