11#include <framework/core/Module.h>
13#include <analysis/DecayDescriptor/DecayDescriptor.h>
35 virtual void event()
override;
The DecayDescriptor stores information about a decay tree or parts of a decay tree.
Redefine (select) the daughters of a particle.
virtual void initialize() override
set up datastore
virtual void event() override
process the event
std::string m_decayString
daughter particles selection
std::string m_listName
name of particle list
~SelectDaughtersModule()
destructor
SelectDaughtersModule()
constructor
DecayDescriptor m_decaydescriptor
Decay descriptor of decays to look for.
Abstract base class for different kinds of events.