Project
Loading...
Searching...
No Matches
o2::framework::InputInfo Struct Reference

#include <AnalysisHelpers.h>

Public Attributes

uint32_t hash
 
std::vector< std::pair< int, ConcreteDataMatcher > > matchers
 

Detailed Description

Structure to contain mapping between matchers and process functions. Process function is identified by hash, each matcher has associated argument position for that process function; single argument can have many matchers associated due to complicated joins

Definition at line 34 of file AnalysisHelpers.h.

Member Data Documentation

◆ hash

uint32_t o2::framework::InputInfo::hash

Definition at line 35 of file AnalysisHelpers.h.

◆ matchers

std::vector<std::pair<int, ConcreteDataMatcher> > o2::framework::InputInfo::matchers

Definition at line 36 of file AnalysisHelpers.h.


The documentation for this struct was generated from the following file: