![]() |
Project
|
#include <algorithm>#include <cctype>#include <memory>#include <vector>#include <format>#include "IOTOFWorkflow/ClusterWriterSpec.h"#include "Framework/ConcreteDataMatcher.h"#include "Framework/DataRef.h"#include "DetectorsCommonDataFormats/DetID.h"#include "DPLUtils/MakeRootTreeWriterSpec.h"#include "DataFormatsIOTOF/Cluster.h"#include "DataFormatsIOTOF/Digit.h"#include "DataFormatsITSMFT/ROFRecord.h"#include "SimulationDataFormat/MCCompLabel.h"#include "SimulationDataFormat/ConstMCTruthContainer.h"#include "SimulationDataFormat/IOMCTruthContainerView.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::iotof |
Typedefs | |
| template<typename T > | |
| using | o2::iotof::BranchDefinition = MakeRootTreeWriterSpec::BranchDefinition< T > |
| using | o2::iotof::ClustersType = std::vector< o2::iotof::Cluster > |
| using | o2::iotof::PatternsType = std::vector< unsigned char > |
| using | o2::iotof::ROFrameType = std::vector< o2::itsmft::ROFRecord > |
| using | o2::iotof::LabelsType = o2::dataformats::MCTruthContainer< o2::MCCompLabel > |
Functions | |
| DataProcessorSpec | o2::iotof::getClusterWriterSpec (bool mctruth, bool dec, o2::header::DataOrigin detOrig, o2::detectors::DetID detId) |
| o2::framework::DataProcessorSpec | o2::iotof::getIOTOFClusterWriterSpec (bool useMC, bool dec) |