-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathPackageGroups.dox
More file actions
32 lines (25 loc) · 977 Bytes
/
PackageGroups.dox
File metadata and controls
32 lines (25 loc) · 977 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/**
* \file PackageGroups.dox
* \brief Central definitions for Doxygen groups used across JAPAN-MOLLER
*/
/** \defgroup QwAnalysis QwAnalysis
* Core analysis framework utilities and base classes.
*/
/** \defgroup QwAnalysis_ADC ADC channels and digitizers
* Data acquisition channels, ADC front-ends, and related helpers.
*/
/** \defgroup QwAnalysis_BL Beam line instrumentation
* Beam-line devices (BCM, BPM, raster, QPD, clocks) and helpers.
*/
/** \defgroup QwAnalysis_BeamLine Beam line subsystem helper classes
* Abstract bases (VQw*) and shared logic for beam-line subsystems.
*/
/** \defgroup QwTracking Tracking and PMT-related elements
* PMT channels, tracking-related data elements, and utilities.
*/
/** \defgroup QwThreadSafe Thread-safety utilities
* Classes providing thread-safe ROOT interfaces and helpers.
*/
/** \defgroup QwMoller MOLLER detector and related analysis
* MOLLER-specific detector classes and analysis modules.
*/