 |
Belle II Software
release-05-01-25
|
12 #include <tracking/trackFindingCDC/findlets/base/Findlet.h>
14 #include <tracking/ckf/cdc/entities/CDCCKFPath.h>
15 #include <ecl/dataobjects/ECLShower.h>
16 #include <framework/datastore/StoreArray.h>
28 class ModuleParamList;
33 class CDCCKFEclSeedCreator :
public TrackFindingCDC::Findlet<CDCCKFPath> {
35 using Super = TrackFindingCDC::Findlet<CDCCKFPath>;
42 void exposeParameters(ModuleParamList* moduleParamList,
const std::string& prefix)
override;
48 void apply(std::vector<CDCCKFPath>& seeds)
override;
bool m_param_restrictToForwardSeeds
Don't do Ecl seeding in central region to save computing time.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Expose the parameters of the sub findlets.
double m_param_minimalEnRequirement
Minimal pt requirement.
TrackFindingCDC::Findlet< CDCCKFPath > Super
Parent class.
CDCCKFEclSeedCreator()
Add the subfindlets.
StoreArray< ECLShower > m_inputECLshowers
Input ECL Showers Store Array.
void apply(std::vector< CDCCKFPath > &seeds) override
Load in the reco tracks and the hits.
double m_param_tanLambdaForwardNeg
Up to which (neg) tanLambda value should the seeding be performed.
double m_param_tanLambdaForwardPos
Up to which (pos) tanLambda value should the seeding be performed.
void initialize() override
Create the store arrays.
Abstract base class for different kinds of events.
StoreArray< RecoTrack > m_eclSeedRecoTracks
Output Reco Tracks Store Array.
double m_param_showerDepth
Correction if the shower is assumed to start in a certain depth.
Accessor to arrays stored in the data store.
std::string m_param_inputEclShowerStoreArrayName
StoreArray name of the input Ecl Shower Store Array.
std::string m_param_eclSeedRecoTrackStoreArrayName
StoreArray name of the output Track Store Array.