![]() |
Project
|
#include "TPCWorkflow/MIPTrackFilterSpec.h"
#include <algorithm>
#include <vector>
#include <memory>
#include <random>
#include "DataFormatsTPC/TrackTPC.h"
#include "DataFormatsTPC/TrackCuts.h"
#include "Framework/CCDBParamSpec.h"
#include "Framework/Logger.h"
#include "DetectorsBase/GRPGeomHelper.h"
#include "Framework/Task.h"
#include "DetectorsBase/Propagator.h"
#include "Framework/DataProcessorSpec.h"
#include "Framework/ConfigParamRegistry.h"
#include "TPCWorkflow/ProcessingHelpers.h"
#include "Headers/DataHeader.h"
#include "DataFormatsGlobalTracking/RecoContainer.h"
#include "ReconstructionDataFormats/PrimaryVertex.h"
#include "DataFormatsCalibration/MeanVertexObject.h"
#include "ReconstructionDataFormats/VtxTrackRef.h"
Go to the source code of this file.
Classes | |
class | o2::tpc::MIPTrackFilterDevice |
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 | DataRequest = o2::globaltracking::DataRequest |
using | GID = o2::dataformats::GlobalTrackID |
Functions | |
o2::framework::DataProcessorSpec | o2::tpc::getMIPTrackFilterSpec (GID::mask_t srcTracks=GID::getSourcesMask("TPC")) |
create a processor spec | |
Definition at line 41 of file MIPTrackFilterSpec.cxx.
using GID = o2::dataformats::GlobalTrackID |
Definition at line 42 of file MIPTrackFilterSpec.cxx.