Skip to content

Latest commit

 

History

History
90 lines (57 loc) · 3.38 KB

README.md

File metadata and controls

90 lines (57 loc) · 3.38 KB

Eventdisplay Analysis Files

DOI License

Configuration and run parameter files for Eventdisplay. Required for the analysis of VERITAS data.

The version of Eventdisplay for this repository can be found in the files IRFVERSION and IRFMINORVERSION.

The analysis requires additional IRF files (lookup tables, gamma-hadron BDT trees, etc) which are too big for this repository. These files are available through the UCLA archive or direct download from DESY disks (restricted access).

To download and unpack the IRFs from the UCLA archive, run in the Eventdisplay_AnalysisFiles directory:

./download_irfs.sh transfer/file_list_V6.dat
./download_irfs.sh transfer/file_list_V4V5.dat

Total download size is about 190 GBytes.

Further information on this release see the Eventdisplay v490 release page (restricted access).

Following directories and files are available:

Parameter Files

  • parameter files required for running most steps of Eventdisplay
  • EVNDISP.global.runparameter (global parameters like VERITAS position; URL of VERITAS DB; location of VERITAS raw data archive)
  • VERITAS.Epochs.runparameter (definition of VERITAS epochs (V4,V5,V6); summer/winter; absolute gains)
  • EVNDISP.reconstruction.runparameter (parameters used in Eventdisplay reconstruction)
  • EVNDISP.specialchannels.dat (definition of special channels like L2 channels)
  • EVNDISP.validchannels.dat (criteria for dead channel finders)
  • ANASUM.runparameter (parameter file for anasum step)
  • ANASUM.timemask.dat (time mask example for anasum step)
  • ANASUM.runlist (run list example for anasum step)
  • TMVA.BDT.runparameter and TMVA.BDT.V4.runparameter (runparameter for TMVA training)

GammaHadronCutFiles

  • parameter files for gamma/hadron separation cuts

AstroData:

  • example catalogs and typical Crab Nebula spectra

Calibration

  • low-gain calibration files required for Eventdisplay analysis
  • pulse-shapes used in CARE simulations (Calibration/CareSimulations)
  • example file for calibration list to be used to overwrite DB flasher/laser values in the analysis (Calibration/calibrationlist.dat)

DetectorGeometry

  • configuration files for pixel and telescope positions

A full list of the available instrument response functions can be found in the release documentation (e.g. v490 release page).

Technical details for maintainers

Updating IRF files

For version changes, the following files need to be changed:

Uploading IRF files

  1. Pack IRF files into several tar packages
./pack_irfs_for_ucla.sh
  1. Inspect tar packages in the directory tar_packages and move them to the directory archive

  2. Upload files to UCLA

./put_irfs_to_ucla.sh
  1. Test some uploads with downloading script (modify, to not download again everything):
./download_irfs_from_ucla.sh transfer/file_list_V6.dat

Note that for DESY users, the tar packages are not downloaded but copied from their archive location.