Loading...
Searching...
No Matches
#include "Framework/DataDescriptorQueryBuilder.h"
#include "Framework/DataDescriptorMatcher.h"
#include "Framework/InputSpec.h"
#include <memory>
#include <optional>
#include <string>
#include <vector>
#include <regex>
#include <iostream>
Go to the source code of this file.
|
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.
|
|
|
enum | o2::framework::QueryBuilderState {
o2::framework::IN_BEGIN_QUERY
, o2::framework::IN_BEGIN_MATCHER
, o2::framework::IN_BEGIN_BINDING
, o2::framework::IN_END_BINDING
,
o2::framework::IN_BEGIN_ORIGIN
, o2::framework::IN_END_ORIGIN
, o2::framework::IN_BEGIN_DESCRIPTION
, o2::framework::IN_END_DESCRIPTION
,
o2::framework::IN_BEGIN_SUBSPEC
, o2::framework::IN_END_SUBSPEC
, o2::framework::IN_BEGIN_TIMEMODULO
, o2::framework::IN_END_TIMEMODULO
,
o2::framework::IN_END_MATCHER
, o2::framework::IN_END_QUERY
, o2::framework::IN_STRING
, o2::framework::IN_NUMBER
,
o2::framework::IN_NEGATION
, o2::framework::IN_ERROR
, o2::framework::IN_BEGIN_ATTRIBUTES
, o2::framework::IN_END_ATTRIBUTES
,
o2::framework::IN_BEGIN_KEY
, o2::framework::IN_END_KEY
, o2::framework::IN_BEGIN_VALUE
, o2::framework::IN_END_VALUE
} |
|