![]()  | 
  
    Project
    
   | 
 
#include <vector>#include <fmt/format.h>#include <filesystem>#include "Framework/Task.h"#include "Framework/ControlService.h"#include "Framework/Logger.h"#include "Framework/DataProcessorSpec.h"#include "Framework/DeviceSpec.h"#include "Framework/DataTakingContext.h"#include "DetectorsCommonDataFormats/FileMetaData.h"#include "Headers/DataHeader.h"#include "TPCCalibration/IDCFactorization.h"#include "TPCCalibration/IDCAverageGroup.h"#include "CCDB/CcdbApi.h"#include "TPCWorkflow/TPCDistributeIDCSpec.h"#include "TPCBase/CRU.h"#include "CommonUtils/NameConf.h"#include "TPCWorkflow/ProcessingHelpers.h"#include "TPCBase/CDBInterface.h"#include "DetectorsCalibration/Utils.h"#include "TPCCalibration/IDCCCDBHelper.h"Go to the source code of this file.
Classes | |
| class | o2::tpc::TPCFactorizeIDCSpec | 
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.  | |
Functions | |
| DataProcessorSpec | o2::tpc::getTPCFactorizeIDCSpec (const int lane, const std::vector< uint32_t > &crus, const unsigned int timeframes, const unsigned int timeframesDeltaIDC, const IDCDeltaCompression compression, const bool usePrecisetimeStamp, const bool sendOutputFFT, const bool sendCCDB, const int nTFsBuffer=1) |