ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
AtDetectorList.h
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3  * *
4  * This software is distributed under the terms of the *
5  * GNU Lesser General Public Licence version 3 (LGPL) version 3, *
6  * copied verbatim in the file "LICENSE" *
7  ********************************************************************************/
8 
9 // -------------------------------------------------------------------------
10 // ----- AtDetectorList header file -----
11 // ----- M. Al-Turany June 2014 -----
12 // -------------------------------------------------------------------------
13 
17 #ifndef AtDetectorList_H
18 #define AtDetectorList_H 1
19 // kSTOPHERE is needed for iteration over the enum. All detectors have to be put before.
20 enum DetectorId {
21  kAtTpc,
22  kAtSiArray,
23  kAtApollo,
24  kAtSeGA,
25  kSTOPHERE,
26 };
27 
28 #endif
DetectorId
DetectorId
Definition: AtDetectorList.h:20
kSTOPHERE
@ kSTOPHERE
Definition: AtDetectorList.h:31
kAtApollo
@ kAtApollo
Definition: AtDetectorList.h:29
kAtSiArray
@ kAtSiArray
Definition: AtDetectorList.h:28
kAtSeGA
@ kAtSeGA
Definition: AtDetectorList.h:30
kAtTpc
@ kAtTpc
Definition: AtDetectorList.h:27