 |
Belle II Software
release-05-02-19
|
12 #include <tracking/trackFindingCDC/findlets/base/Findlet.h>
14 #include <tracking/ckf/general/findlets/TrackFitterAndDeleter.h>
15 #include <tracking/trackFindingCDC/numerics/EForwardBackward.h>
16 #include <framework/datastore/StoreArray.h>
28 class ModuleParamList;
38 class TrackLoader :
public TrackFindingCDC::Findlet<RecoTrack*> {
40 using Super = TrackFindingCDC::Findlet<RecoTrack*>;
47 void exposeParameters(ModuleParamList* moduleParamList,
const std::string& prefix)
override;
53 void apply(std::vector<RecoTrack*>& seeds)
override;
std::string m_param_inputRecoTrackStoreArrayName
StoreArray name of the input Track Store Array.
TrackFitterAndDeleter m_trackFitter
Findlet for fitting the tracks.
TrackFindingCDC::Findlet< RecoTrack * > Super
Parent class.
std::string m_param_relationRecoTrackStoreArrayName
StoreArray name of the output Track Store Array.
EForwardBackward
Enumeration to represent the distinct possibilities of the right left passage information.
bool m_noCDChits
Ignore tracks with CDC hits attached.
TrackLoader()
Add the subfindlets.
void apply(std::vector< RecoTrack * > &seeds) override
Load in the reco tracks and the hits.
void initialize() override
Create the store arrays.
std::string m_param_relationCheckForDirectionAsString
Parameter for the distance given to the framework (can not handle EForwardBackward directly)
StoreArray< RecoTrack > m_inputRecoTracks
Output Reco Tracks Store Array.
Abstract base class for different kinds of events.
double m_param_minimalPtRequirement
Minimal pt requirement.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Expose the parameters of the sub findlets.
TrackFindingCDC::EForwardBackward m_param_relationCheckForDirection
Direction parameter converted from the string parameters.
Accessor to arrays stored in the data store.
Findlet to fit tracks and remove all non fitted ones.