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
Print3dFieldMap.C
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file Print3dFieldMap.C
1
#ifndef PRINT3DFIELDMAP_H
2
#define PRINT3DFIELDMAP_H
3
4
#include <fieldmapreadback/FieldMapReadBack.h>
5
6
FieldMapReadBack
*
Print3dFieldMap
(
const
float
magfield_rescale
= 1.)
7
{
8
FieldMapReadBack
*fmap =
new
FieldMapReadBack
();
9
fmap->
Load3dCartMap
(
"$CALIBRATIONROOT/Field/Map/sphenix3dbigmapxyz.root"
,
magfield_rescale
);
10
fmap->
Verbosity
(2);
11
fmap->
PrintField
(0, 0, 0);
12
return
fmap;
13
}
14
15
#endif
fun4all_tutorials
blob
master
MagneticField
macros
Print3dFieldMap.C
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:54
using
1.8.2 with
EIC GitHub integration