![]() |
Project
|
#include "TRKWorkflow/DigitWriterSpec.h"#include "Framework/ConcreteDataMatcher.h"#include "Framework/DataRef.h"#include "TRKBase/AlmiraParam.h"#include "DPLUtils/MakeRootTreeWriterSpec.h"#include "DataFormatsITSMFT/Digit.h"#include "DataFormatsITSMFT/GBTCalibData.h"#include "Headers/DataHeader.h"#include "DetectorsCommonDataFormats/DetID.h"#include "DataFormatsITSMFT/ROFRecord.h"#include "SimulationDataFormat/ConstMCTruthContainer.h"#include "SimulationDataFormat/IOMCTruthContainerView.h"#include "SimulationDataFormat/MCCompLabel.h"#include <vector>#include <string>#include <algorithm>#include <format>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 | SubSpecificationType = o2::framework::DataAllocator::SubSpecificationType |
| using | o2::trk::MCCont = o2::dataformats::ConstMCTruthContainer< o2::MCCompLabel > |
Functions | |
| o2::framework::DataProcessorSpec | o2::trk::getTRKDigitWriterSpec (bool mctruth=true, bool dec=false, bool calib=false) |
Definition at line 33 of file DigitWriterSpec.cxx.