Main Page
Namespaces
Classes
Package Documentation
MagneticField
Interpolation
interface
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
15
class
MFGridFactory
{
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
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
AlignmentTrackSelector_cfi.phiMin
phiMin
Definition:
AlignmentTrackSelector_cfi.py:18
MFGridFactory
Definition:
MFGridFactory.h:15
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:29
dataset.name
name
Definition:
dataset.py:45
AlignmentTrackSelector_cfi.phiMax
phiMax
Definition:
AlignmentTrackSelector_cfi.py:17
Generated for CMSSW Reference Manual by
1.8.11