ATLAS Offline Software
Trigger
TrigAccel
TrigCudaFitter
src
BFieldPoint.h
Go to the documentation of this file.
1
// Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2
3
class
BFieldPoint
4
{
5
public
:
6
BFieldPoint
(
double
,
double
,
double
,
float
*);
7
public
:
8
virtual
~BFieldPoint
(
void
);
9
double
m_coordinates
[3]{};
10
double
m_field
[3]{};
11
};
BFieldPoint::BFieldPoint
BFieldPoint(double, double, double, float *)
BFieldPoint
Definition:
BFieldPoint.h:4
BFieldPoint::m_field
double m_field[3]
Definition:
BFieldPoint.h:10
BFieldPoint::m_coordinates
double m_coordinates[3]
Definition:
BFieldPoint.h:9
BFieldPoint::~BFieldPoint
virtual ~BFieldPoint(void)
Generated on Fri Jan 10 2025 21:07:23 for ATLAS Offline Software by
1.8.18