![]() |
Project
|
#include <vector>#include <string>#include <thread>#include <chrono>#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 "Framework/InputRecordWalker.h"#include "DataFormatsTPC/TPCSectorHeader.h"#include "Headers/DataHeader.h"#include "CCDB/CcdbApi.h"#include "DetectorsCalibration/Utils.h"#include "TPCQC/Clusters.h"#include "TPCBase/Mapper.h"#include "TPCMonitor/SimpleEventDisplayGUI.h"#include "TPCCalibration/DigitDump.h"#include "TPCReconstruction/RawReaderCRU.h"#include "TPCWorkflow/CalibProcessingHelper.h"Go to the source code of this file.
Classes | |
| class | o2::tpc::TPCMonitorDevice |
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::getMonitorWorkflowSpec (std::string inputSpec="tpcraw:TPC/RAWDATA") |
Definition at line 38 of file MonitorWorkflowSpec.cxx.