 |
Belle II Software
release-05-02-19
|
12 #include <framework/core/Module.h>
14 #include <analysis/VariableManager/Utility.h>
33 class RestOfEventInterpreterModule :
public Module {
46 virtual void event()
override;
52 std::vector<std::tuple<std::string, std::string, std::string>>
54 typedef std::map<std::string, std::shared_ptr<Variable::Cut>>
56 typedef std::map<std::string, std::vector<double>>
59 typedef std::map<std::string, std::map<unsigned int, bool>>
stringAndCutMap m_eclClusterCuts
Cut object which performs the cuts on the remaining ECL clusters for a single ROE interpretation.
std::map< std::string, std::vector< double > > stringAndVectorMap
Type definition helper for a map of string and vector of doubles.
std::map< unsigned int, bool > intAndBoolMap
Type definition helper for a map of integer and boolean.
virtual void event() override
Overriden event method.
std::map< std::string, std::shared_ptr< Variable::Cut > > stringAndCutMap
Type definition helper for a map of string and cuts.
virtual void initialize() override
Overriden initialize method.
std::vector< std::tuple< std::string, std::string, std::string > > m_ROEMasks
Container for tuples.
Abstract base class for different kinds of events.
stringAndCutMap m_trackCuts
Cut object which performs the cuts on the remaining tracks for a single ROE interpretation.
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.
bool m_update
Set true for updating a-priori charged stable fractions.
std::vector< std::string > m_maskNames
Container for added mask names of ROE interpretations.
RestOfEventInterpreterModule()
Constructor: Sets the description, the properties and the parameters of the module.
std::string m_particleList
Name of the ParticleList.