ECCE @ EIC Software
Reference for
ECCE @ 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
()
7
{
8
FieldMapReadBack
*fmap =
new
FieldMapReadBack
();
9
fmap->
Load3dCartMap
(
"$CALIBRATIONROOT/Field/Map/sphenix3dbigmapxyz.root"
);
10
fmap->
Verbosity
(2);
11
fmap->
PrintField
(0,0,0);
12
return
fmap;
13
}
14
15
#endif
tutorials
blob
master
MagneticField
macros
Print3dFieldMap.C
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:26:00
using
1.8.2 with
ECCE GitHub integration