Store RecoTracks into StoreArray.
More...
#include <RecoTrackStorer.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.
|
|
|
| RecoTrackStorer () |
| Constructor.
|
|
| ~RecoTrackStorer () |
| 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 |
| Begin run.
|
|
void | beginEvent () override |
| Reset internal vectors.
|
|
void | apply (const std::vector< SpacePointTrackCand > &finishedResults, const std::vector< const SpacePoint * > &spacePoints) override |
| Store the finishey SpacePointTrackCands into RecoTracks and tag the SpacePoints.
|
|
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 | 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.
|
|
Store RecoTracks into StoreArray.
Definition at line 32 of file RecoTrackStorer.h.
◆ m_param_EstimationMethod
std::string m_param_EstimationMethod = "helixFit" |
|
private |
Identifier which estimation method to use.
Valid identifiers are: mcInfo, circleFit, tripletFit, helixFit
Definition at line 81 of file RecoTrackStorer.h.
The documentation for this class was generated from the following files: