11#include <framework/core/Module.h>
12#include <framework/datastore/StoreArray.h>
13#include <tracking/dataobjects/RecoTrack.h>
53 void event()
override;
The module excluding hits of specified Slayers in the RecoTracks.
std::string m_recoTrackArrayName
Belle2::RecoTrack StoreArray name.
void initialize() override
Initializes the Module.
void event() override
Event action (main routine).
virtual ~CDCRecoTrackFilterModule()
Destructor.
void endRun() override
End run action.
void terminate() override
Termination action.
std::vector< unsigned short > m_excludeSLayer
Super layers (0-8) not used in the track fitting.
void beginRun() override
Begin run action.
std::vector< unsigned short > m_excludeICLayer
IClayers (0-55) not used in the track fitting.
CDCRecoTrackFilterModule()
Constructor.
StoreArray< RecoTrack > m_RecoTracks
Tracks.
Accessor to arrays stored in the data store.
Abstract base class for different kinds of events.