![]() |
Project
|
#include "AODMcProducerHelpers.h"
#include "DataFormatsEMCAL/Cell.h"
#include "DataFormatsGlobalTracking/RecoContainer.h"
#include "DataFormatsPHOS/Cell.h"
#include "DataFormatsTRD/TrackTRD.h"
#include "DetectorsBase/GRPGeomHelper.h"
#include "DetectorsBase/Propagator.h"
#include "Framework/DataProcessorSpec.h"
#include "Framework/Task.h"
#include "ReconstructionDataFormats/GlobalTrackID.h"
#include "ReconstructionDataFormats/VtxTrackIndex.h"
#include "Steer/MCKinematicsReader.h"
#include "TStopwatch.h"
#include "ZDCBase/Constants.h"
#include "GlobalTracking/MatchGlobalFwd.h"
#include "CommonUtils/TreeStreamRedirector.h"
#include "CommonUtils/EnumFlags.h"
#include <cstdint>
#include <limits>
#include <set>
#include <vector>
#include <random>
Go to the source code of this file.
Classes | |
class | o2::aodproducer::BunchCrossings |
class | o2::aodproducer::AODProducerWorkflowDPL |
class | o2::aodproducer::CellHelper |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::aodproducer |
Typedefs | |
using | GID = o2::dataformats::GlobalTrackID |
using | GIndex = o2::dataformats::VtxTrackIndex |
using | DataRequest = o2::globaltracking::DataRequest |
Enumerations | |
enum struct | o2::aodproducer::AODProducerStreamerFlags : uint8_t { o2::aodproducer::TrackQA } |
Functions | |
framework::DataProcessorSpec | o2::aodproducer::getAODProducerWorkflowSpec (GID::mask_t src, bool enableSV, bool enableST, bool useMC, bool CTPConfigPerRun, bool enableFITextra) |
create a processor spec | |
Definition at line 43 of file AODProducerWorkflowSpec.h.
using GID = o2::dataformats::GlobalTrackID |
Definition at line 41 of file AODProducerWorkflowSpec.h.
using GIndex = o2::dataformats::VtxTrackIndex |
Definition at line 42 of file AODProducerWorkflowSpec.h.