![]() |
Project
|
Implementation of a data processor to read a raw file and produce Raw Pages stream. More...
#include <random>#include <iostream>#include <fstream>#include <stdexcept>#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 "Headers/RAWDataHeader.h"#include "DetectorsRaw/RDHUtils.h"#include "DPLUtils/DPLRawParser.h"#include "HMPIDWorkflow/ReadRawFileSpec.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::getReadRawFileSpec (std::string inputSpec="HMP/RAWDATA") |
Implementation of a data processor to read a raw file and produce Raw Pages stream.
Definition in file ReadRawFileSpec.cxx.