![]() |
Project
|
#include <string_view>#include <unordered_map>#include <vector>#include <string>#include "fmt/format.h"#include "Framework/Task.h"#include "Framework/ControlService.h"#include "Framework/ConfigParamRegistry.h"#include "Framework/Logger.h"#include "Framework/DataProcessorSpec.h"#include "Framework/WorkflowSpec.h"#include "DataFormatsTPC/TPCSectorHeader.h"#include "Headers/DataHeader.h"#include "CCDB/CcdbApi.h"#include "DetectorsCalibration/Utils.h"#include "DataFormatsParameters/GRPObject.h"#include "CommonUtils/NameConf.h"#include "CCDB/BasicCCDBManager.h"#include "TPCQC/Clusters.h"#include "TPCBase/Mapper.h"#include "TPCCalibration/DigitDump.h"#include "TPCReconstruction/RawReaderCRU.h"#include "TPCWorkflow/CalibProcessingHelper.h"#include "TPCReconstruction/IonTailCorrection.h"Go to the source code of this file.
Classes | |
| class | o2::tpc::TPCDigitDumpDevice |
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 = o2::framework::DataAllocator::SubSpecificationType |
Functions | |
| o2::framework::DataProcessorSpec | o2::tpc::getRawToDigitsSpec (int channel, const std::string inputSpec, bool ignoreDistStf, std::vector< int > const &tpcSectors, bool sendCEdigits=false) |
Definition at line 40 of file RawToDigitsSpec.cxx.