CMS 3D CMS Logo

MFGridFactory.h
Go to the documentation of this file.
1 #ifndef MFGridFactory_h
2 #define MFGridFactory_h
3 
11 #include <string>
12 class MFGrid;
13 template <class T>
14 class GloballyPositioned;
15 
17  class binary_ifstream;
18 }
19 
21 public:
23 
25  static MFGrid* build(const std::string& name, const GloballyPositioned<float>& vol);
27 
29  static MFGrid* build(const std::string& name, const GloballyPositioned<float>& vol, double phiMin, double phiMax);
30 };
31 
32 #endif
static MFGrid * build(const std::string &name, const GloballyPositioned< float > &vol)
Build interpolator for a binary grid file.
Definition: MFGrid.h:27