CbmRoot
|
Configuration of the EventBuilder class. More...
#include <EventBuilderConfig.h>
Public Member Functions | |
EventBuilderConfig (YAML::Node config) | |
Constructor from YAML. | |
YAML::Node | ToYaml () const |
Save to YAML. | |
Public Attributes | |
std::map< ECbmModuleId, std::pair< double, double > > | fWindows |
Key: detector; value: [tmin, tmax]. | |
Configuration of the EventBuilder class.
Holds time windows around the trigger time in which digis are associated to an event.
Definition at line 25 of file EventBuilderConfig.h.
cbm::algo::evbuild::EventBuilderConfig::EventBuilderConfig | ( | YAML::Node | config | ) |
Constructor from YAML.
Definition at line 12 of file EventBuilderConfig.cxx.
References fWindows, and ToCbmModuleIdCaseInsensitive().
YAML::Node cbm::algo::evbuild::EventBuilderConfig::ToYaml | ( | ) | const |
Save to YAML.
Definition at line 27 of file EventBuilderConfig.cxx.
References fWindows, and cbm::algo::ToString().
Referenced by cbm::algo::evbuild::Config::ToYaml().
std::map<ECbmModuleId, std::pair<double, double> > cbm::algo::evbuild::EventBuilderConfig::fWindows |
Key: detector; value: [tmin, tmax].
Definition at line 36 of file EventBuilderConfig.h.
Referenced by cbm::algo::evbuild::EventBuilder::BuildEvent(), CbmTaskDigiEventQa::Config(), cbm::algo::evbuild::DigiEventQaConfig::DigiEventQaConfig(), EventBuilderConfig(), cbm::algo::evbuild::EventBuilder::ToString(), and ToYaml().