![]() |
Project
|
Implementation of a data processor to group MCH digits based on MID information. More...
#include "EventFinderSpec.h"#include <chrono>#include <string>#include <vector>#include <fmt/format.h>#include <gsl/span>#include "Framework/CallbackService.h"#include "Framework/ConfigParamRegistry.h"#include "Framework/Task.h"#include "Framework/WorkflowSpec.h"#include "Framework/Logger.h"#include "CommonUtils/ConfigurableParam.h"#include "SimulationDataFormat/MCCompLabel.h"#include "SimulationDataFormat/MCTruthContainer.h"#include "DataFormatsMCH/ROFRecord.h"#include "DataFormatsMCH/Digit.h"#include "DataFormatsMID/ROFRecord.h"#include "MCHTriggering/EventFinder.h"Go to the source code of this file.
Classes | |
| class | o2::mch::EventFinderTask |
Namespaces | |
| namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
| namespace | o2::mch |
Functions | |
| DataProcessorSpec | o2::mch::getEventFinderSpec (bool useMC, std::string_view specName, std::string_view inputDigitDataDescription, std::string_view outputDigitDataDescription, std::string_view inputDigitRofDataDescription, std::string_view outputDigitRofDataDescription, std::string_view inputDigitLabelDataDescription, std::string_view outputDigitLabelDataDescription) |
Implementation of a data processor to group MCH digits based on MID information.
Definition in file EventFinderSpec.cxx.