![]() |
Project
|
Implementation of a data processor to match MCH and MID tracks. More...
#include "TrackMatcherSpec.h"#include <chrono>#include <string>#include <vector>#include <gsl/span>#include "Framework/CallbackService.h"#include "Framework/ConfigParamRegistry.h"#include "Framework/Task.h"#include "Framework/Logger.h"#include "CommonUtils/ConfigurableParam.h"#include "DataFormatsMCH/ROFRecord.h"#include "DataFormatsMCH/TrackMCH.h"#include "DataFormatsMID/ROFRecord.h"#include "DataFormatsMID/Track.h"#include "ReconstructionDataFormats/TrackMCHMID.h"#include "SimulationDataFormat/MCCompLabel.h"#include "MUONMatching/TrackMatcher.h"Go to the source code of this file.
Classes | |
| class | o2::muon::TrackMatcherTask |
Namespaces | |
| namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
| namespace | o2::muon |
Functions | |
| DataProcessorSpec | o2::muon::getTrackMatcherSpec (bool useMC, const char *name) |
Implementation of a data processor to match MCH and MID tracks.
Definition in file TrackMatcherSpec.cxx.