Project
Loading...
Searching...
No Matches
ParameterDetector.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
15
16#ifndef ALICEO2_TPC_ParameterDetector_H_
17#define ALICEO2_TPC_ParameterDetector_H_
18
19#include <array>
20#include "DataFormatsTPC/Defs.h"
23
24namespace o2
25{
26namespace tpc
27{
28
29struct ParameterDetector : public o2::conf::ConfigurableParamHelper<ParameterDetector> {
30
31 float TPClength = 250.f;
32 float TPCRecoWindowSim = 1.5f;
33 float PadCapacitance = 0.1f;
35 float DriftTimeOffset = 7.3;
36 bool ExcludeFCGap = true;
37
39};
40} // namespace tpc
41} // namespace o2
42
43#endif // ALICEO2_TPC_ParameterDetector_H_
unsigned int TimeBin
global time bin
Definition Defs.h:132
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
float PadCapacitance
Capacitance of a single pad [pF].
O2ParamDef(ParameterDetector, "TPCDetParam")
bool ExcludeFCGap
exclude electrons created in the gap between the IFC vessel and OFC vessel and FC strips
float DriftTimeOffset
drift time offset in time bins (we observe ~2.4\mus before October 2023 and ~1.45 \mus after)
float TPClength
Length of the TPC [cm].
float TPCRecoWindowSim
length of the reconstruction window in units of drift time of the TPC in simulation (Neutron capture ...
TimeBin TmaxTriggered
Maximum time bin in case of triggered readout mode.