GammaLib 2.1.0.dev
Loading...
Searching...
No Matches
GSPILib.hpp
Go to the documentation of this file.
1/***************************************************************************
2 * GSPILib.hpp - INTEGRAL/SPI header files *
3 * ----------------------------------------------------------------------- *
4 * copyright (C) 2020 by Juergen Knoedlseder *
5 * ----------------------------------------------------------------------- *
6 * *
7 * This program is free software: you can redistribute it and/or modify *
8 * it under the terms of the GNU General Public License as published by *
9 * the Free Software Foundation, either version 3 of the License, or *
10 * (at your option) any later version. *
11 * *
12 * This program is distributed in the hope that it will be useful, *
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
15 * GNU General Public License for more details. *
16 * *
17 * You should have received a copy of the GNU General Public License *
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. *
19 * *
20 ***************************************************************************/
21/**
22 * @file GSPILib.hpp
23 * @brief Collection of INTEGRAL/SPI header files
24 * @author Juergen Knoedlseder
25 */
26
27#ifndef GSPILIB_HPP
28#define GSPILIB_HPP
29
30/* __ Includes ___________________________________________________________ */
31#include "GammaLib.hpp"
32
33/* __ INTEGRAL/SPI specific headers ___________________________________________ */
34#include "GSPIEventBin.hpp"
35#include "GSPIEventCube.hpp"
36#include "GSPIInstDir.hpp"
38#include "GSPIObservation.hpp"
39#include "GSPIResponse.hpp"
40#include "GSPITools.hpp"
41
42#endif /* GSPILIB_HPP */
INTEGRAL/SPI event bin class definition.
INTEGRAL/SPI event bin container class definition.
INTEGRAL/SPI instrument direction class definition.
INTEGRAL/SPI data space model interface definition.
INTEGRAL/SPI observation class definition.
INTEGRAL/SPI instrument response function class definition.
Definition of INTEGRAL/SPI tools.
GammaLib definitions.