![]() |
Project
|
Implementation of a data processor to match the reconstructed tracks with the simulated ones. More...
#include "TrackMCLabelFinderSpec.h"#include <string>#include <stdexcept>#include <unordered_map>#include <vector>#include <gsl/span>#include "DetectorsCommonDataFormats/DetID.h"#include "Framework/ConfigParamRegistry.h"#include "Framework/DataProcessorSpec.h"#include "Framework/Task.h"#include "Framework/Logger.h"#include "Framework/WorkflowSpec.h"#include "Steer/MCKinematicsReader.h"#include "SimulationDataFormat/MCCompLabel.h"#include "SimulationDataFormat/TrackReference.h"#include "DataFormatsMCH/ROFRecord.h"#include "DataFormatsMCH/TrackMCH.h"#include "DataFormatsMCH/Cluster.h"Go to the source code of this file.
Classes | |
| class | o2::mch::TrackMCLabelFinderTask |
Namespaces | |
| namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
| namespace | o2::mch |
Functions | |
| o2::framework::DataProcessorSpec | o2::mch::getTrackMCLabelFinderSpec (const char *specName, const char *digitRofDataDescription, const char *digitLabelDataDescription) |
Implementation of a data processor to match the reconstructed tracks with the simulated ones.
Definition in file TrackMCLabelFinderSpec.cxx.