~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

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

merging in changes in merge branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
        static void StripG4BLComments(std::ostream& out, std::istream& in);
18
18
 
19
 
        enum symmetry{none, dipole, quadrupole};
 
19
        enum symmetry{none, dipole, quadrupole, solenoid};
20
20
 
21
21
private:
22
22
        VectorMap*              myInterpolator;