EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
Public Member Functions | List of all members
eicrecon::TrackProtoClusterMatchPromoter Class Reference

#include <TrackProtoClusterMatchPromoter.h>

Inheritance diagram for eicrecon::TrackProtoClusterMatchPromoter:
Inheritance graph
[legend]
Collaboration diagram for eicrecon::TrackProtoClusterMatchPromoter:
Collaboration graph
[legend]

Public Member Functions

 TrackProtoClusterMatchPromoter (std::string_view name)
 ! Algorithm constructor
 
void process (const Input &, const Output &) const final
 
- Public Member Functions inherited from eicrecon::WithPodConfig< NoConfig >
NoConfiggetConfig ()
 Get a configuration to be changed.
 
NoConfigapplyConfig (NoConfig cfg)
 Sets a configuration (config is properly copyible)
 

Additional Inherited Members

- Public Types inherited from eicrecon::WithPodConfig< NoConfig >
using ConfigType = NoConfig
 
- Protected Attributes inherited from eicrecon::WithPodConfig< NoConfig >
NoConfig m_cfg
 

Detailed Description

An algorithm to promote track-protocluster matches to track-cluster matches. Assumes input cluster, protocluster collections are 1-to-1.

Constructor & Destructor Documentation

◆ TrackProtoClusterMatchPromoter()

eicrecon::TrackProtoClusterMatchPromoter::TrackProtoClusterMatchPromoter ( std::string_view  name)
inline

! Algorithm constructor

Member Function Documentation

◆ process()

void eicrecon::TrackProtoClusterMatchPromoter::process ( const Input &  ,
const Output &   
) const
final

For each track-protocluster match, create a corresponding track-cluster match.

Note
Input protocluster and cluster collections are assumed to be 1-to-1, i.e. that the Nth cluster was reconstructed from the Nth protocluster.

The documentation for this class was generated from the following files: