![]() |
Project
|
Implementation of a data processor to Dump o record a stream of Digits. More...
#include <random>#include <iostream>#include <fstream>#include <stdexcept>#include <array>#include <functional>#include <vector>#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 "DataFormatsHMP/Digit.h"#include "DataFormatsHMP/Trigger.h"#include "HMPIDBase/Geo.h"#include "HMPIDWorkflow/DumpDigitsSpec.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::getDumpDigitsSpec (std::string inputSpec="HMP/DIGITS") |
Implementation of a data processor to Dump o record a stream of Digits.
Definition in file DumpDigitsSpec.cxx.