![]() |
Project
|
Implementation of a data processor to produce raw files from a Digits stream. More...
#include "HMPIDWorkflow/WriteRawFileSpec.h"#include <random>#include <iostream>#include <fstream>#include <stdexcept>#include <array>#include <functional>#include <vector>#include <algorithm>#include "Framework/CallbackService.h"#include "Framework/ConfigParamRegistry.h"#include "Framework/ControlService.h"#include "Framework/DataProcessorSpec.h"#include "Framework/Lifetime.h"#include "Framework/Output.h"#include "Framework/Task.h"#include "Framework/WorkflowSpec.h"#include "Framework/Logger.h"#include "Framework/DataRefUtils.h"#include "Framework/InputRecordWalker.h"#include "Headers/RAWDataHeader.h"#include "DetectorsRaw/RDHUtils.h"#include "DPLUtils/DPLRawParser.h"#include "CommonDataFormat/InteractionRecord.h"#include "DataFormatsHMP/Digit.h"#include "DataFormatsHMP/Trigger.h"#include "HMPIDBase/Geo.h"#include "HMPIDSimulation/HmpidCoder2.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::hmpid |
Functions | |
| o2::framework::DataProcessorSpec | o2::hmpid::getWriteRawFileSpec (std::string inputSpec="HMP/DIGITS") |
Implementation of a data processor to produce raw files from a Digits stream.
Definition in file WriteRawFileSpec.cxx.