10#include <tracking/trackingUtilities/eventdata/utils/ClassMnemomics.h>
12#include <tracking/trackingUtilities/eventdata/hits/CDCWireHit.h>
13#include <tracking/trackingUtilities/eventdata/segments/CDCSegment2D.h>
14#include <tracking/trackingUtilities/findlets/base/FindletModule.h>
15#include <tracking/trackingUtilities/findlets/base/Findlet.h>
16#include <framework/datastore/StoreObjPtr.h>
17#include <mdst/dataobjects/EventLevelTrackingInfo.h>
27 namespace TrackFindingCDC {
56 TrackingUtilities::Findlet<const TrackingUtilities::CDCSegment2D> {
70 void apply(const
std::
vector<TrackingUtilities::CDCSegment2D>& inputSegment2Ds) final;
Tracking-related info on event-level, for example number of unassigned measurements.
Type-safe access to single objects in the data store.
Findlet for storing in mdsts some hit-based information per event.
void apply(const std::vector< TrackingUtilities::CDCWireHit > &inputWireHits) final
Main method to make the heavy lifting.
StoreObjPtr< EventLevelTrackingInfo > m_eventLevelTrackingInfo
Access to the EventLevelTrackingInfo object in the datastore.
void initialize() final
Called at the beginning of the event processing.
TrackingUtilities::Findlet< const TrackingUtilities::CDCWireHit > Super
Type of the base class.
std::string getDescription() final
Getter for the module description.
CDCTrackingEventLevelMdstInfoFillerFromHitsModule()
Constructor setting up the default store array names.
Findlet for storing in mdsts some segment-based information per event.
TrackingUtilities::Findlet< const TrackingUtilities::CDCSegment2D > Super
Type of the base class.
StoreObjPtr< EventLevelTrackingInfo > m_eventLevelTrackingInfo
Access to the EventLevelTrackingInfo object in the datastore.
void initialize() final
Called at the beginning of the event processing.
void apply(const std::vector< TrackingUtilities::CDCSegment2D > &inputSegment2Ds) final
Main method to make the heavy lifting.
CDCTrackingEventLevelMdstInfoFillerFromSegmentsModule()
Constructor setting up the default store array names.
Class representing a hit wire in the central drift chamber.
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={})
Interface for a minimal algorithm part that wants to expose some parameters to a module.
Abstract base class for different kinds of events.