9#ifndef BEAMDIGITIZERMODULE_H
10#define BEAMDIGITIZERMODULE_H
12#include <framework/core/Module.h>
13#include <framework/datastore/StoreArray.h>
14#include <beast/beamabort/dataobjects/BeamabortHit.h>
17const Int_t MAXSIZE = 10000;
19const Int_t MAXtSIZE = 1000;
62 virtual void event()
override;
68 virtual void endRun()
override;
Accessor to arrays stored in the data store.
double m_FanoFactor
Fano Factor.
virtual void initialize() override
Initialize the Module.
virtual void event() override
Event processor.
virtual void endRun() override
End-of-run action.
virtual void terminate() override
Termination action.
BeamDigitizerModule()
Constructor: Sets the description, the properties and the parameters of the module.
virtual void beginRun() override
Called when entering a new run.
StoreArray< BeamabortHit > m_beamabortHit
Array for BemaabortHit.
virtual ~BeamDigitizerModule()
Destructor.
double m_WorkFunction
Work function.
Abstract base class for different kinds of events.