 |
Belle II Software
release-05-02-19
|
12 #include <tracking/trackFindingCDC/filters/trackRelation/BaseTrackRelationFilter.h>
21 class ModuleParamList;
23 namespace TrackFindingCDC {
27 class PhiTrackRelationFilter :
public BaseTrackRelationFilter {
Class representing a sequence of three dimensional reconstructed hits.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Export all parameters.
BaseTrackRelationFilter()
Default constructor.
Abstract base class for different kinds of events.
double m_param_maximalPhiDistance
Parameter : The maximal deviation in phi between the trajectories of the track.
Weight operator()(const CDCTrack &fromTrack, const CDCTrack &toTrack) final
Implementation of the phi calculation.
The Module parameter list class.
BaseTrackRelationFilter Super
Type of the super class.