![]() |
Belle II Software development
|
Findlet for tagging all space points in the results vector as used. More...
#include <SpacePointTagger.dcl.h>
Public Types | |
| using | IOTypes |
| Types that should be served to apply on invocation. | |
| using | IOTypes |
| Types that should be served to apply on invocation. | |
| using | IOVectors |
| Vector types that should be served to apply on invocation. | |
| using | IOVectors |
| Vector types that should be served to apply on invocation. | |
Public Member Functions | |
| void | beginEvent () override |
| Clear the used clusters. | |
| void | exposeParameters (ModuleParamList *moduleParamList, const std::string &prefix) override |
| Expose the parameters of the findlet. | |
| void | apply (const std::vector< AResult > &results, const std::vector< const SpacePoint * > &spacePoints) override |
| Mark all space points as used, that they share clusters if the given kind with the results. | |
| virtual std::string | getDescription () |
| Brief description of the purpose of the concrete findlet. | |
| virtual std::string | getDescription () |
| Brief description of the purpose of the concrete findlet. | |
| virtual void | apply (ToVector< AIOTypes > &... ioVectors)=0 |
| Main function executing the algorithm. | |
| void | initialize () override |
| Receive and dispatch signal before the start of the event processing. | |
| void | beginRun () override |
| Receive and dispatch signal for the beginning of a new run. | |
| 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 |
| Short hand for ToRangeImpl. | |
| using | ToVector |
| 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<const AResult, const SpacePoint* const> |
| The parent class. | |
Private Attributes | |
| std::set< const ACluster * > | m_usedClusters |
| Store the used clusters in the results. | |
| std::set< const SpacePoint * > | m_usedSpacePoints |
| Store the used space points in the results. | |
| bool | m_param_singleClusterLevel = true |
| Parameter: Mark SP as used, if the share a single cluster with the results, or if they share a whole SP. | |
| bool | m_param_markUsedSpacePoints = true |
| Parameter: Mark used space points as assigned. | |
| std::vector< ProcessingSignalListener * > | m_subordinaryProcessingSignalListeners |
| References to subordinary signal processing listener contained in this findlet. | |
| bool | m_initialized |
| Flag to keep track whether initialization happened before. | |
| bool | m_terminated |
| Flag to keep track whether termination happened before. | |
| std::string | m_initializedAs |
| Name of the type during initialisation. | |
Findlet for tagging all space points in the results vector as used.
Definition at line 26 of file SpacePointTagger.dcl.h.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
private |
The parent class.
Definition at line 28 of file SpacePointTagger.dcl.h.
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
Register a processing signal listener to be notified.
Definition at line 53 of file CompositeProcessingSignalListener.cc.
|
overrideinherited |
Receive and dispatch signal for the beginning of a new run.
Definition at line 33 of file CompositeProcessingSignalListener.cc.
|
overrideinherited |
Receive and dispatch signal for the end of the run.
Definition at line 39 of file CompositeProcessingSignalListener.cc.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
protectedinherited |
Get the number of currently registered listeners.
Definition at line 56 of file CompositeProcessingSignalListener.cc.
|
overrideinherited |
Receive and dispatch signal before the start of the event processing.
Definition at line 30 of file CompositeProcessingSignalListener.cc.
|
overrideinherited |
Receive and dispatch Signal for termination of the event processing.
Definition at line 42 of file CompositeProcessingSignalListener.cc.
|
privateinherited |
Flag to keep track whether initialization happened before.
Definition at line 52 of file ProcessingSignalListener.h.
|
privateinherited |
Name of the type during initialisation.
Definition at line 58 of file ProcessingSignalListener.h.
|
private |
Parameter: Mark used space points as assigned.
Definition at line 52 of file SpacePointTagger.dcl.h.
|
private |
Parameter: Mark SP as used, if the share a single cluster with the results, or if they share a whole SP.
Definition at line 50 of file SpacePointTagger.dcl.h.
|
privateinherited |
References to subordinary signal processing listener contained in this findlet.
Definition at line 60 of file CompositeProcessingSignalListener.h.
|
privateinherited |
Flag to keep track whether termination happened before.
Definition at line 55 of file ProcessingSignalListener.h.
|
private |
Store the used clusters in the results.
Definition at line 44 of file SpacePointTagger.dcl.h.
|
private |
Store the used space points in the results.
Definition at line 46 of file SpacePointTagger.dcl.h.