 |
Belle II Software
release-05-01-25
|
12 #include <tracking/trackFindingCDC/findlets/base/Findlet.h>
23 namespace TrackFindingCDC {
28 class SegmentCreatorMCTruth :
public Findlet<const CDCWireHit, CDCSegment2D> {
32 using Super = Findlet<const CDCWireHit, CDCSegment2D>;
void initialize() final
Initialize the Module before event processing.
void beginEvent() final
Start processing the current event.
bool m_param_reconstructedPositions
Parameter : Switch to reconstruct the positions in the segments immitating the facet ca picking up al...
void apply(const std::vector< CDCWireHit > &inputWireHits, std::vector< CDCSegment2D > &outputSegments) final
Main function of the segment finding by the cellular automaton.
bool m_param_reconstructedDriftLength
Parameter : Setup the drift length as it can be estimated from two dimensional information.
Findlet< const CDCWireHit, CDCSegment2D > Super
Type of the base class.
Abstract base class for different kinds of events.
std::string getDescription() final
Short description of the findlet.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
A reconstructed sequence of two dimensional hits in one super layer.
Class representing a hit wire in the central drift chamber.
The Module parameter list class.