|
ant
A2 ant: class-based analysis framework
|
#include <MultiHitReference.h>
Inheritance diagram for ant::calibration::converter::MultiHitReference< T >:
Collaboration diagram for ant::calibration::converter::MultiHitReference< T >:Public Member Functions | |
| MultiHitReference (const LogicalChannel_t &referenceChannel, double gain) | |
| virtual std::vector< double > | Convert (const std::vector< uint8_t > &rawData) const override |
| virtual void | ApplyTo (const readhits_t &hits) override |
Public Member Functions inherited from ant::Calibration::Converter | |
| virtual | ~Converter ()=default |
Public Member Functions inherited from ant::ReconstructHook::Base | |
| virtual | ~Base ()=default |
Protected Attributes | |
| const LogicalChannel_t | ReferenceChannel |
| std::vector< T > | ReferenceHits |
| const double | Gain |
Additional Inherited Members | |
Public Types inherited from ant::Calibration::Converter | |
| using | ptr_t = std::shared_ptr< const Converter > |
Public Types inherited from ant::ReconstructHook::Base | |
| 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 > |
Static Protected Member Functions inherited from ant::calibration::converter::MultiHit< T > | |
| template<typename U = T> | |
| static std::vector< U > | ConvertRaw (const std::vector< std::uint8_t > &rawData) |
|
inline |
|
inlineoverridevirtual |
Implements ant::ReconstructHook::DetectorReadHits.
|
inlineoverridevirtual |
Reimplemented from ant::calibration::converter::MultiHit< T >.
Reimplemented in ant::calibration::converter::CATCH_TDC.
|
protected |
|
protected |
|
protected |