EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PndFieldCreator.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PndFieldCreator.h
1
// -------------------------------------------------------------------------
2
// ----- PndFieldCreator header file -----
3
// ----- Created 15/01/07 by M. Al-Turany -----
4
// -------------------------------------------------------------------------
5
6
7
#ifndef PNDFIELDCREATOR_H
8
#define PNDFIELDCREATOR_H
9
10
#include "
FairField.h
"
11
#include "
FairFieldFactory.h
"
12
#include "
PndFieldPar.h
"
13
14
class
PndSolenoidPar
;
15
class
PndDipolePar
;
16
class
PndTransPar
;
17
class
PndConstPar
;
18
class
PndMultiFieldPar
;
19
20
class
PndFieldCreator
:
public
FairFieldFactory
21
{
22
public
:
23
PndFieldCreator
();
24
virtual
~PndFieldCreator
();
25
virtual
FairField*
createFairField
();
26
virtual
void
SetParm
();
27
private
:
28
PndFieldCreator
(
const
PndFieldCreator
&
L
){;}
29
PndFieldCreator
&
operator=
(
const
PndFieldCreator
&) {
return
*
this
;};
30
31
ClassDef
(
PndFieldCreator
,1);
32
protected
:
33
PndFieldPar
*
fFieldPar
;
34
PndSolenoidPar
*
fSPar
;
35
PndDipolePar
*
fDPar
;
36
PndTransPar
*
fTPar
;
37
PndConstPar
*
fCPar
;
38
PndMultiFieldPar
*
fMPar
;
39
40
};
41
#endif //PNDFIELDCREATOR_H
EicRoot
blob
master
field
PndFieldCreator.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:36
using
1.8.2 with
EIC GitHub integration