GammaLib  2.1.0.dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GLATLib.hpp
Go to the documentation of this file.
1 /***************************************************************************
2  * GLATLib.hpp - Fermi/LAT Support Header files *
3  * ----------------------------------------------------------------------- *
4  * copyright (C) 2010-2021 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 GLATLib.hpp
23  * @brief Fermi/LAT headers
24  * @author Juergen Knoedlseder
25  */
26 
27 #ifndef GLATLIB_HPP
28 #define GLATLIB_HPP
29 
30 /* __ Includes ___________________________________________________________ */
31 #include "GammaLib.hpp"
32 
33 /* __ Fermi/LAT specific headers _________________________________________ */
34 #include "GLATAeff.hpp"
35 #include "GLATEdisp.hpp"
36 #include "GLATEfficiency.hpp"
37 #include "GLATEventAtom.hpp"
38 #include "GLATEventBin.hpp"
39 #include "GLATEventCube.hpp"
40 #include "GLATEventList.hpp"
41 #include "GLATInstDir.hpp"
42 #include "GLATLtCube.hpp"
43 #include "GLATLtCubeMap.hpp"
44 #include "GLATMeanPsf.hpp"
45 #include "GLATObservation.hpp"
46 #include "GLATPsf.hpp"
47 #include "GLATPsfBase.hpp"
48 #include "GLATPsfV1.hpp"
49 #include "GLATPsfV3.hpp"
50 #include "GLATResponse.hpp"
51 #include "GLATResponseTable.hpp"
52 #include "GLATRoi.hpp"
53 
54 #endif /* GLATLIB_HPP */
Fermi/LAT observation class definition.
Fermi/LAT point spread function version 1 class definition.
Fermi-LAT response table class definition.
Fermi/LAT region of interest class definition.
Fermi/LAT IRF efficiency factor functor class definition.
Fermi/LAT point spread function version 3 class definition.
Fermi/LAT event bin class interface definition.
Fermi/LAT livetime cube class definition.
Fermi/LAT event cube class definition.
Fermi LAT energy dispersion class definition.
Fermi LAT point spread function class definition.
Fermi/LAT mean PSF class definition.
Fermi/LAT event atom class definition.
GammaLib definitions.
Fermi LAT livetime cube map class definition.
Fermi/LAT event list class definition.
Abstract Fermi/LAT point spread function base class definition.
Fermi/LAT instrument direction class definition.
Fermi LAT Response class definition.
Fermi LAT effective area class definition.