![]() |
Project
|
#include <algorithm>#include <cctype>#include <memory>#include <vector>#include <format>#include "TRKWorkflow/ClusterWriterSpec.h"#include "Framework/ConcreteDataMatcher.h"#include "Framework/DataRef.h"#include "TRKBase/AlmiraParam.h"#include "DPLUtils/MakeRootTreeWriterSpec.h"#include "DataFormatsTRK/Cluster.h"#include "DataFormatsTRK/ROFRecord.h"#include "SimulationDataFormat/MCCompLabel.h"#include "SimulationDataFormat/MCTruthContainer.h"Go to the source code of this file.
Namespaces | |
| namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
| namespace | o2::trk |
Typedefs | |
| using | o2::trk::ClustersType = std::vector< o2::trk::Cluster > |
| using | o2::trk::PatternsType = std::vector< unsigned char > |
| using | o2::trk::ROFrameType = std::vector< o2::trk::ROFRecord > |
| using | o2::trk::ROFRecLblType = std::vector< o2::trk::MC2ROFRecord > |
Functions | |
| framework::DataProcessorSpec | o2::trk::getClusterWriterSpec (bool useMC) |