Project
Loading...
Searching...
No Matches
ITSTPCMatchingQCParams.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
13
14
#ifndef ALICEO2_ITSTPCMATCHINGQC_PARAMS_H
15
#define ALICEO2_ITSTPCMATCHINGQC_PARAMS_H
16
17
#include "
CommonUtils/ConfigurableParam.h
"
18
#include "
CommonUtils/ConfigurableParamHelper.h
"
19
20
namespace
o2
21
{
22
namespace
globaltracking
23
{
24
25
// There are configurable params for TPC-ITS matching
26
struct
ITSTPCMatchingQCParams
:
public
o2::conf::ConfigurableParamHelper
<ITSTPCMatchingQCParams> {
27
28
float
minPtCut
= 0.1f;
29
float
etaCut
= 1.4f;
30
int32_t
minNTPCClustersCut
= 60;
31
float
minDCACut
= 100.f;
32
float
minDCACutY
= 10.f;
33
34
O2ParamDef
(
ITSTPCMatchingQCParams
,
"ITSTPCMatchingQC"
);
35
};
36
37
}
// namespace globaltracking
38
}
// end namespace o2
39
40
#endif
ConfigurableParamHelper.h
ConfigurableParam.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::globaltracking::ITSTPCMatchingQCParams
Definition
ITSTPCMatchingQCParams.h:26
o2::globaltracking::ITSTPCMatchingQCParams::minDCACutY
float minDCACutY
Definition
ITSTPCMatchingQCParams.h:32
o2::globaltracking::ITSTPCMatchingQCParams::O2ParamDef
O2ParamDef(ITSTPCMatchingQCParams, "ITSTPCMatchingQC")
o2::globaltracking::ITSTPCMatchingQCParams::minPtCut
float minPtCut
Definition
ITSTPCMatchingQCParams.h:28
o2::globaltracking::ITSTPCMatchingQCParams::minDCACut
float minDCACut
Definition
ITSTPCMatchingQCParams.h:31
o2::globaltracking::ITSTPCMatchingQCParams::minNTPCClustersCut
int32_t minNTPCClustersCut
Definition
ITSTPCMatchingQCParams.h:30
o2::globaltracking::ITSTPCMatchingQCParams::etaCut
float etaCut
Definition
ITSTPCMatchingQCParams.h:29
Detectors
GlobalTracking
include
GlobalTracking
ITSTPCMatchingQCParams.h
Generated on Tue Feb 25 2025 23:16:18 for Project by
1.9.8