 |
Belle II Software
release-05-01-25
|
12 #include <tracking/trackFindingCDC/filters/segmentPair/BaseSegmentPairFilter.h>
14 #include <tracking/trackFindingCDC/filters/base/MCSymmetricFilter.dcl.h>
21 namespace TrackFindingCDC {
24 class MCSegmentPairFilter :
public MCSymmetric<BaseSegmentPairFilter> {
28 using Super = MCSymmetric<BaseSegmentPairFilter>;
Class representing a pair of one reconstructed axial segement and one stereo segment in adjacent supe...
Weight operator()(const CDCSegmentPair &segmentPair) final
Checks if a axial stereo segment pair is a good combination.
int m_param_minSegmentSize
Parameter : Minimum segment size to pass as monte carlo truth.
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_requireRLPure
Parameter : Switch to require the segment combination contain mostly correct rl information.
Abstract base class for different kinds of events.
MCSymmetric< BaseSegmentPairFilter > Super
Type of the super class.
MCSegmentPairFilter(bool allowReverse=true)
Constructor.
The Module parameter list class.