 |
Belle II Software
release-05-02-19
|
11 #ifndef CDCDEDXSCANMODULE_H
12 #define CDCDEDXSCANMODULE_H
14 #include <framework/core/Module.h>
15 #include <framework/datastore/StoreArray.h>
29 class CDCDedxScanModule :
public Module {
44 virtual void event()
override;
CDCDedxScanModule()
Default constructor.
StoreArray< CDCDedxTrack > m_dedxArray
array of output dE/dx tracks
virtual ~CDCDedxScanModule()
Destructor.
virtual void event() override
This method is called for each event.
Abstract base class for different kinds of events.
Accessor to arrays stored in the data store.
virtual void initialize() override
Initialize the module.
virtual void terminate() override
End of the event processing.