![]() |
Project
|
#include "TRDWorkflow/TRDDigitizerSpec.h"
#include "Framework/ConfigParamRegistry.h"
#include "Framework/ControlService.h"
#include "Framework/DataProcessorSpec.h"
#include "Framework/DataRefUtils.h"
#include "Framework/Lifetime.h"
#include "Headers/DataHeader.h"
#include "TStopwatch.h"
#include "TChain.h"
#include "Steer/HitProcessingManager.h"
#include <SimulationDataFormat/MCCompLabel.h>
#include <SimulationDataFormat/ConstMCTruthContainer.h>
#include "Framework/Task.h"
#include "DetectorsBase/BaseDPLDigitizer.h"
#include "DataFormatsParameters/GRPObject.h"
#include "DataFormatsTRD/TriggerRecord.h"
#include "DataFormatsTRD/Constants.h"
#include "DataFormatsTRD/Hit.h"
#include "DataFormatsTRD/Digit.h"
#include "TRDBase/Calibrations.h"
#include "TRDSimulation/Digitizer.h"
#include "TRDSimulation/Detector.h"
#include "TRDSimulation/TRDSimParams.h"
#include "DetectorsRaw/HBFUtils.h"
#include <chrono>
Go to the source code of this file.
Classes | |
class | o2::trd::TRDDPLDigitizerTask |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::trd |
Typedefs | |
using | SubSpecificationType = o2::framework::DataAllocator::SubSpecificationType |
Functions | |
o2::framework::DataProcessorSpec | o2::trd::getTRDDigitizerSpec (int channel, bool mctruth=true) |
Definition at line 39 of file TRDDigitizerSpec.cxx.