5#ifndef CBM_ALGO_EVBUILD_DIGIEVENTSELECTORCONFIG_H
6#define CBM_ALGO_EVBUILD_DIGIEVENTSELECTORCONFIG_H 1
13#include <yaml-cpp/yaml.h>
19 class EventbuildChain;
Configuration of the DigiEventSelector class.
bool IsEmpty() const
Presence of selection criteria.
std::map< ECbmModuleId, size_t > fMinNumLayers
Key: detector, value: Minimal number of layers.
YAML::Node ToYaml() const
Save to YAML.
std::map< ECbmModuleId, size_t > fMinNumDigis
Key: detector, value: minimal number of digis.
DigiEventSelectorConfig(YAML::Node config)
Constructor from YAML.
Algorithm to select CbmDigiEvents based on the number of digis and the number of activated layers in ...