Project
Loading...
Searching...
No Matches
TrackBlock.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
16
17
#ifndef O2_MCH_TRACKBLOCK_H_
18
#define O2_MCH_TRACKBLOCK_H_
19
20
#include <iostream>
21
22
namespace
o2
23
{
24
namespace
mch
25
{
26
28
struct
TrackParamStruct
{
29
double
x
;
30
double
y
;
31
double
z
;
32
double
px
;
33
double
py
;
34
double
pz
;
35
short
sign
;
36
};
37
38
std::ostream&
operator<<
(std::ostream&
stream
,
const
TrackParamStruct
& trackParam);
39
40
}
// namespace mch
41
}
// namespace o2
42
43
#endif
// O2_MCH_TRACKBLOCK_H_
stream
GLuint GLuint stream
Definition
glcorearb.h:1806
o2::dataformats::operator<<
std::ostream & operator<<(std::ostream &os, const o2::dataformats::MeanVertexObject &o)
Definition
MeanVertexObject.cxx:51
o2
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
Definition
BitstreamReader.h:24
o2::mch::TrackParamStruct
track parameters minimal structure
Definition
TrackBlock.h:28
o2::mch::TrackParamStruct::z
double z
track position along z
Definition
TrackBlock.h:31
o2::mch::TrackParamStruct::px
double px
track momentum along x
Definition
TrackBlock.h:32
o2::mch::TrackParamStruct::y
double y
track position along y
Definition
TrackBlock.h:30
o2::mch::TrackParamStruct::sign
short sign
track sign
Definition
TrackBlock.h:35
o2::mch::TrackParamStruct::py
double py
track momentum along y
Definition
TrackBlock.h:33
o2::mch::TrackParamStruct::x
double x
track position along x
Definition
TrackBlock.h:29
o2::mch::TrackParamStruct::pz
double pz
track momentum along z
Definition
TrackBlock.h:34
Detectors
MUON
MCH
Base
include
MCHBase
TrackBlock.h
Generated on Tue Feb 25 2025 23:16:21 for Project by
1.9.8