Project
Loading...
Searching...
No Matches
CookedConfigParam.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 ALICEO2_COOKEDTRACKINGPARAM_H_
13
#define ALICEO2_COOKEDTRACKINGPARAM_H_
14
15
#include "
CommonUtils/ConfigurableParamHelper.h
"
16
17
namespace
o2
18
{
19
namespace
its
20
{
21
22
struct
CookedConfigParam
:
public
o2::conf::ConfigurableParamHelper
<CookedConfigParam> {
23
// seed "windows" in z and phi: makeSeeds
24
float
zWin
= 0.33;
25
float
minPt
= 0.05;
26
// Maximal accepted impact parameters for the seeds
27
float
maxDCAxy
= 3.;
28
float
maxDCAz
= 3.;
29
// Space-point resolution
30
float
sigma
= 0.0005;
31
// Tracking "road" from layer to layer
32
float
roadY
= 0.2;
33
float
roadZ
= 0.3;
34
// Minimal number of attached clusters
35
int
minNumberOfClusters
= 4;
36
37
O2ParamDef
(
CookedConfigParam
,
"ITSCookedTracker"
);
38
};
39
40
}
// namespace its
41
}
// namespace o2
42
#endif
ConfigurableParamHelper.h
o2::conf::ConfigurableParamHelper
Definition
ConfigurableParamHelper.h:78
o2
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
Definition
BitstreamReader.h:24
o2::its::CookedConfigParam
Definition
CookedConfigParam.h:22
o2::its::CookedConfigParam::roadZ
float roadZ
Definition
CookedConfigParam.h:33
o2::its::CookedConfigParam::maxDCAz
float maxDCAz
Definition
CookedConfigParam.h:28
o2::its::CookedConfigParam::roadY
float roadY
Definition
CookedConfigParam.h:32
o2::its::CookedConfigParam::maxDCAxy
float maxDCAxy
Definition
CookedConfigParam.h:27
o2::its::CookedConfigParam::minNumberOfClusters
int minNumberOfClusters
Definition
CookedConfigParam.h:35
o2::its::CookedConfigParam::sigma
float sigma
Definition
CookedConfigParam.h:30
o2::its::CookedConfigParam::O2ParamDef
O2ParamDef(CookedConfigParam, "ITSCookedTracker")
o2::its::CookedConfigParam::zWin
float zWin
Definition
CookedConfigParam.h:24
o2::its::CookedConfigParam::minPt
float minPt
Definition
CookedConfigParam.h:25
Detectors
ITSMFT
ITS
reconstruction
include
ITSReconstruction
CookedConfigParam.h
Generated on Tue Feb 25 2025 23:16:19 for Project by
1.9.8