![]() |
Project
|
#include "DataFormatsGlobalTracking/FilteredRecoTF.h"#include "CCDB/BasicCCDBManager.h"#include "DataFormatsFT0/RecPoints.h"#include "DataFormatsFDD/RecPoint.h"#include "DataFormatsFV0/RecPoints.h"#include "DataFormatsGlobalTracking/RecoContainer.h"#include "DataFormatsITS/TrackITS.h"#include "DataFormatsMFT/TrackMFT.h"#include "DataFormatsMCH/TrackMCH.h"#include "DataFormatsTPC/TrackTPC.h"#include "DataFormatsTRD/TrackTRD.h"#include "DataFormatsZDC/BCRecData.h"#include "DataFormatsEMCAL/EventHandler.h"#include "Framework/DataProcessorSpec.h"#include "Framework/Task.h"#include "Framework/ConcreteDataMatcher.h"#include "ReconstructionDataFormats/GlobalTrackID.h"#include "ReconstructionDataFormats/PrimaryVertex.h"#include "ReconstructionDataFormats/TrackTPCITS.h"#include "ReconstructionDataFormats/VtxTrackIndex.h"#include "SimulationDataFormat/MCCompLabel.h"#include "Steer/MCKinematicsReader.h"#include "TMap.h"#include "TStopwatch.h"#include "DataFormatsITSMFT/TopologyDictionary.h"#include <boost/functional/hash.hpp>#include <boost/tuple/tuple.hpp>#include <boost/unordered_map.hpp>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | o2::filtering::FilteringSpec |
Namespaces | |
| namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
| namespace | o2::filtering |
Typedefs | |
| using | GID = o2::dataformats::GlobalTrackID |
| using | GIndex = o2::dataformats::VtxTrackIndex |
| using | DataRequest = o2::globaltracking::DataRequest |
Functions | |
| DataProcessorSpec | o2::filtering::getDataFilteringSpec (GID::mask_t src, bool enableSV, bool useMC) |
| create a processor spec | |
Definition at line 55 of file FilteringSpec.h.
| using GID = o2::dataformats::GlobalTrackID |
Definition at line 53 of file FilteringSpec.h.
| using GIndex = o2::dataformats::VtxTrackIndex |
Definition at line 54 of file FilteringSpec.h.