 |
Belle II Software
release-05-01-25
|
14 #include <framework/core/Module.h>
15 #include <framework/datastore/StoreObjPtr.h>
19 #include <analysis/DecayDescriptor/DecayDescriptor.h>
30 class DistanceCalculatorModule :
public Module {
44 virtual void event()
override;
std::string m_decayString
decay string
std::string m_listName
name of particle list
virtual void initialize() override
declare data store elements
virtual ~DistanceCalculatorModule()
Destructor.
DistanceCalculatorModule()
Constructor: Sets the description, the properties and the parameters of the module.
Abstract base class for different kinds of events.
The DecayDescriptor stores information about a decay tree or parts of a decay tree.
std::string m_mode
option string
DecayDescriptor m_decayDescriptor
decay descriptor which specifies which particles are used to calculate the distance
virtual void event() override
process event