Project
Loading...
Searching...
No Matches
AlmiraParam.h
Go to the documentation of this file.
1// Copyright 2019-2020 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 O2_TRK_ALMIRAPARAM_H
13#define O2_TRK_ALMIRAPARAM_H
14
18
19namespace o2
20{
21namespace trk
22{
23constexpr float DEFAlmiraStrobeDelay = 0.f;
24
33
34} // namespace trk
35
36namespace framework
37{
38template <typename T>
39struct is_messageable;
40
41template <>
42struct is_messageable<o2::trk::AlmiraParam> : std::true_type {
43};
44} // namespace framework
45
46} // namespace o2
47
48#endif
Header to collect LHC related constants.
constexpr int LHCMaxBunches
constexpr float DEFAlmiraStrobeDelay
default strobe delay in ns wrt ROF start, to be tuned with the real chip response
Definition AlmiraParam.h:23
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
float strobeLengthCont
if < 0, full ROF length minus delay
Definition AlmiraParam.h:28
O2ParamDef(AlmiraParam, "TRKAlmiraParam")
int roFrameLengthInBC
ROF length in BC for continuous mode.
Definition AlmiraParam.h:26
float strobeDelay
strobe start in ns wrt ROF start
Definition AlmiraParam.h:27
int roFrameBiasInBC
ROF start bias in BC wrt orbit start.
Definition AlmiraParam.h:29