![]() |
Project
|
#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/WorkflowHelper.h"#include "DataFormatsTPC/TPCSectorHeader.h"#include "DataFormatsTPC/TrackCuts.h"#include "Headers/DataHeader.h"#include "Headers/DataHeaderHelpers.h"#include "DetectorsCalibration/Utils.h"#include "TPCCalibration/TrackDump.h"Go to the source code of this file.
Classes | |
| class | o2::tpc::TrackAndClusterFilterDevice |
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::getTrackAndClusterFilterSpec (const std::string dataDescriptionStr="TRACKS", const bool writeMC=false) |
Definition at line 32 of file TrackAndClusterFilterSpec.cxx.