Project
Loading...
Searching...
No Matches
ParticleInfoExt.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_PARTICLEINFO_EXT_H
13
#define ALICEO2_PARTICLEINFO_EXT_H
14
15
#include "
ReconstructionDataFormats/Track.h
"
16
#include "
ReconstructionDataFormats/GlobalTrackID.h
"
17
#include "
SimulationDataFormat/MCTrack.h
"
18
19
namespace
o2::its3::study
20
{
21
22
struct
ParticleInfoExt
{
23
// cluster info
24
uint8_t
clusters
{0};
25
uint8_t
fakeClusters
{0};
26
// reco info
27
uint8_t
isReco
{0};
28
uint8_t
isFake
{0};
29
// matching info
30
uint8_t
recoTracks
;
31
uint8_t
fakeTracks
;
32
// reco track
33
track::TrackParCov
recoTrack
;
34
// mc info
35
MCTrack
mcTrack
;
36
37
ClassDefNV
(
ParticleInfoExt
, 1);
38
};
39
40
}
// namespace o2::its3::study
41
42
#endif
Track.h
Base track model for the Barrel, params only, w/o covariance.
GlobalTrackID.h
Global index for barrel track: provides provenance (detectors combination), index in respective array...
MCTrack.h
Definition of the MCTrack class.
o2::MCTrackT< float >
o2::its3::study
Definition
ITS3TrackingStudyParam.h:20
o2::track::TrackParCov
TrackParCovF TrackParCov
Definition
Track.h:33
o2::its3::study::ParticleInfoExt
Definition
ParticleInfoExt.h:22
o2::its3::study::ParticleInfoExt::isFake
uint8_t isFake
Definition
ParticleInfoExt.h:28
o2::its3::study::ParticleInfoExt::clusters
uint8_t clusters
Definition
ParticleInfoExt.h:24
o2::its3::study::ParticleInfoExt::isReco
uint8_t isReco
Definition
ParticleInfoExt.h:27
o2::its3::study::ParticleInfoExt::mcTrack
MCTrack mcTrack
Definition
ParticleInfoExt.h:35
o2::its3::study::ParticleInfoExt::recoTrack
track::TrackParCov recoTrack
Definition
ParticleInfoExt.h:33
o2::its3::study::ParticleInfoExt::ClassDefNV
ClassDefNV(ParticleInfoExt, 1)
o2::its3::study::ParticleInfoExt::fakeClusters
uint8_t fakeClusters
Definition
ParticleInfoExt.h:25
o2::its3::study::ParticleInfoExt::fakeTracks
uint8_t fakeTracks
Definition
ParticleInfoExt.h:31
o2::its3::study::ParticleInfoExt::recoTracks
uint8_t recoTracks
Definition
ParticleInfoExt.h:30
Detectors
Upgrades
ITS3
study
include
ITS3TrackingStudy
ParticleInfoExt.h
Generated on Sat Nov 29 2025 16:20:29 for Project by
1.9.8