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

#include <ChargedCandidateMaker.h>

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

Public Member Functions

 ChargedCandidateMaker (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 which takes a collection of track-cluster matches and converts them into charged-particle candidates, one for each track.

Constructor & Destructor Documentation

◆ ChargedCandidateMaker()

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

! Algorithm constructor

Member Function Documentation

◆ process()

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

Construct a candidate charged particle via the following algorithm.

  1. Build map of tracks onto vectors of their matched clusters
  2. For each track, create a Reconstructed Particle with track and cluster relations filled

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