11#include <framework/core/Module.h>
14#include <framework/datastore/StoreObjPtr.h>
17#include <analysis/dataobjects/ParticleList.h>
48 virtual void event()
override;
Calculate and update the two body B decay kinematics.
virtual void initialize() override
Initialize the Module.
virtual void event() override
Event processor.
std::string m_listName
name of the input ParticleList
KlongMomentumUpdaterExpertModule()
Constructor.
bool m_writeOut
toggle output particle list btw.
StoreObjPtr< ParticleList > m_plist
the input ParticleList.
Type-safe access to single objects in the data store.
Abstract base class for different kinds of events.