Project
Loading...
Searching...
No Matches
DPLAlpideParamInitializer.h
Go to the documentation of this file.
1// Copyright 2019-2026 CERN and copyright holders of ALICE O2.
2// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3// All rights not expressly granted are reserved.
4//
5// This software is distributed under the terms of the GNU General Public
6// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7//
8// In applying this license CERN does not waive the privileges and immunities
9// granted to it by virtue of its status as an Intergovernmental Organization
10// or submit itself to any jurisdiction.
11
12#ifndef ALICEO2_ITSMFTALPIDEPARAM_INITIALIZER_H_
13#define ALICEO2_ITSMFTALPIDEPARAM_INITIALIZER_H_
14#include <vector>
15
16namespace o2
17{
18namespace framework
19{
20class ConfigParamSpec;
21class ConfigContext;
22} // namespace framework
23namespace itsmft
24{
25
27 static constexpr char stagITSOpt[] = "enable-its-staggering";
28 static constexpr char stagMFTOpt[] = "enable-mft-staggering";
29 static constexpr bool stagDef = false;
30
31 // DPL workflow options for staggering
32 static void addConfigOption(std::vector<o2::framework::ConfigParamSpec>& opts);
33 static void addITSConfigOption(std::vector<o2::framework::ConfigParamSpec>& opts);
35 static void addMFTConfigOption(std::vector<o2::framework::ConfigParamSpec>& opts);
37};
38
39} // namespace itsmft
40} // namespace o2
41
42#endif
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
static void addMFTConfigOption(std::vector< o2::framework::ConfigParamSpec > &opts)
static bool isITSStaggeringEnabled(o2::framework::ConfigContext const &cfgc)
static bool isMFTStaggeringEnabled(o2::framework::ConfigContext const &cfgc)
static void addConfigOption(std::vector< o2::framework::ConfigParamSpec > &opts)
static void addITSConfigOption(std::vector< o2::framework::ConfigParamSpec > &opts)