|
ant
A2 ant: class-based analysis framework
|
The Base struct just defines some useful types. More...
#include <Reconstruct_traits.h>
Inheritance diagram for ant::ReconstructHook::Base:Public Types | |
| using | readhits_t = std_ext::mapped_vectors< Detector_t::Type_t, std::reference_wrapper< TDetectorReadHit > > |
| using | clusterhits_t = std::map< Detector_t::Type_t, TClusterHitList > |
| using | clusters_t = std::map< Detector_t::Type_t, TClusterList > |
Public Member Functions | |
| virtual | ~Base ()=default |
The Base struct just defines some useful types.
| using ant::ReconstructHook::Base::clusterhits_t = std::map< Detector_t::Type_t, TClusterHitList > |
| using ant::ReconstructHook::Base::clusters_t = std::map< Detector_t::Type_t, TClusterList > |
| using ant::ReconstructHook::Base::readhits_t = std_ext::mapped_vectors< Detector_t::Type_t, std::reference_wrapper<TDetectorReadHit> > |
|
virtualdefault |