Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
MagneticField
Interpolation
interface
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
17
class
MFGridFactory
{
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
jptDQMConfig_cff.phiMax
float phiMax
Definition:
jptDQMConfig_cff.py:7
mergeVDriftHistosByStation.name
string name
Definition:
mergeVDriftHistosByStation.py:77
MFGridFactory
Definition:
MFGridFactory.h:17
MFGridFactory::build
static MFGrid * build(const std::string &name, const GloballyPositioned< float > &vol)
Build interpolator for a binary grid file.
GloballyPositioned
Definition:
GloballyPositioned.h:18
MFGrid
Definition:
MFGrid.h:31
jptDQMConfig_cff.phiMin
int phiMin
Definition:
jptDQMConfig_cff.py:50
Generated for CMSSW Reference Manual by
1.8.5