LAL  7.5.0.1-08ee4f4
DetectorSite.h
Go to the documentation of this file.
1 /*
2 * Copyright (C) 2007 Jolien Creighton, John Whelan
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with with program; see the file COPYING. If not, write to the
16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 * MA 02110-1301 USA
18 */
19 
20 /*
21  * author John T. Whelan
22  * date 2007
23  * Dummy header file which includes LALDetectors.h for backwards compatibility
24  *
25  */
26 
27 #ifndef _DETECTORSITE_H
28 #define _DETECTORSITE_H
29 
30 #include <lal/LALDetectors.h>
31 
32 /* C++ protection. */
33 #ifdef __cplusplus
34 extern "C" {
35 #endif
36 
37 /* Legacy code: should now use data in LALDetectors.h */
38 enum
39 {
52 };
53 
54 #ifdef __cplusplus
55 }
56 #endif
57 
58 #endif /* _DETECTORSITE_H */
@ LALDetectorIndexE1DIFF
Definition: DetectorSite.h:46
@ LALDetectorIndexE2DIFF
Definition: DetectorSite.h:47
@ LALDetectorIndexE3DIFF
Definition: DetectorSite.h:48
@ LALDetectorIndexLLODIFF
Definition: DetectorSite.h:41
@ LALDetectorIndexGEO600DIFF
Definition: DetectorSite.h:43
@ LALDetectorIndexKAGRADIFF
Definition: DetectorSite.h:49
@ LALDetectorIndexTAMA300DIFF
Definition: DetectorSite.h:44
@ LALDetectorIndexVIRGODIFF
Definition: DetectorSite.h:42
@ LALDetectorIndexCIT40DIFF
Definition: DetectorSite.h:45
@ LALNumCachedDetectors
Definition: DetectorSite.h:51
@ LALDetectorIndexLHODIFF
Definition: DetectorSite.h:40
@ LALDetectorIndexLIODIFF
Definition: DetectorSite.h:50
@ LAL_TAMA_300_DETECTOR
Definition: LALDetectors.h:169
@ LAL_NUM_DETECTORS
Definition: LALDetectors.h:189
@ LAL_LLO_4K_DETECTOR
Definition: LALDetectors.h:175
@ LAL_VIRGO_DETECTOR
Definition: LALDetectors.h:171
@ LAL_LIO_4K_DETECTOR
Definition: LALDetectors.h:184
@ LAL_ET2_DETECTOR
Definition: LALDetectors.h:186
@ LAL_KAGRA_DETECTOR
Definition: LALDetectors.h:183
@ LAL_CIT_40_DETECTOR
Definition: LALDetectors.h:176
@ LAL_ET1_DETECTOR
Definition: LALDetectors.h:185
@ LAL_ET3_DETECTOR
Definition: LALDetectors.h:187
@ LAL_GEO_600_DETECTOR
Definition: LALDetectors.h:172
@ LAL_LHO_4K_DETECTOR
Definition: LALDetectors.h:174