11#include <framework/core/Module.h>
12#include <framework/database/DBObjPtr.h>
13#include <analysis/dbobjects/ParticleWeightingLookUpTable.h>
15#include <analysis/dataobjects/Particle.h>
37 virtual void event()
override;
Tracking efficiency systematics module: removes tracks from the lists at random for efficiency studie...
std::vector< std::string > m_ParticleLists
input particle lists
virtual void event() override
Function to be executed at each event.
double m_frac
fraction of particles to be removed from the particlelist
TrackingEfficiencyModule()
Constructor: Sets the description, the properties and the parameters of the module.
Abstract base class for different kinds of events.