 |
Belle II Software
release-05-02-19
|
12 #include <framework/core/Module.h>
13 #include <framework/datastore/SelectSubset.h>
14 #include <tracking/dataobjects/RecoHitInformation.h>
32 class PruneRecoTracksModule :
public Module {
42 void event()
override;
Class to create a subset of a given StoreArray together with the relations with other StoreArrays.
SelectSubset< RecoHitInformation > m_subsetOfUnprunedRecoHitInformation
We use SelectSubset here to delete all pruned RecoHitInformation.
void event() override
Event processing, prunes the RecoTracks contained in each event.
std::string m_storeArrayName
Name of the StoreArray to prune.
Abstract base class for different kinds of events.
PruneRecoTracksModule()
Constructor of the module. Setting up parameters and description.
void initialize() override
Initialize the Module.
bool m_do_remove_hits
Remove pruned reco hits or leave this for PruneRecoHitsModule.