Belle II Software development
|
Base filter for CKF PXD states. More...
#include <LayerPXDRelationFilter.dcl.h>
Public Types | |
using | Object = AObject |
Type of the object to be analysed. | |
using | Interface = Filter< AObject > |
Mark this class as the basic interface. | |
Public Member Functions | |
LayerPXDRelationFilter () | |
Add the filter as listener. | |
~LayerPXDRelationFilter () | |
Default destructor. | |
std::vector< CKFToPXDState * > | getPossibleTos (CKFToPXDState *from, const std::vector< CKFToPXDState * > &states) const override |
Return all states the given state is possible related to. | |
void | exposeParameters (ModuleParamList *moduleParamList, const std::string &prefix) override |
Expose the parameters of the filter. | |
TrackFindingCDC::Weight | operator() (const CKFToPXDState &from, const CKFToPXDState &to) override |
Give a final weight to the possibilities by asking the filter. | |
void | initialize () override |
Receive signal before the start of the event processing. | |
void | beginRun () override |
Receive signal for the beginning of a new run. | |
virtual std::vector< CKFToPXDState * > | getPossibleTos (CKFToPXDState *from, const std::vector< CKFToPXDState * > &objects) const |
Selects the objects possibly related to the given one from the given pool of objects. | |
virtual Weight | operator() (const CKFToPXDState &from, const CKFToPXDState &to) |
Main filter method returning the weight of the neighborhood relation. | |
virtual std::vector< float > | operator() (const std::vector< Relation< CKFToPXDState > * > &objs) override |
Filter over a vector of relations. | |
Weight | operator() (const Relation< CKFToPXDState > &relation) override |
Main filter method overriding the filter interface method. | |
virtual Weight | operator() (const Object &obj) |
Function to evaluate the object. | |
Weight | operator() (const Object *obj) |
Function to evaluate the object. | |
virtual std::vector< float > | operator() (const std::vector< Object * > &objs) |
Function to evaluate a vector of objects Base implementation applies the function to each object. | |
virtual bool | needsTruthInformation () |
Indicates if the filter requires Monte Carlo information. | |
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. | |
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::RelationFilter< CKFToPXDState > |
The parent class. | |
Private Attributes | |
int | m_param_hitJumping = 0 |
Parameter: Make it possible to jump over N layers (if set to -1, read from DB). | |
int | m_layerJumpLowPt = m_param_hitJumping |
This are values that are actually used ('m_param_hitJumping==-1' means parameter is read from DB). | |
int | m_layerJumpHighPt = m_param_hitJumping |
This are values that are actually used ('m_param_hitJumping==-1' means parameter is read from DB). | |
double | m_layerJumpPtThreshold = -1 |
This are values that are actually used ('m_param_hitJumping==-1' means parameter is read from DB). | |
AFilter | m_filter |
Filter for rejecting the states. | |
APrefilter | m_prefilter |
Loose pre-filter to reject possibleTos. | |
std::string | m_prefix = "" |
Used to get correct payload. | |
std::unique_ptr< DBObjPtr< CKFParameters > > | m_ckfParameters |
LayerJump parameter can be read from DB (use pointer as payload name contains 'prefix') | |
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 happened before. | |
bool | m_terminated = false |
Flag to keep track whether termination happened before. | |
std::string | m_initializedAs |
Name of the type during initialisation. | |
Base filter for CKF PXD states.
Definition at line 22 of file LayerPXDRelationFilter.dcl.h.
Mark this class as the basic interface.
Definition at line 38 of file Filter.dcl.h.
|
inherited |
Type of the object to be analysed.
Definition at line 35 of file Filter.dcl.h.
|
private |
The parent class.
Definition at line 24 of file LayerPXDRelationFilter.dcl.h.
|
protectedinherited |
Register a processing signal listener to be notified.
Definition at line 55 of file CompositeProcessingSignalListener.cc.
|
overridevirtualinherited |
Receive and dispatch signal for the start of a new event.
Reimplemented from ProcessingSignalListener.
Reimplemented in SpacePointTagger< Belle2::CKFToPXDResult, Belle2::PXDCluster >, SpacePointTagger< Belle2::CKFToSVDResult, Belle2::SVDCluster >, BaseEventTimeExtractor< RecoTrack * >, BaseEventTimeExtractor< TrackFindingCDC::CDCWireHit & >, SharingHitsMatcher< Belle2::TrackFindingCDC::CDCTrack, Belle2::TrackFindingCDC::CDCSegment2D >, MCSymmetric< BaseAxialSegmentPairFilter >, MCSymmetric< BaseFacetFilter >, MCSymmetric< BaseFacetRelationFilter >, MCSymmetric< BaseSegmentPairFilter >, MCSymmetric< BaseSegmentPairRelationFilter >, MCSymmetric< BaseSegmentRelationFilter >, MCSymmetric< BaseSegmentTripleFilter >, MCSymmetric< BaseSegmentTripleRelationFilter >, MCSymmetric< BaseTrackRelationFilter >, StoreVectorSwapper< Belle2::TrackFindingCDC::CDCFacet >, StoreVectorSwapper< Belle2::TrackFindingCDC::CDCWireHit, true >, StoreVectorSwapper< Belle2::TrackFindingCDC::CDCSegment2D >, StoreVectorSwapper< Belle2::TrackFindingCDC::CDCTrack >, StoreVectorSwapper< Belle2::TrackFindingCDC::CDCSegmentPair >, StoreVectorSwapper< Belle2::TrackFindingCDC::CDCSegmentTriple >, RecoTrackStorer, ROIFinder, and SVDHoughTracking.
Definition at line 31 of file CompositeProcessingSignalListener.cc.
|
overridevirtualinherited |
Receive and dispatch signal for the end of the run.
Reimplemented from ProcessingSignalListener.
Definition at line 39 of file CompositeProcessingSignalListener.cc.
|
protectedinherited |
Get the number of currently registered listeners.
Definition at line 60 of file CompositeProcessingSignalListener.cc.
|
virtualinherited |
Selects the objects possibly related to the given one from the given pool of objects.
Definition at line 39 of file RelationFilter.icc.h.
|
virtualinherited |
Indicates if the filter requires Monte Carlo information.
Reimplemented in MCSymmetric< BaseAxialSegmentPairFilter >, MCSymmetric< BaseFacetFilter >, MCSymmetric< BaseFacetRelationFilter >, MCSymmetric< BaseSegmentPairFilter >, MCSymmetric< BaseSegmentPairRelationFilter >, MCSymmetric< BaseSegmentRelationFilter >, MCSymmetric< BaseSegmentTripleFilter >, MCSymmetric< BaseSegmentTripleRelationFilter >, MCSymmetric< BaseTrackRelationFilter >, OnVarSet< Filter< ATruthVarSet::Object > >, OnVarSet< Filter< AVarSet::Object > >, OnVarSet< BaseFacetFilter >, OnVarSet< BaseFacetRelationFilter >, OnVarSet< BaseAxialSegmentPairFilter >, OnVarSet< BaseSegmentRelationFilter >, OnVarSet< BaseTrackRelationFilter >, and OnVarSet< BaseSegmentPairRelationFilter >.
Definition at line 46 of file Filter.icc.h.
|
virtualinherited |
Main filter method returning the weight of the neighborhood relation.
Return always returns NAN to reject all segment neighbors.
Definition at line 46 of file RelationFilter.icc.h.
|
virtualinherited |
Function to evaluate the object.
Base implementation accepts all objects.
obj | The object to be accepted or rejected. |
Reimplemented in SeedChargeCDCPathFilter, SizeCDCPathFilter, ArcLengthBasedCDCfromEclPathPairFilter, ArcLengthBasedCDCPathPairFilter, Chi2BasedCDCPathPairFilter, DistanceBasedCDCPathPairFilter, DuplicateCDCPathPairFilter, HitDistanceBasedCDCPathPairFilter, MCTruthCDCPathPairFilter, DistanceCDCStateFilter, ExtrapolateAndUpdateCDCStateFilter, MCTruthCDCStateFilter, MCTruthEclSeedFilter, RoughCDCfromEclStateFilter, RoughCDCStateFilter, FiveHitFilter, FourHitFilter, QualityIndicatorFilter, ThreeHitFilter, TwoHitVirtualIPFilter, TwoHitVirtualIPQIFilter, SimplePXDStateFilter, AllPXDStateFilter, ResidualSVDStateFilter, SimpleSVDStateFilter, AllSVDStateFilter, and RelationFilter< AObject >.
Definition at line 52 of file Filter.icc.h.
|
inherited |
Function to evaluate the object.
Base implementation accepts all objects, except nullptr.
obj | The object to be accepted or rejected. |
Definition at line 58 of file Filter.icc.h.
|
overrideinherited |
Main filter method overriding the filter interface method.
Checks the validity of the pointers in the relation and unpacks the relation to the method implementing the rejection.
Definition at line 69 of file RelationFilter.icc.h.
|
virtualinherited |
Function to evaluate a vector of objects Base implementation applies the function to each object.
Can be optimized for MVA filters
objs | A vector of pointers to objects |
Definition at line 64 of file Filter.icc.h.
|
inlineoverridevirtualinherited |
Filter over a vector of relations.
We need to override it since derived relation classes do not implement a call with a pointer to a relation.
Definition at line 51 of file RelationFilter.dcl.h.
|
overridevirtualinherited |
Receive and dispatch Signal for termination of the event processing.
Reimplemented from ProcessingSignalListener.
Reimplemented in StereoHitTrackQuadTreeMatcher< Belle2::TrackFindingCDC::HyperHough >, StereoHitTrackQuadTreeMatcher< Belle2::TrackFindingCDC::QuadraticLegendre >, and StereoHitTrackQuadTreeMatcher< Belle2::TrackFindingCDC::Z0TanLambdaLegendre >.
Definition at line 47 of file CompositeProcessingSignalListener.cc.
|
private |
LayerJump parameter can be read from DB (use pointer as payload name contains 'prefix')
Definition at line 65 of file LayerPXDRelationFilter.dcl.h.
|
private |
Filter for rejecting the states.
Definition at line 59 of file LayerPXDRelationFilter.dcl.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 |
This are values that are actually used ('m_param_hitJumping==-1' means parameter is read from DB).
Definition at line 55 of file LayerPXDRelationFilter.dcl.h.
|
private |
This are values that are actually used ('m_param_hitJumping==-1' means parameter is read from DB).
Definition at line 53 of file LayerPXDRelationFilter.dcl.h.
|
private |
This are values that are actually used ('m_param_hitJumping==-1' means parameter is read from DB).
Definition at line 57 of file LayerPXDRelationFilter.dcl.h.
|
private |
Parameter: Make it possible to jump over N layers (if set to -1, read from DB).
Definition at line 51 of file LayerPXDRelationFilter.dcl.h.
|
private |
Loose pre-filter to reject possibleTos.
Definition at line 61 of file LayerPXDRelationFilter.dcl.h.
|
private |
Used to get correct payload.
Definition at line 63 of file LayerPXDRelationFilter.dcl.h.
|
privateinherited |
References to subordinary signal processing listener contained in this findlet.
Definition at line 52 of file CompositeProcessingSignalListener.h.
|
privateinherited |
Flag to keep track whether termination happened before.
Definition at line 55 of file ProcessingSignalListener.h.