10#include <framework/core/Module.h>
33 void event()
override;
Module to prune genfit::Tracks.
PruneGenfitTracksModule()
Constructor of the module. Setting up parameters and description.
void event() override
Event processing, prunes the genfit tracks contained in each event.
std::string m_storeArrayName
name of the StoreArray to prune
std::string m_pruneFlags
flags used for pruning, See genfit::Track class for possible settings
Abstract base class for different kinds of events.