![]() |
Project
|
#include "Framework/WorkflowSpec.h"#include "Framework/ConfigParamRegistry.h"#include "Framework/RawDeviceService.h"#include "Framework/DataProcessingHelpers.h"#include "Framework/InputRecordWalker.h"#include "Framework/Task.h"#include "Framework/DataTakingContext.h"#include "Framework/TimingInfo.h"#include "DataFormatsParameters/GRPECSObject.h"#include "DetectorsCommonDataFormats/FileMetaData.h"#include "RawTFDumpSpec.h"#include "TFReaderDD/SubTimeFrameFile.h"#include "CommonUtils/NameConf.h"#include "CommonUtils/FileSystemUtils.h"#include "CommonUtils/StringUtils.h"#include "Algorithm/RangeTokenizer.h"#include <unistd.h>#include <TMath.h>#include <filesystem>#include <random>#include <set>Go to the source code of this file.
Classes | |
| class | o2::rawdd::RawTFDump |
Namespaces | |
| namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
| namespace | o2::rawdd |
Typedefs | |
| using | o2::rawdd::DataHeader = o2::header::DataHeader |
| using | o2::rawdd::DetID = o2::detectors::DetID |
| using | o2::rawdd::ios = std::ios_base |
Functions | |
| DataProcessorSpec | o2::rawdd::getRawTFDumpSpec (const std::string &inpconfig, const std::string &trigger) |