Belle II Software  release-08-01-10
RecoTrackStorer Class Referenceabstract

Store RecoTracks into StoreArray. More...

#include <RecoTrackStorer.h>

Inheritance diagram for RecoTrackStorer:
Collaboration diagram for RecoTrackStorer:

Public Types

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.
 

Public Member Functions

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

Protected Types

using ToVector = typename ToVectorImpl< T >::Type
 Short hand for ToRangeImpl.
 

Protected Member Functions

void addProcessingSignalListener (ProcessingSignalListener *psl)
 Register a processing signal listener to be notified.
 
int getNProcessingSignalListener ()
 Get the number of currently registered listeners.
 

Private Types

using Super = TrackFindingCDC::Findlet< SpacePointTrackCand, const SpacePoint *const >
 Parent class.
 

Private Attributes

std::string m_RecoTracksStoreArrayName = "SVDHoughRecoTracks"
 StoreArray name of the output Track StoreArray.
 
std::string m_SVDClustersStoreArrayName = "SVDClusters"
 StoreArray name of the SVDCluster StoreArray.
 
std::string m_SVDSpacePointTrackCandsStoreArrayName = "SVDHoughSpacePointTrackCands"
 StoreArray name of the SpacePointTrackCandidate StoreArray.
 
StoreArray< RecoTrackm_storeRecoTracks
 Output RecoTracks Store Array.
 
StoreArray< SpacePointTrackCandm_storeSpacePointTrackCands
 Output SpacePointTrackCand Store Array.
 
std::set< const SVDCluster * > m_usedClusters
 Store the used clusters in the results.
 
std::set< const SpacePoint * > m_usedSpacePoints
 Store the used space points in the results.
 
std::unique_ptr< QualityEstimatorBasem_estimator
 pointer to the selected QualityEstimator
 
std::string m_MCRecoTracksStoreArrayName = "MCRecoTracks"
 sets the name of the expected StoreArray containing MCRecoTracks. Only required for MCInfo method
 
bool m_MCStrictQualityEstimator = true
 Only required for MCInfo method.
 
std::string m_EstimationMethod = "helixFit"
 Identifier which estimation method to use. More...
 
std::vector< ProcessingSignalListener * > m_subordinaryProcessingSignalListeners
 References to subordinary signal processing listener contained in this findlet.
 
bool m_initialized = false
 Flag to keep track whether initialization happend before.
 
bool m_terminated = false
 Flag to keep track whether termination happend before.
 
std::string m_initializedAs
 Name of the type during initialisation.
 

Detailed Description

Store RecoTracks into StoreArray.

Definition at line 32 of file RecoTrackStorer.h.

Member Data Documentation

◆ m_EstimationMethod

std::string m_EstimationMethod = "helixFit"
private

Identifier which estimation method to use.

Valid identifiers are: mcInfo, circleFit, tripletFit, helixFit

Definition at line 86 of file RecoTrackStorer.h.


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