Project
Loading...
Searching...
No Matches
AODReaderHelpers.cxx File Reference
#include "Framework/AODReaderHelpers.h"
#include "Framework/AnalysisHelpers.h"
#include "Framework/AnalysisDataModelHelpers.h"
#include "Framework/ExpressionHelpers.h"
#include "Framework/DataProcessingHelpers.h"
#include "Framework/AlgorithmSpec.h"
#include "Framework/ControlService.h"
#include "Framework/CallbackService.h"
#include "Framework/EndOfStreamContext.h"
#include "Framework/DataSpecUtils.h"
#include "ExpressionJSONHelpers.h"
#include "Framework/ConfigContext.h"
#include "Framework/AnalysisContext.h"
#include <Monitoring/Monitoring.h>
#include <TGrid.h>
#include <TFile.h>
#include <TTreeCache.h>
#include <arrow/ipc/reader.h>
#include <arrow/ipc/writer.h>
#include <arrow/io/interfaces.h>
#include <arrow/table.h>
#include <arrow/util/key_value_metadata.h>

Go to the source code of this file.

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::framework
 Defining PrimaryVertex explicitly as messageable.
 
namespace  o2::framework::readers
 

Functions

auto o2::framework::readers::setEOSCallback (InitContext &ic)
 

Variable Documentation

◆ binding

std::string binding

Definition at line 142 of file AODReaderHelpers.cxx.

◆ description

Definition at line 149 of file AODReaderHelpers.cxx.

◆ expressions

std::vector<std::shared_ptr<gandiva::Expression> > expressions

Definition at line 144 of file AODReaderHelpers.cxx.

◆ inputSchema

std::shared_ptr<arrow::Schema> inputSchema

Definition at line 179 of file AODReaderHelpers.cxx.

◆ labels

std::vector<std::string> labels

Definition at line 143 of file AODReaderHelpers.cxx.

◆ origin

Definition at line 148 of file AODReaderHelpers.cxx.

◆ outputSchema

std::shared_ptr<arrow::Schema> outputSchema

Definition at line 178 of file AODReaderHelpers.cxx.

◆ projector

std::shared_ptr<gandiva::Projector> projector = nullptr

Definition at line 145 of file AODReaderHelpers.cxx.

◆ projectors

std::vector<expressions::Projector> projectors

Definition at line 176 of file AODReaderHelpers.cxx.

◆ schema

std::shared_ptr<arrow::Schema> schema

Definition at line 146 of file AODReaderHelpers.cxx.

◆ version