 |
Belle II Software
release-05-02-19
|
11 #ifndef SVDShaperDigitSorterModule_H
12 #define SVDShaperDigitSorterModule_H
14 #include <framework/core/Module.h>
15 #include <svd/dataobjects/SVDShaperDigit.h>
39 class SVDShaperDigitSorterModule :
public Module {
48 virtual void event()
override;
71 #endif // SVDShaperDigitSorterModule_H
std::string m_storeShaperDigitsName
Name of the collection to use for the SVDShaperDigits.
SVDShaperDigitSorterModule()
Constructor defining the parameters.
std::string m_storeMCParticlesName
Name of the collection to use for the MCParticles.
std::string m_storeTrueHitsName
Name of the collection to use for the SVDTrueHits.
virtual void event() override
do the sorting
Abstract base class for different kinds of events.
std::string m_relShaperDigitTrueHitName
Name of the relation between SVDShaperDigits and SVDTrueHits.
virtual void initialize() override
Initialize the module.
std::string m_relShaperDigitMCParticleName
Name of the relation between SVDShaperDigits and MCParticles.
std::vector< SVDShaperDigit > m_digitcopy
Copy of the ShaperDigits needed for sorting.