~jan.greis/maus/1811

« back to all changes in this revision

Viewing changes to src/legacy/Interface/MagFieldMap.hh

Merging start

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
        // retrieve the field at cartesian Point[4]
29
29
        inline void GetFieldValue( const  double Point[4], double *Bfield ) const
30
 
        {       myInterpolator->F(Point, Bfield);}
 
30
        {       myInterpolator->F(Point, Bfield); }
31
31
 
32
32
        //read a map file with file name mapFile and type fileType
33
33
        void ReadMap(const std::string& mapFile, const std::string& fileType, std::string interpolation);