 |
Belle II Software
release-05-02-19
|
13 #include <framework/core/Module.h>
14 #include <framework/datastore/StoreArray.h>
16 #include <mdst/dataobjects/MCParticle.h>
18 #include <svd/dataobjects/SVDTrueHit.h>
19 #include <svd/dataobjects/SVDShaperDigit.h>
21 #include <tracking/dataobjects/DATCONSVDDigit.h>
38 class SVDShaperDigitToDATCONSVDDigitConverterModule :
public Module {
55 virtual void event()
override;
virtual void initialize() override
Initializes the Module.
StoreArray< DATCONSVDDigit > storeDATCONSVDDigits
DATCONSVDDigits StoreArray.
StoreArray< SVDShaperDigit > storeSVDShaperDigits
SVDShaperDigits StoreArray.
SVDShaperDigitToDATCONSVDDigitConverterModule()
Constructor of the module.
std::string m_storeTrueHitsListName
SVDTrueHits list name.
std::string m_storeDATCONSVDDigitsListName
DATCONSVDDigits list name.
Abstract base class for different kinds of events.
std::string m_storeMCParticlesListName
MCParticles list name.
StoreArray< MCParticle > storeMCParticles
MCParticles StoreArray.
virtual void event() override
Event function.
StoreArray< SVDTrueHit > storeTrueHits
SVDTrueHits StoreArray.
Accessor to arrays stored in the data store.
virtual ~SVDShaperDigitToDATCONSVDDigitConverterModule()=default
Destructor of the module.
std::string m_storeSVDShaperDigitsListName
SVDShaperDigits list name.