ECCE @ EIC Software
 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 
7 {
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