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 
11 #include <string>
12 class MFGrid;
13 template <class T> class GloballyPositioned;
14 
16 public:
17 
19  static MFGrid* build(const std::string& name, const GloballyPositioned<float>& vol);
20 
22  static MFGrid* build(const std::string& name, const GloballyPositioned<float>& vol,
23  double phiMin, double phiMax);
24 
25 };
26 
27 #endif
static MFGrid * build(const std::string &name, const GloballyPositioned< float > &vol)
Build interpolator for a binary grid file.
Definition: MFGrid.h:29