11#include <framework/core/Module.h>
13#include <analysis/DecayDescriptor/DecayDescriptor.h>
14#include <analysis/ParticleCombiner/ParticleCombiner.h>
46 virtual void event()
override;
The DecayDescriptor stores information about a decay tree or parts of a decay tree.
StoreObjPtr< ParticleList > m_koutputList
Klong output particle list.
int m_maximumNumberOfCandidates
drop all candidates if more candidates than this parameter are produced
virtual void initialize() override
Initialize the Module.
virtual void event() override
Event processor.
std::string m_decayString
Input DecayString specifying the decay being reconstructed.
std::string m_recoList
Suffix attached to the output K_L list, if not defined it is set to '_reco'
std::unique_ptr< ParticleGenerator > m_generator
Generates the combinations.
KlongMomentumCalculatorExpertModule()
Constructor.
DecayDescriptor m_decaydescriptor
Decay descriptor of the decay being reconstructed.
bool m_writeOut
toggle output particle list btw.
std::string m_klistName
output K_L0 particle list name
Type-safe access to single objects in the data store.
Abstract base class for different kinds of events.