 |
Belle II Software
release-05-01-25
|
12 #include <tracking/ckf/cdc/filters/states/BaseCDCStateFilter.h>
14 #include <tracking/trackFindingCDC/numerics/Weight.h>
22 class ModuleParamList;
31 void exposeParameters(ModuleParamList* moduleParamList,
const std::string& prefix)
override;
double m_maximalHitDistanceSeed
maximal distance from track to trajectory (in XY) for first hit (ECL -> CDC)
TrackFindingCDC::Filter< std::pair< const CDCCKFPath *, CDCCKFState * > > BaseCDCStateFilter
Base filter for CKF CDC states.
Abstract base class for different kinds of events.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Expose the parameters of the sub findlets.
TrackFindingCDC::Weight operator()(const BaseCDCStateFilter::Object &pair) final
return 1 if distance < m_maximalHitDistance, NAN otherwise
double m_maximalHitDistance
maximal distance from track to trajectory (in XY)
AObject Object
Type of the object to be analysed.