10 #include <tracking/trackFindingCDC/findlets/base/FindletModule.h>
11 #include <tracking/ckf/svd/findlets/CKFToSVDFindlet.h>
12 #include <tracking/ckf/pxd/findlets/CKFToPXDFindlet.h>
13 #include <tracking/ckf/cdc/findlets/CKFToCDCFindlet.h>
14 #include <tracking/ckf/svd/findlets/CKFToSVDSeedFindlet.h>
15 #include <tracking/ckf/cdc/findlets/CKFToCDCFromEclFindlet.h>
17 #include <tracking/trackFindingCDC/eventdata/utils/ClassMnemomics.h>
34 setDescription(
"Combinatorical Kalman Filter used for extrapolating CDC tracks into "
35 "SVD and create merged tracks.");
50 setDescription(
"Combinatorical Kalman Filter used for merging existing CDC tracks and SVD tracks.");
65 setDescription(
"Combinatorical Kalman Filter used for extrapolating SVD/CDC tracks into "
66 "PXD and create merged tracks.");
81 setDescription(
"Combinatorical Kalman Filter used for extrapolating SVD tracks into "
82 "CDC and create merged tracks.");
97 setDescription(
"Combinatorical Kalman Filter used for extrapolating ECL showers into "
98 "CDC and create merged tracks.");
Seed-finding combinatorical Kalman Filter that combines every RecoTrack with every SVD track,...
CDCToSVDSeedCKFModule()
Set description.
Combinatorical Kalman Filter used for extrapolating CDC tracks into SVD and create merged tracks.
CDCToSVDSpacePointCKFModule()
Set description.
Main findlet of the ToCDCCKF module.
Main findlet of the ToCDCCKF module.
void setDescription(const std::string &description)
Sets the description of the module.
Combinatorical Kalman Filter that extrapolates every RecoTrack into the CDC and collects wire hits.
ToCDCCKFModule()
Set description.
Combinatorical Kalman Filter that extrapolates every ECLShower into the CDC and collects wire hits.
ToCDCFromEclCKFModule()
Set description.
Combinatorical Kalman Filter that extrapolates every RecoTrack into the PXD and collects space points...
ToPXDCKFModule()
Set description.
Adapter of a findlet to a module that exposes the parameters of the findlet and manages the IO with t...
FindletModule(const std::array< std::string, c_nTypes > &storeVectorNames={})
Constructor of the module.
Abstract base class for different kinds of events.