 |
Belle II Software
release-05-01-25
|
12 #include <tracking/trackFindingCDC/findlets/base/Findlet.h>
13 #include <tracking/trackFindingCDC/findlets/minimal/EPreferredDirection.h>
15 #include <tracking/trackFindingCDC/topology/ISuperLayer.h>
16 #include <tracking/trackFindingCDC/topology/EWirePosition.h>
18 #include <tracking/trackFindingCDC/geometry/Vector3D.h>
31 class TDCCountTranslatorBase;
32 class ADCCountTranslatorBase;
34 namespace TrackFindingCDC {
41 class WireHitCreator :
public Findlet<CDCWireHit> {
45 using Super = Findlet<CDCWireHit>;
HepGeom::Vector3D< double > Vector3D
3D Vector
std::tuple< double, double > m_param_useDegreeSector
Parameter : Angular range in degrees for which hits should be unpacked.
EPreferredDirection m_flightTimeEstimation
Method for the initial time of flight estimation.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
WireHitCreator()
Default constructor.
std::string getDescription() final
Short description of the findlet.
void initialize() final
Signals the beginning of the event processing.
std::array< Vector2D, 2 > m_useSector
Unit vectors denoting the sector for which hits should be created.
std::vector< int > m_param_useSuperLayers
Parameter : List of super layers to be used - mostly for debugging.
std::string m_param_flightTimeEstimation
Parameter : Method for the initial time of flight estimation as string.
Abstract base class for different kinds of events.
bool m_param_ignoreWireSag
Parameter : Switch to deactivate the sag of the wires for the concerns of the track finders.
A three dimensional vector.
bool m_param_useSecondHits
Parameter : If true, the second hit information will be used to create Wire Hits.
std::tuple< double, double, double > m_param_triggerPoint
Parameter : Location of the flight time zero.
std::array< bool, ISuperLayerUtil::c_N > m_useSuperLayers
Bits for the used super layers.
Vector3D m_triggerPoint
Central location of the flight time zero position. Usually the location of the trigger.
EWirePosition
Wire position set.
std::string m_param_wirePosition
Parameter : Geometry set to be used. Either "base", "misalign" or " aligned".
void beginRun() final
Signal the beginning of a new run.
EWirePosition m_wirePosition
Geometry set to be used.
Findlet< CDCWireHit > Super
Type of the base class.
std::unique_ptr< CDC::TDCCountTranslatorBase > m_tdcCountTranslator
TDC Count translator to be used to calculate the initial dirft length estiamtes.
Class representing a hit wire in the central drift chamber.
The Module parameter list class.
bool m_param_useBadWires
Parameter : If true, the hits on bad wires are not ignored.
void apply(std::vector< CDCWireHit > &outputWireHits) final
Main algorithm creating the wire hits.
std::vector< int > m_param_useMCParticleIds
Parameter : Indices of the Monte Carlo particles for which hits should be used.
~WireHitCreator()
Default destructor.
std::unique_ptr< CDC::ADCCountTranslatorBase > m_adcCountTranslator
ADC Count translator to be used to calculate the charge deposit in the drift cell.