10#include <framework/core/Module.h>
12#include <analysis/dataobjects/ParticleList.h>
13#include <framework/datastore/StoreObjPtr.h>
46 virtual void event()
override;
Identify duplicate vertices (distinct particles, but built from the same daughters) and mark the one ...
virtual void initialize() override
Initialize the Module.
virtual void event() override
Event processor.
StoreObjPtr< ParticleList > m_inPList
input particle list
DuplicateVertexMarkerModule()
Constructor.
bool m_prioritiseV0
if one of the decay is a V0, prioritise that before checking vertex quality
std::string m_particleList
input ParticleList name
std::string m_extraInfoName
output extra-info name
Type-safe access to single objects in the data store.
Abstract base class for different kinds of events.