 |
Belle II Software
release-05-01-25
|
12 #include <tracking/trackFindingCDC/findlets/base/Findlet.h>
13 #include <tracking/trackFindingCDC/numerics/EForwardBackward.h>
14 #include <framework/datastore/StoreArray.h>
16 #include <tracking/ckf/cdc/entities/CDCCKFResult.h>
17 #include <tracking/dataobjects/RecoTrack.h>
27 class ModuleParamInfo;
30 class CDCCKFResultStorer :
public TrackFindingCDC::Findlet<const CDCCKFResult> {
32 using Super = TrackFindingCDC::Findlet<const CDCCKFResult>;
36 void exposeParameters(ModuleParamList* moduleParamList,
const std::string& prefix)
override;
39 void apply(
const std::vector<CDCCKFResult>& results)
override;
TrackFindingCDC::EForwardBackward m_param_trackFindingDirection
Direction parameter converted from the string parameters.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Expose the parameters of the sub findlets.
TrackFindingCDC::Findlet< const CDCCKFResult > Super
Parent class.
bool m_param_exportTracks
Export the tracks or not.
std::string m_param_writeOutDirectionAsString
Parameter for the distance given to the framework (can not handle EForwardBackward directly)
TrackFindingCDC::EForwardBackward m_param_writeOutDirection
Direction parameter converted from the string parameters.
bool m_param_setTakenFlag
Set flag that hit is taken.
std::string m_param_trackFindingDirectionAsString
Parameter for the direction of the CKF.
EForwardBackward
Enumeration to represent the distinct possibilities of the right left passage information.
std::string m_param_outputRelationRecoTrackStoreArrayName
StoreArray name of the tracks, the output reco tracks should be related to.
void apply(const std::vector< CDCCKFResult > &results) override
Do the track/hit finding/merging.
Abstract base class for different kinds of events.
StoreArray< RecoTrack > m_outputRecoTracks
Output Reco Tracks Store Array.
std::string m_seedComponentString
Where does the seed track for the CKF come from (typically SVD, ECL)
bool m_param_exportAllTracks
Export all tracks, even if they did not reach the center of the CDC.
Accessor to arrays stored in the data store.
std::string m_param_outputRecoTrackStoreArrayName
StoreArray name of the output Track Store Array.
void initialize() override
Register the store arrays.
RecoHitInformation::OriginTrackFinder m_trackFinderType
What was used to seed the CKF (typically c_SVDtoCDCCKF, c_ECLtoCDCCKF)