ATLAS Offline Software
Loading...
Searching...
No Matches
BFieldPoint.h
Go to the documentation of this file.
1// Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2
4{
5public:
6 BFieldPoint(double, double, double, float*);
7public:
8 virtual ~BFieldPoint(void);
9 double m_coordinates[3]{};
10 double m_field[3]{};
11};
double m_coordinates[3]
Definition BFieldPoint.h:9
double m_field[3]
Definition BFieldPoint.h:10
virtual ~BFieldPoint(void)
BFieldPoint(double, double, double, float *)