![]() |
Project
|
#include <fmt/core.h>#include <iterator>#include <memory>#include <unordered_map>#include <vector>#include <gsl/span>#include "Framework/ConfigParamRegistry.h"#include "Framework/Task.h"#include "Framework/InputRecordWalker.h"#include "Framework/Logger.h"#include "Framework/DataProcessorSpec.h"#include "Headers/DataHeader.h"#include "DataFormatsTPC/TPCSectorHeader.h"#include "DataFormatsTPC/Digit.h"#include "TPCBase/Mapper.h"#include "TPCBase/Sector.h"#include "TPCWorkflow/KryptonRawFilterSpec.h"Go to the source code of this file.
Classes | |
| class | o2::tpc::KrRawFilterDevice |
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::getKryptonRawFilterSpec (CalPad *noise=nullptr) |
Definition at line 34 of file KryptonRawFilterSpec.cxx.