Lossfx Module ============= C++ implementation of lossfx functionality. File Location ~~~~~~~~~~~~~ * **Base Path**: ``src/AnalysisG/modules/lossfx/`` * **C++ Files**: ``src/AnalysisG/modules/lossfx/cxx/*.cxx`` * **Headers**: ``src/AnalysisG/modules/lossfx/include/**/*.h`` Description ----------- This module provides low-level C++ implementations for lossfx operations. Implementation Details ---------------------- This is a complex technical component with: * Private member variables * Advanced C++ features (templates, SFINAE, etc.) * Performance-critical code * Direct memory management For user-facing APIs, see the corresponding high-level interfaces. See Also -------- * :doc:`overview`: Modules package overview * :doc:`../technical/cpp_api`: C++ API reference