ATLAS Offline Software
BFieldPoint.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2 
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)