ant
A2 ant: class-based analysis framework
ant::ReconstructHook::Clusters Struct Referenceabstract

The Clusters struct instances are applied before candidate matching and after clustering. More...

#include <Reconstruct_traits.h>

+ Inheritance diagram for ant::ReconstructHook::Clusters:
+ Collaboration diagram for ant::ReconstructHook::Clusters:

Public Member Functions

virtual void ApplyTo (clusters_t &clusters)=0
 
- Public Member Functions inherited from ant::ReconstructHook::Base
virtual ~Base ()=default
 

Additional Inherited Members

- 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 >
 

Detailed Description

The Clusters struct instances are applied before candidate matching and after clustering.

Member Function Documentation

◆ ApplyTo()

virtual void ant::ReconstructHook::Clusters::ApplyTo ( clusters_t clusters)
pure virtual

The documentation for this struct was generated from the following file: