10#include <tracking/vxdHoughTracking/findlets/PathLengthToggledApplier.dcl.h>
11#include <tracking/vxdHoughTracking/findlets/OnHitApplier.icc.h>
12#include <tracking/trackFindingCDC/utilities/StringManipulation.h>
19 namespace vxdHoughTracking {
22 template <
class AHit,
class AFindlet>
32 template <
class AHit,
class AFindlet>
34 const std::string& prefix)
43 template <
class AHit,
class AFindlet>
53 if (currentPath.size() == 1) {
55 }
else if (currentPath.size() == 2) {
57 }
else if (currentPath.size() == 3) {
59 }
else if (currentPath.size() == 4) {
The Module parameter list class.
void addProcessingSignalListener(ProcessingSignalListener *psl)
Register a processing signal listener to be notified.
A mixin class to attach a weight to an object.
AFindlet m_fiveHitFilterFindlet
Findlet used for currentPath.size() == 4.
OnHitApplier< AHit > Super
the parent class
PathLengthToggledApplier()
Add the subfilters as listeners.
AFindlet m_fourHitFilterFindlet
Findlet used for currentPath.size() == 3.
AFindlet m_threeHitFilterFindlet
Findlet used for currentPath.size() == 2.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose parameters of the subfilters and the layer to change.
AFindlet m_twoHitFilterFindlet
Findlet used for currentPath.size() == 1.
void apply(const std::vector< TrackFindingCDC::WithWeight< const AHit * > > ¤tPath, std::vector< TrackFindingCDC::WithWeight< AHit * > > &childHits) override
The weight is calculated using the subfilter based on the geometrical layer of the state.
Abstract base class for different kinds of events.