Belle II Software
development
MCTrajectoryPoint.h
1
/**************************************************************************
2
* basf2 (Belle II Analysis Software Framework) *
3
* Author: The Belle II Collaboration *
4
* *
5
* See git log for contributors and copyright holders. *
6
* This file is licensed under LGPL-3.0, see LICENSE.md. *
7
**************************************************************************/
8
9
#pragma once
10
11
namespace
Belle2
{
17
struct
MCTrajectoryPoint
{
19
MCTrajectoryPoint
(
float
x_ = 0,
float
y_ = 0,
float
z_ = 0,
float
px_ = 0,
float
py_ = 0,
float
pz_ = 0):
20
x
(x_),
y
(y_),
z
(z_),
px
(px_),
py
(py_),
pz
(pz_) {}
21
float
x
;
22
float
y
;
23
float
z
;
24
float
px
;
25
float
py
;
26
float
pz
;
27
};
28
29
}
//Belle2 namespace
Belle2
Abstract base class for different kinds of events.
Definition
MillepedeAlgorithm.h:17
Belle2::MCTrajectoryPoint::MCTrajectoryPoint
MCTrajectoryPoint(float x_=0, float y_=0, float z_=0, float px_=0, float py_=0, float pz_=0)
Constructor to allow initialization.
Definition
MCTrajectoryPoint.h:19
Belle2::MCTrajectoryPoint::py
float py
momentum along y
Definition
MCTrajectoryPoint.h:25
Belle2::MCTrajectoryPoint::px
float px
momentum along x
Definition
MCTrajectoryPoint.h:24
Belle2::MCTrajectoryPoint::y
float y
y coordinate
Definition
MCTrajectoryPoint.h:22
Belle2::MCTrajectoryPoint::x
float x
x coordinate
Definition
MCTrajectoryPoint.h:21
Belle2::MCTrajectoryPoint::pz
float pz
momentum along z
Definition
MCTrajectoryPoint.h:26
Belle2::MCTrajectoryPoint::z
float z
z coordinate
Definition
MCTrajectoryPoint.h:23
simulation
dataobjects
include
MCTrajectoryPoint.h
Generated on Sun Sep 21 2025 02:55:43 for Belle II Software by
1.13.2