ATLAS Offline Software
Trigger
TrigAccel
TrigCudaFitter
src
McTrack.h
Go to the documentation of this file.
1
// Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2
#ifndef __MCTRACK_H__
3
#define __MCTRACK_H__
4
5
#include <vector>
6
7
class
McBremPoint
;
8
9
class
McTrack
10
{
11
public
:
12
McTrack
(
float
[6]);
13
virtual
~McTrack
(
void
);
14
15
double
m_params
[5];
16
double
m_totalEloss
;
17
std::vector<McBremPoint>
m_bremPoints
;
18
19
public
:
20
void
addBremPoint
(
float
x
,
float
y
,
float
z
,
float
loss);
21
};
22
23
#endif
McTrack::m_totalEloss
double m_totalEloss
Definition:
McTrack.h:16
McTrack
Definition:
McTrack.h:10
McTrack::~McTrack
virtual ~McTrack(void)
x
#define x
z
#define z
McTrack::McTrack
McTrack(float[6])
y
#define y
McTrack::m_params
double m_params[5]
Definition:
McTrack.h:15
McTrack::addBremPoint
void addBremPoint(float x, float y, float z, float loss)
McBremPoint
Definition:
McBremPoint.h:7
McTrack::m_bremPoints
std::vector< McBremPoint > m_bremPoints
Definition:
McTrack.h:17
Generated on Fri Jan 10 2025 21:13:52 for ATLAS Offline Software by
1.8.18