![]() |
Project
|
#include <AnalysisContext.h>
Public Attributes | |
std::vector< InputSpec > | requestedAODs |
std::vector< OutputSpec > | providedAODs |
std::vector< InputSpec > | requestedDYNs |
std::vector< OutputSpec > | providedDYNs |
std::vector< InputSpec > | requestedIDXs |
std::vector< OutputSpec > | providedOutputObjHist |
std::vector< InputSpec > | spawnerInputs |
std::vector< OutputTaskInfo > | outTskMap |
std::vector< OutputObjectInfo > | outObjHistMap |
std::vector< InputSpec > | outputsInputs |
std::vector< bool > | isDangling |
std::vector< InputSpec > | outputsInputsAOD |
Definition at line 33 of file AnalysisContext.h.
std::vector<bool> o2::framework::AnalysisContext::isDangling |
Definition at line 48 of file AnalysisContext.h.
std::vector<OutputObjectInfo> o2::framework::AnalysisContext::outObjHistMap |
Definition at line 44 of file AnalysisContext.h.
std::vector<InputSpec> o2::framework::AnalysisContext::outputsInputs |
Definition at line 47 of file AnalysisContext.h.
std::vector<InputSpec> o2::framework::AnalysisContext::outputsInputsAOD |
Definition at line 51 of file AnalysisContext.h.
std::vector<OutputTaskInfo> o2::framework::AnalysisContext::outTskMap |
Definition at line 43 of file AnalysisContext.h.
std::vector<OutputSpec> o2::framework::AnalysisContext::providedAODs |
Definition at line 35 of file AnalysisContext.h.
std::vector<OutputSpec> o2::framework::AnalysisContext::providedDYNs |
Definition at line 37 of file AnalysisContext.h.
std::vector<OutputSpec> o2::framework::AnalysisContext::providedOutputObjHist |
Definition at line 39 of file AnalysisContext.h.
std::vector<InputSpec> o2::framework::AnalysisContext::requestedAODs |
Definition at line 34 of file AnalysisContext.h.
std::vector<InputSpec> o2::framework::AnalysisContext::requestedDYNs |
Definition at line 36 of file AnalysisContext.h.
std::vector<InputSpec> o2::framework::AnalysisContext::requestedIDXs |
Definition at line 38 of file AnalysisContext.h.
std::vector<InputSpec> o2::framework::AnalysisContext::spawnerInputs |
Definition at line 40 of file AnalysisContext.h.