Project
Loading...
Searching...
No Matches
AODReaderHelpers.cxx File Reference
#include "AODReaderHelpers.h"
#include "../src/ExpressionJSONHelpers.h"
#include "../src/IndexJSONHelpers.h"
#include "Framework/AnalysisDataModel.h"
#include "Framework/AnalysisHelpers.h"
#include "Framework/DataProcessingHelpers.h"
#include "Framework/AlgorithmSpec.h"
#include "Framework/DataSpecUtils.h"
#include "Framework/ConfigContext.h"
#include "Framework/AnalysisContext.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
 

Variable Documentation

◆ binding

std::string binding

Definition at line 30 of file AODReaderHelpers.cxx.

◆ description

Definition at line 33 of file AODReaderHelpers.cxx.

◆ exclusive

bool exclusive = false

Definition at line 29 of file AODReaderHelpers.cxx.

◆ expressions

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

Definition at line 109 of file AODReaderHelpers.cxx.

◆ inputSchema

std::shared_ptr<arrow::Schema> inputSchema

Definition at line 111 of file AODReaderHelpers.cxx.

◆ labels

std::vector<std::string> labels

Definition at line 31 of file AODReaderHelpers.cxx.

◆ origin

Definition at line 32 of file AODReaderHelpers.cxx.

◆ outputSchema

std::shared_ptr<arrow::Schema> outputSchema

Definition at line 36 of file AODReaderHelpers.cxx.

◆ projectors

std::vector<expressions::Projector> projectors

Definition at line 108 of file AODReaderHelpers.cxx.

◆ records

std::vector<o2::soa::IndexRecord> records

Definition at line 35 of file AODReaderHelpers.cxx.

◆ version