1+ // Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2+ // See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3+ // All rights not expressly granted are reserved.
4+ //
5+ // This software is distributed under the terms of the GNU General Public
6+ // License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7+ //
8+ // In applying this license CERN does not waive the privileges and immunities
9+ // granted to it by virtue of its status as an Intergovernmental Organization
10+ // or submit itself to any jurisdiction.
11+
12+ /**
13+ * @defgroup DetectorFOCAL FOCAL
14+ * @brief FOCAL simulation and reconstruction
15+ *
16+ * See \ref refDetectorsFOCAL for more information
17+ */
18+
19+ /**
20+ * @defgroup FOCALbase FOCAL base
21+ * @brief Main FOCAL components
22+ * @ingroup DetectorFOCAL
23+ *
24+ * Main FOCAL components used in various libraries
25+ * - Geometry
26+ * - Mapping
27+ * - Basic data types not part of the FOCAL format
28+ */
29+
30+ /**
31+ * @defgroup FOCALcalibration FOCAL calibration
32+ * @brief FOCAL calibration objects
33+ * @ingroup DetectorFOCAL
34+ *
35+ * FOCAL calibration objects
36+ */
37+
38+ /**
39+ * @defgroup FOCALcalib FOCAL calib
40+ * @brief FOCAL bad channel calibration
41+ * @ingroup DetectorFOCAL
42+ *
43+ * FOCAL calibrators and calibration workflows
44+ *
45+ */
46+
47+ /**
48+ * @defgroup FOCALsimulation FOCAL simulation
49+ * @brief FOCAL simulation code
50+ * @ingroup DetectorFOCAL
51+ *
52+ * FOCAL simulation package. See \ref refFOCALsimulation
53+ * for more information
54+ */
55+
56+ /**
57+ * @defgroup FOCALreconstruction FOCAL reconstruction
58+ * @brief FOCAL reconstruction code
59+ * @ingroup DetectorFOCAL
60+ *
61+ * FOCAL reconstruction package. See \ref refFOCALreconstruction
62+ * for more information
63+ */
64+
65+ /**
66+ * @defgroup FOCALworkflow FOCAL workflow
67+ * @brief FOCAL reconstruction workflow
68+ * @ingroup DetectorFOCAL
69+ *
70+ * FOCAL reconstruction workflow package. See \ref refFOCALworkflow
71+ * for more information.
72+ */
0 commit comments