Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Geometry
CommonTopologies
interface
SurfaceDeformationFactory.h
Go to the documentation of this file.
1
#ifndef Geometry_CommonTopologies_SurfaceDeformationFactory_H
2
#define Geometry_CommonTopologies_SurfaceDeformationFactory_H
3
10
11
#include <vector>
12
#include <string>
13
14
class
SurfaceDeformation
;
15
16
namespace
SurfaceDeformationFactory
17
{
18
enum
Type
{
19
// rigid body has no deformations! kRigidBody = 0,
20
kBowedSurface
= 1,
// BowedSurfaceDeformation
21
kTwoBowedSurfaces
// TwoBowedSurfacesDeformation
22
};
23
25
Type
surfaceDeformationType
(
const
std::string
&typeString);
26
27
33
SurfaceDeformation
*
create
(
int
type
,
const
std::vector<double> ¶ms);
34
35
}
36
37
#endif
type
type
Definition:
HCALResponse.h:21
SurfaceDeformationFactory::kTwoBowedSurfaces
Definition:
SurfaceDeformationFactory.h:21
SurfaceDeformation
Definition:
SurfaceDeformation.h:18
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
SurfaceDeformationFactory::Type
Type
Definition:
SurfaceDeformationFactory.h:18
SurfaceDeformationFactory::kBowedSurface
Definition:
SurfaceDeformationFactory.h:20
SurfaceDeformationFactory::surfaceDeformationType
Type surfaceDeformationType(const std::string &typeString)
convert string to 'Type' - exception if string is not known
Definition:
SurfaceDeformationFactory.cc:15
SurfaceDeformationFactory::create
SurfaceDeformation * create(int type, const std::vector< double > ¶ms)
Definition:
SurfaceDeformationFactory.cc:27
Generated for CMSSW Reference Manual by
1.8.5