Project
Loading...
Searching...
No Matches
CheckResidTypes.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_CHECK_RESID_TYPES_H
13
#define O2_CHECK_RESID_TYPES_H
14
15
#include "
ReconstructionDataFormats/Track.h
"
16
17
namespace
o2::checkresid
18
{
19
struct
Point
{
20
float
dy
= 0.f;
21
float
dz
= 0.f;
22
float
sig2y
= 0.f;
23
float
sig2z
= 0.f;
24
float
phi
= 0.f;
25
float
z
= 0.f;
26
int16_t
sens
= -1;
27
int8_t
lr
= -1;
// -1 = vtx
28
ClassDefNV(
Point
, 1)
29
};
30
31
struct
Track
{
32
o2::dataformats::GlobalTrackID
gid
{};
33
o2::track::TrackPar
track
;
34
o2::track::TrackParCov
trIBOut
;
35
o2::track::TrackParCov
trOBInw
;
36
std::vector<Point>
points
;
37
ClassDefNV(
Track
, 1)
38
};
39
40
}
// namespace o2::checkresid
41
42
#endif
Track.h
Base track model for the Barrel, params only, w/o covariance.
o2::dataformats::GlobalTrackID
Definition
GlobalTrackID.h:36
o2::track::TrackParametrization< float >
z
GLdouble GLdouble GLdouble z
Definition
glcorearb.h:843
o2::checkresid
Definition
CheckResid.h:21
o2::track::TrackParCov
TrackParCovF TrackParCov
Definition
Track.h:33
o2::checkresid::Point
Definition
CheckResidTypes.h:19
o2::checkresid::Point::dy
float dy
Definition
CheckResidTypes.h:20
o2::checkresid::Point::dz
float dz
Definition
CheckResidTypes.h:21
o2::checkresid::Point::sig2z
float sig2z
Definition
CheckResidTypes.h:23
o2::checkresid::Point::phi
float phi
Definition
CheckResidTypes.h:24
o2::checkresid::Point::sens
int16_t sens
Definition
CheckResidTypes.h:26
o2::checkresid::Point::lr
int8_t lr
Definition
CheckResidTypes.h:27
o2::checkresid::Point::sig2y
float sig2y
Definition
CheckResidTypes.h:22
o2::checkresid::Track
Definition
CheckResidTypes.h:31
o2::checkresid::Track::track
o2::track::TrackPar track
Definition
CheckResidTypes.h:33
o2::checkresid::Track::gid
o2::dataformats::GlobalTrackID gid
Definition
CheckResidTypes.h:32
o2::checkresid::Track::trIBOut
o2::track::TrackParCov trIBOut
Definition
CheckResidTypes.h:34
o2::checkresid::Track::trOBInw
o2::track::TrackParCov trOBInw
Definition
CheckResidTypes.h:35
o2::checkresid::Track::points
std::vector< Point > points
Definition
CheckResidTypes.h:36
Detectors
GlobalTrackingWorkflow
study
include
GlobalTrackingStudy
CheckResidTypes.h
Generated on Thu Dec 18 2025 15:51:19 for Project by
1.9.8