Project
Loading...
Searching...
No Matches
TrackMCStudyConfig.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_TRACKING_STUDY_CONFIG_H
13
#define O2_TRACKING_STUDY_CONFIG_H
14
#include "
CommonUtils/ConfigurableParam.h
"
15
#include "
CommonUtils/ConfigurableParamHelper.h
"
16
17
namespace
o2::trackstudy
18
{
19
struct
TrackMCStudyConfig
:
o2::conf::ConfigurableParamHelper
<TrackMCStudyConfig> {
20
float
minPt
= 0.05;
21
float
maxTgl
= 1.5;
22
float
minPtMC
= 0.05;
23
float
maxTglMC
= 1.5;
24
float
maxRMC
= 33.;
25
float
maxPosTglMC
= 2.;
26
float
maxPVZOffset
= 15.;
27
float
decayMotherMaxT
= 1.0f;
// max TOF in ns for mother particles to study
28
bool
requireITSorTPCTrackRefs
=
true
;
29
bool
requireTopBottomRefs
=
false
;
30
int
minTPCRefsToExtractClRes
= 2;
31
int
nOccBinsDrift
= 10;
// number of bins for TPC max drift time, where we integrate the occupancies
32
int
nTBPerOccBin
= 48;
// number of TB per occ bin
33
float
rejectClustersResStat
= 0.1;
34
float
maxTPCRefExtrap
= 2;
// max dX to extrapolate the track ref when extrapolating track true posions
35
int
decayPDG
[5] = {310, 3122, 411, 421, -1};
// decays to study, must end by -1
36
O2ParamDef
(
TrackMCStudyConfig
,
"trmcconf"
);
37
};
38
}
// namespace o2::trackstudy
39
40
#endif
ConfigurableParamHelper.h
ConfigurableParam.h
o2::conf::ConfigurableParamHelper
Definition
ConfigurableParamHelper.h:78
o2::trackstudy
Definition
DumpTracks.h:23
o2::trackstudy::TrackMCStudyConfig
Definition
TrackMCStudyConfig.h:19
o2::trackstudy::TrackMCStudyConfig::decayPDG
int decayPDG[5]
Definition
TrackMCStudyConfig.h:35
o2::trackstudy::TrackMCStudyConfig::requireTopBottomRefs
bool requireTopBottomRefs
Definition
TrackMCStudyConfig.h:29
o2::trackstudy::TrackMCStudyConfig::rejectClustersResStat
float rejectClustersResStat
Definition
TrackMCStudyConfig.h:33
o2::trackstudy::TrackMCStudyConfig::maxRMC
float maxRMC
Definition
TrackMCStudyConfig.h:24
o2::trackstudy::TrackMCStudyConfig::minTPCRefsToExtractClRes
int minTPCRefsToExtractClRes
Definition
TrackMCStudyConfig.h:30
o2::trackstudy::TrackMCStudyConfig::O2ParamDef
O2ParamDef(TrackMCStudyConfig, "trmcconf")
o2::trackstudy::TrackMCStudyConfig::maxTgl
float maxTgl
Definition
TrackMCStudyConfig.h:21
o2::trackstudy::TrackMCStudyConfig::maxPVZOffset
float maxPVZOffset
Definition
TrackMCStudyConfig.h:26
o2::trackstudy::TrackMCStudyConfig::nTBPerOccBin
int nTBPerOccBin
Definition
TrackMCStudyConfig.h:32
o2::trackstudy::TrackMCStudyConfig::minPtMC
float minPtMC
Definition
TrackMCStudyConfig.h:22
o2::trackstudy::TrackMCStudyConfig::requireITSorTPCTrackRefs
bool requireITSorTPCTrackRefs
Definition
TrackMCStudyConfig.h:28
o2::trackstudy::TrackMCStudyConfig::minPt
float minPt
Definition
TrackMCStudyConfig.h:20
o2::trackstudy::TrackMCStudyConfig::decayMotherMaxT
float decayMotherMaxT
Definition
TrackMCStudyConfig.h:27
o2::trackstudy::TrackMCStudyConfig::maxTglMC
float maxTglMC
Definition
TrackMCStudyConfig.h:23
o2::trackstudy::TrackMCStudyConfig::maxTPCRefExtrap
float maxTPCRefExtrap
Definition
TrackMCStudyConfig.h:34
o2::trackstudy::TrackMCStudyConfig::nOccBinsDrift
int nOccBinsDrift
Definition
TrackMCStudyConfig.h:31
o2::trackstudy::TrackMCStudyConfig::maxPosTglMC
float maxPosTglMC
Definition
TrackMCStudyConfig.h:25
Detectors
GlobalTrackingWorkflow
study
include
GlobalTrackingStudy
TrackMCStudyConfig.h
Generated on Fri Jun 27 2025 13:12:36 for Project by
1.9.8