Findlet for rejecting wrong SpacePointTrackCands and for removing bad hits.
More...
#include <TrackCandidateResultRefiner.h>
|
using | IOTypes = std::tuple< AIOTypes... > |
| Types that should be served to apply on invokation.
|
|
using | IOVectors = std::tuple< std::vector< AIOTypes >... > |
| Vector types that should be served to apply on invokation.
|
|
|
| TrackCandidateResultRefiner () |
| Find intercepts in the 2D Hough space.
|
|
| ~TrackCandidateResultRefiner () |
| Default destructor.
|
|
void | exposeParameters (ModuleParamList *moduleParamList, const std::string &prefix) override |
| Expose the parameters of the sub findlets.
|
|
void | initialize () override |
| Create the store arrays.
|
|
void | beginRun () override |
| End run and write Root file.
|
|
void | apply (std::vector< SpacePointTrackCand > &unrefinedResults, std::vector< SpacePointTrackCand > &refinedResults) override |
| Reject bad SpacePointTrackCands and bad hits inside the remaining.
|
|
virtual std::string | getDescription () |
| Brief description of the purpose of the concret findlet.
|
|
virtual void | apply (ToVector< AIOTypes > &... ioVectors)=0 |
| Main function executing the algorithm.
|
|
void | beginEvent () override |
| Receive and dispatch signal for the start of a new event.
|
|
void | endRun () override |
| Receive and dispatch signal for the end of the run.
|
|
void | terminate () override |
| Receive and dispatch Signal for termination of the event processing.
|
|
|
using | ToVector = typename ToVectorImpl< T >::Type |
| Short hand for ToRangeImpl.
|
|
Findlet for rejecting wrong SpacePointTrackCands and for removing bad hits.
Definition at line 29 of file TrackCandidateResultRefiner.h.
◆ m_EstimationMethod
std::string m_EstimationMethod = "tripletFit" |
|
private |
Identifier which estimation method to use.
Valid identifiers are: mcInfo, circleFit, tripletFit, helixFit
Definition at line 55 of file TrackCandidateResultRefiner.h.
The documentation for this class was generated from the following files: