10 #include <tracking/trackFindingCDC/filters/facet/BaseFacetFilter.h>
21 namespace TrackFindingCDC {
23 class CDCRLWireHitTriple;
The Module parameter list class.
Class representing a triple of neighboring oriented wire with additional trajectory information.
Class representing a triple of neighboring wire hits.
Filter for the constuction of good facets investigating the feasability of the right left passage hyp...
FeasibleRLFacetFilter(bool hardRLCut=true)
Constructor taking a flag if boarderline feasable cases should be excluded.
Weight operator()(const CDCFacet &facet) final
Main filter method returning the weight of the facet.
void setHardRLCut(bool hardRLCut)
Setter for the flag that the boarderline cases should be excluded.
bool getHardRLCut() const
Getter for the flag that the boarderline cases should be excluded.
bool isFeasible(const CDCRLWireHitTriple &rlWireHitTriple) const
Check if the hit triplet is a feasible combination for shape and rl passage information.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the set of parameters of the filter to the module parameter list.
bool m_param_hardRLCut
Switch for hard selection.
Base class for filters on a generic object type.
Abstract base class for different kinds of events.