Warning, /juggler/doc/page.dox is written in an unsupported language. File is not indexed.
0001
0002 /**
0003 * \defgroup base Base
0004 * \brief Base support library.
0005 */
0006
0007 /**
0008 * \defgroup algorithms Algorithms
0009 * \brief Algorithm categories.
0010 */
0011
0012 /**
0013 * \defgroup services Services
0014 * \brief Juggler global services
0015 *
0016 * \addtogroup services
0017 */
0018 //@{
0019
0020 /**
0021 * \defgroup geosvc Geometry Service
0022 * \brief Global geometry service
0023 *
0024 * \defgroup datasvc Data Services
0025 * \brief Data services for using edm4eic/podio
0026 *
0027 */
0028
0029 //@}
0030
0031
0032 /**
0033 * \addtogroup algorithms
0034 */
0035 //@{
0036 /**
0037 * \defgroup digi Digitization
0038 * \brief Digitization turns simulation into realistic hits
0039 *
0040 * \defgroup reco Reconstruction
0041 * \brief Reconstruction takes digized hits into hits more information from geometry/calibration/alignment
0042 *
0043 * \defgroup tracking Tracking
0044 * \brief Tracking algorithms to find and fit tracker data
0045 *
0046 * \defgroup clustering Clustering
0047 * \brief Generic and detector-specific clustering algorithms
0048 *
0049 * \defgroup pid Particle Identification
0050 * \brief Determine the particle ID for final reconstruction
0051 */
0052 //@}
0053
0054
0055
0056