 |
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>
24 class ModuleParamList;
29 template <
class AResult>
30 class ResultStorer :
public TrackFindingCDC::Findlet<AResult> {
32 using Super = TrackFindingCDC::Findlet<AResult>;
36 void exposeParameters(ModuleParamList* moduleParamList,
const std::string& prefix)
override;
42 void apply(std::vector<AResult>& results)
override;
std::string m_param_writeOutDirectionAsString
Parameter for the distance given to the framework (can not handle EForwardBackward directly)
std::string m_param_outputRelationRecoTrackStoreArrayName
StoreArray name of the tracks, the output reco tracks should be related to.
void initialize() override
Create the store arrays.
bool m_param_exportTracks
Export the tracks or not.
EForwardBackward
Enumeration to represent the distinct possibilities of the right left passage information.
TrackFindingCDC::Findlet< AResult > Super
Parent class.
void apply(std::vector< AResult > &results) override
Load in the reco tracks and the hits.
std::string m_param_outputRecoTrackStoreArrayName
StoreArray name of the output Track Store Array.
Abstract base class for different kinds of events.
StoreArray< RecoTrack > m_outputRecoTracks
Output Reco Tracks Store Array.
TrackFindingCDC::EForwardBackward m_param_writeOutDirection
Direction parameter converted from the string parameters.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Expose the parameters of the sub findlets.
Accessor to arrays stored in the data store.