CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MFGridFactory.h
Go to the documentation of this file.
1 #ifndef MFGridFactory_h
2 #define MFGridFactory_h
3 
13 #include <string>
14 class MFGrid;
15 template <class T> class GloballyPositioned;
16 
18 public:
19 
21  static MFGrid* build(const std::string& name, const GloballyPositioned<float>& vol);
22 
24  static MFGrid* build(const std::string& name, const GloballyPositioned<float>& vol,
25  double phiMin, double phiMax);
26 
27 };
28 
29 #endif
static MFGrid * build(const std::string &name, const GloballyPositioned< float > &vol)
Build interpolator for a binary grid file.
Definition: MFGrid.h:31