10#include <framework/core/Module.h>
12#include <analysis/dataobjects/ParticleList.h>
13#include <analysis/VariableManager/Utility.h>
14#include <framework/datastore/StoreObjPtr.h>
43 virtual void event()
override;
50 std::vector<std::tuple<std::string, std::string, std::string, std::string>>
52 typedef std::map<std::string, std::shared_ptr<Variable::Cut>>
54 typedef std::map<std::string, std::vector<double>>
57 typedef std::map<std::string, std::map<unsigned int, bool>>
Creates a mask (vector of boolean values) for tracks and clusters in RestOfEvent regarding their usag...
std::map< std::string, std::map< unsigned int, bool > > stringAndMapOfIntAndBoolMap
Type definition helper for a map of string and nested map of integer and boolean.
std::string m_particleListName
Name of the ParticleList.
RestOfEventInterpreterModule()
Constructor: Sets the description, the properties and the parameters of the module.
std::map< std::string, std::shared_ptr< Variable::Cut > > stringAndCutMap
Type definition helper for a map of string and cuts.
virtual void initialize() override
Overridden initialize method.
virtual void event() override
Overridden event method.
std::vector< std::string > m_maskNames
Container for added mask names of ROE interpretations.
std::vector< std::tuple< std::string, std::string, std::string, std::string > > m_ROEMasks
Container for tuples.
stringAndCutMap m_trackCuts
Cut object which performs the cuts on the remaining tracks for a single ROE interpretation.
bool m_update
Set true for updating a-priori charged stable fractions.
std::map< unsigned int, bool > intAndBoolMap
Type definition helper for a map of integer and boolean.
std::map< std::string, std::vector< double > > stringAndVectorMap
Type definition helper for a map of string and vector of doubles.
stringAndCutMap m_eclClusterCuts
Cut object which performs the cuts on the remaining ECL clusters for a single ROE interpretation.
StoreObjPtr< ParticleList > m_plist
input particle list
stringAndCutMap m_klmClusterCuts
Cut object which performs the cuts on the remaining KLM clusters for a single ROE interpretation.
Type-safe access to single objects in the data store.
Abstract base class for different kinds of events.