Project
Loading...
Searching...
No Matches
MagFieldFact.h
Go to the documentation of this file.
1
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3
// All rights not expressly granted are reserved.
4
//
5
// This software is distributed under the terms of the GNU General Public
6
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7
//
8
// In applying this license CERN does not waive the privileges and immunities
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
// or submit itself to any jurisdiction.
11
15
16
#ifndef ALICEO2_FIELD_MAGFIELDFACT_H
17
#define ALICEO2_FIELD_MAGFIELDFACT_H
18
19
#include "FairFieldFactory.h"
20
#include "
Field/MagneticField.h
"
21
22
class
FairField
;
23
24
namespace
o2
25
{
26
namespace
field
27
{
28
class
MagFieldParam;
29
30
class
MagFieldFact
:
public
FairFieldFactory
31
{
32
public
:
33
MagFieldFact
();
34
~MagFieldFact
()
override
;
35
FairField
*
createFairField
()
override
;
36
void
SetParm
()
override
;
37
38
private
:
39
MagFieldFact
(
const
MagFieldFact
&);
40
MagFieldFact
& operator=(
const
MagFieldFact
&);
41
42
MagFieldParam
* mFieldPar;
43
44
ClassDefOverride(
MagFieldFact
, 2);
45
};
46
}
// namespace field
47
}
// namespace o2
48
49
#endif
MagneticField.h
Definition of the MagF class.
FairFieldFactory
FairField
o2::field::MagFieldFact
Definition
MagFieldFact.h:31
o2::field::MagFieldFact::MagFieldFact
MagFieldFact()
Definition
MagFieldFact.cxx:30
o2::field::MagFieldFact::createFairField
FairField * createFairField() override
Definition
MagFieldFact.cxx:39
o2::field::MagFieldFact::SetParm
void SetParm() override
Definition
MagFieldFact.cxx:33
o2::field::MagFieldFact::~MagFieldFact
~MagFieldFact() override
o2::field::MagFieldParam
Definition
MagFieldParam.h:32
o2
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
Definition
BitstreamReader.h:24
Common
Field
include
Field
MagFieldFact.h
Generated on Tue Feb 25 2025 23:16:08 for Project by
1.9.8