11#include <framework/core/Module.h>
12#include <framework/datastore/StoreArray.h>
41 virtual void event()
override;
This class performs the same function as CDCDedxPIDModule, but does so without using real objects fro...
virtual void initialize() override
Initialize the module.
virtual void event() override
This method is called for each event.
CDCDedxScanModule()
Default constructor.
StoreArray< CDCDedxTrack > m_dedxArray
array of output dE/dx tracks
virtual void terminate() override
End of the event processing.
virtual ~CDCDedxScanModule()
Destructor.
Accessor to arrays stored in the data store.
Abstract base class for different kinds of events.