CbmRoot
Loading...
Searching...
No Matches
Field.cxx
Go to the documentation of this file.
1
/* Copyright (C) 2025-2025 Warsaw University of Technology, Warsaw
2
SPDX-License-Identifier: GPL-3.0-only
3
Authors: Daniel Wielanek [committer] */
4
#include "
Field.h
"
5
6
#include <FairField.h>
7
8
namespace
Hal
9
{
10
namespace
Fair
11
{
12
13
Field::Field
() :
fField
(nullptr) {}
14
15
TVector3
Field::GetField
(Double_t
x
, Double_t
y
, Double_t z)
const
16
{
17
return
TVector3(
fField
->GetBx(
x
,
y
, z),
fField
->GetBy(
x
,
y
, z),
fField
->GetBz(
x
,
y
, z));
18
}
19
Field::~Field
() {
fField
=
nullptr
; }
20
}
// namespace Fair
21
}
/* namespace Hal */
y
Double_t y
Definition
CbmMvdSensorDigiToHitTask.cxx:64
x
Double_t x
Definition
CbmMvdSensorDigiToHitTask.cxx:64
Field.h
Hal::Fair::Field::GetField
TVector3 GetField(Double_t x, Double_t y, Double_t z) const
Definition
Field.cxx:15
Hal::Fair::Field::~Field
virtual ~Field()
Definition
Field.cxx:19
Hal::Fair::Field::Field
Field()
Definition
Field.cxx:13
Hal::Fair::Field::fField
FairField * fField
Definition
Field.h:20
Hal::Fair
Definition
Field.cxx:11
Hal
Definition
HalCbmPairSeparationCut2D.h:11
analysis
PWGC2F
femtoscopy
hal
helpers
fair
Field.cxx
Generated on Fri Jan 30 2026 23:05:19 for CbmRoot by
1.13.2