|
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 cbm::util::FromString(), and fWindows.
| YAML::Node cbm::algo::evbuild::EventBuilderConfig::ToYaml | ( | ) | const |
Save to YAML.
Definition at line 30 of file EventBuilderConfig.cxx.
References fWindows, and cbm::util::ToString().
| 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 CbmTaskDigiEventQa::Config(), cbm::algo::evbuild::DigiEventQaConfig::DigiEventQaConfig(), EventBuilderConfig(), and ToYaml().