 |
Belle II Software
release-05-01-25
|
10 #include <tracking/trackFindingCDC/findlets/complete/TrackFinderCosmics.h>
12 #include <framework/core/ModuleParamList.templateDetails.h>
13 #include <framework/core/ModuleParam.h>
16 using namespace TrackFindingCDC;
22 moduleParamList.
getParameter<std::string>(
"flightTimeEstimation").setDefaultValue(
"downwards");
23 moduleParamList.
getParameter<std::string>(
"SegmentOrientation").setDefaultValue(
"downwards");
24 moduleParamList.
getParameter<std::string>(
"TrackOrientation").setDefaultValue(
"downwards");
25 moduleParamList.
getParameter<std::string>(
"SegmentPairFilter").setDefaultValue(
"simple");
26 moduleParamList.
getParameter<std::string>(
"SegmentPairRelationFilter").setDefaultValue(
"simple");
31 return "Performs patter recognition in the CDC based on local hit following and application of a cellular automaton in two stages - version suitable for cosmics.";
ModuleParam< T > & getParameter(const std::string &name) const
Returns a reference to a parameter.
TrackFinderCosmics()
Constructor adjusting some of the parameters to suiteable values for cosmics tracking.
std::string getDescription() final
Short description of the findlet.
Abstract base class for different kinds of events.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
The Module parameter list class.