![]() |
Project
|
Writer for calibration data. More...
#include <bitset>#include <filesystem>#include <memory>#include <vector>#include <string>#include "fmt/format.h"#include "TTree.h"#include <fairmq/Device.h>#include "Framework/Task.h"#include "Framework/RawDeviceService.h"#include "Framework/ControlService.h"#include "Framework/ConfigParamRegistry.h"#include "Framework/Logger.h"#include "Framework/DataProcessorSpec.h"#include "Framework/WorkflowSpec.h"#include "Framework/InputRecordWalker.h"#include "Framework/DataTakingContext.h"#include "Headers/DataHeader.h"#include "CommonUtils/NameConf.h"#include "DetectorsCommonDataFormats/FileMetaData.h"#include "DetectorsCommonDataFormats/DetID.h"#include "TPCWorkflow/ProcessingHelpers.h"#include "TPCWorkflow/FileWriterSpec.h"#include "DataFormatsTPC/Digit.h"#include "DataFormatsTPC/KrCluster.h"#include "DataFormatsTPC/TPCSectorHeader.h"#include "TPCBase/Sector.h"Go to the source code of this file.
Classes | |
| class | o2::tpc::FileWriterDevice< T > |
Namespaces | |
| namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
| namespace | o2::tpc |
| Global TPC definitions and constants. | |
Typedefs | |
| using | SubSpecificationType = DataAllocator::SubSpecificationType |
| using | DetID = o2::detectors::DetID |
Functions | |
| template<typename T > | |
| DataProcessorSpec | o2::tpc::getFileWriterSpec (const std::string inputSpec, const BranchType branchType, unsigned long sectorMask) |
| template o2::framework::DataProcessorSpec | o2::tpc::getFileWriterSpec< o2::tpc::Digit > (const std::string inputSpec, const BranchType branchType, unsigned long sectorMask) |
| template o2::framework::DataProcessorSpec | o2::tpc::getFileWriterSpec< o2::tpc::KrCluster > (const std::string inputSpec, const BranchType branchType, unsigned long sectorMask) |
Writer for calibration data.
Definition in file FileWriterSpec.cxx.
| using DetID = o2::detectors::DetID |
Definition at line 51 of file FileWriterSpec.cxx.
Definition at line 50 of file FileWriterSpec.cxx.