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(
"Combinatorial Kalman Filter used for extrapolating CDC tracks into "
35 "SVD and create merged tracks.");
50 setDescription(
"Combinatorial Kalman Filter used for merging existing CDC tracks and SVD tracks.");
65 setDescription(
"Combinatorial Kalman Filter used for extrapolating SVD/CDC tracks into "
66 "PXD and create merged tracks.");
81 setDescription(
"Combinatorial Kalman Filter used for extrapolating SVD tracks into "
82 "CDC and create merged tracks.");
97 setDescription(
"Combinatorial Kalman Filter used for extrapolating ECL showers into "
98 "CDC and create merged tracks.");
CDCToSVDSeedCKFModule()
Set description.
CDCToSVDSpacePointCKFModule()
Set description.
Main findlet of the ToCDCCKF module.
Main findlet of the ToCDCCKF module.
void setDescription(const std::string &description)
ToCDCCKFModule()
Set description.
ToCDCFromEclCKFModule()
Set description.
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={})
Abstract base class for different kinds of events.