![]() |
Belle II Software development
|
Findlet for performing the DATCON ROI calculation close to the implementation on FPGA. More...
#include <DATCONFPGAFindlet.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 | |
| DATCONFPGAFindlet () | |
| Constructor for adding the subfindlets. | |
| ~DATCONFPGAFindlet () | |
| Default destructor. | |
| void | exposeParameters (ModuleParamList *moduleParamList, const std::string &prefix) override |
| Expose the parameters of the sub findlets. | |
| void | apply () override |
| Function to call all the sub-findlets. | |
| void | beginEvent () override |
| Clear the object pools. | |
| 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<> |
| Parent class. | |
Private Attributes | |
| SVDShaperDigitConverter | m_digitConverter |
| Findlets: Convert SVDShaperDigits into DATCONSVDDigits. | |
| DATCONSVDClusterizer | m_uClusterizer |
| Cluster u-side strips. | |
| DATCONSVDClusterizer | m_vClusterizer |
| Cluster v-side strips. | |
| DATCONSVDClusterLoaderAndPreparer | m_clusterLoaderAndPreparer |
| Load DATCON SVDCluster (still the class is just a SVDCluster) created by the DATCONSVDClusterizer and calculate the quantities used in the Hough Trafo (intercept finding) | |
| FastInterceptFinder2DFPGA | m_uInterceptFinder |
| Hough Space intercept finding for u-side. | |
| FastInterceptFinder2DFPGA | m_vInterceptFinder |
| Hough Space intercept finding for v-side. | |
| ToPXDExtrapolator | m_toPXDExtrapolator |
| Extrapolate found tracks to PXD sensors. | |
| ROICalculator | m_ROICalculator |
| Calculate and store ROIs. | |
| std::vector< DATCONSVDDigit > | m_uDigits |
| vector containing u-side DATCONSVDDigits only | |
| std::vector< DATCONSVDDigit > | m_vDigits |
| vector containing v-side DATCONSVDDigits only | |
| std::vector< SVDCluster > | m_uClusters |
| vector containing u-side SVDClusters only | |
| std::vector< SVDCluster > | m_vClusters |
| vector containing v-side SVDClusters only | |
| std::vector< std::pair< VxdID, std::pair< long, long > > > | m_uHits |
| vector containing the prepared u-side hits for intercept finding | |
| std::vector< std::pair< VxdID, std::pair< long, long > > > | m_vHits |
| vector containing the prepared v-side hits for intercept finding | |
| std::vector< std::pair< double, double > > | m_uTracks |
| u-side "tracks" from intercept finding, consisting of the x-y pair from the intercept in the 2D Hough Space | |
| std::vector< std::pair< double, double > > | m_vTracks |
| v-side "tracks" from intercept finding, consisting of the x-y pair from the intercept in the 2D Hough Space | |
| std::vector< std::pair< VxdID, long > > | m_uExtrapolations |
| Extrapolated hits in u direction. | |
| std::vector< std::pair< VxdID, long > > | m_vExtrapolations |
| Extrapolated hits in v direction. | |
| 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 performing the DATCON ROI calculation close to the implementation on FPGA.
Definition at line 35 of file DATCONFPGAFindlet.h.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
private |
Parent class.
Definition at line 37 of file DATCONFPGAFindlet.h.
|
protectedinherited |
|
protectedinherited |
Constructor for adding the subfindlets.
Definition at line 18 of file DATCONFPGAFindlet.cc.
|
protectedinherited |
Register a processing signal listener to be notified.
Definition at line 53 of file CompositeProcessingSignalListener.cc.
|
override |
Function to call all the sub-findlets.
Definition at line 64 of file DATCONFPGAFindlet.cc.
|
overridevirtual |
Clear the object pools.
Reimplemented from CompositeProcessingSignalListener.
Definition at line 47 of file DATCONFPGAFindlet.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.
|
overridevirtual |
Expose the parameters of the sub findlets.
Reimplemented from CompositeProcessingSignalListener.
Definition at line 30 of file DATCONFPGAFindlet.cc.
|
inlinevirtualinherited |
Brief description of the purpose of the concrete findlet.
Reimplemented in CosmicsTrackMergerFindlet, FindletStoreArrayInput< TWrappedFindlet >, TrackFinder, TrackFinderAutomaton, and TrackFinderCosmics.
Definition at line 60 of file Findlet.h.
|
inlinevirtualinherited |
Brief description of the purpose of the concrete findlet.
Reimplemented in CosmicsTrackMergerFindlet, FindletStoreArrayInput< TWrappedFindlet >, TrackFinder, TrackFinderAutomaton, and TrackFinderCosmics.
Definition at line 60 of file Findlet.h.
|
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.
|
private |
Load DATCON SVDCluster (still the class is just a SVDCluster) created by the DATCONSVDClusterizer and calculate the quantities used in the Hough Trafo (intercept finding)
Definition at line 67 of file DATCONFPGAFindlet.h.
|
private |
Findlets: Convert SVDShaperDigits into DATCONSVDDigits.
Definition at line 58 of file DATCONFPGAFindlet.h.
|
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 |
Calculate and store ROIs.
Definition at line 78 of file DATCONFPGAFindlet.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 |
Extrapolate found tracks to PXD sensors.
Definition at line 75 of file DATCONFPGAFindlet.h.
|
private |
Cluster u-side strips.
Definition at line 61 of file DATCONFPGAFindlet.h.
|
private |
vector containing u-side SVDClusters only
Definition at line 88 of file DATCONFPGAFindlet.h.
|
private |
vector containing u-side DATCONSVDDigits only
Definition at line 83 of file DATCONFPGAFindlet.h.
|
private |
Extrapolated hits in u direction.
Definition at line 105 of file DATCONFPGAFindlet.h.
|
private |
vector containing the prepared u-side hits for intercept finding
Definition at line 93 of file DATCONFPGAFindlet.h.
|
private |
Hough Space intercept finding for u-side.
Definition at line 70 of file DATCONFPGAFindlet.h.
|
private |
u-side "tracks" from intercept finding, consisting of the x-y pair from the intercept in the 2D Hough Space
Definition at line 99 of file DATCONFPGAFindlet.h.
|
private |
Cluster v-side strips.
Definition at line 63 of file DATCONFPGAFindlet.h.
|
private |
vector containing v-side SVDClusters only
Definition at line 90 of file DATCONFPGAFindlet.h.
|
private |
vector containing v-side DATCONSVDDigits only
Definition at line 85 of file DATCONFPGAFindlet.h.
|
private |
Extrapolated hits in v direction.
Definition at line 107 of file DATCONFPGAFindlet.h.
|
private |
vector containing the prepared v-side hits for intercept finding
Definition at line 95 of file DATCONFPGAFindlet.h.
|
private |
Hough Space intercept finding for v-side.
Definition at line 72 of file DATCONFPGAFindlet.h.
|
private |
v-side "tracks" from intercept finding, consisting of the x-y pair from the intercept in the 2D Hough Space
Definition at line 102 of file DATCONFPGAFindlet.h.