Main Page
Namespaces
Classes
Package Documentation
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
kNoDeformations
// To please compilers
23
};
24
26
Type
surfaceDeformationType
(
const
std::string
&typeString);
27
std::string
surfaceDeformationTypeName
(
const
Type
&
type
);
28
29
35
SurfaceDeformation
*
create
(
int
type
,
const
std::vector<double> ¶ms);
36
SurfaceDeformation
*
create
(
const
std::vector<double> ¶ms);
37
38
}
39
40
#endif
type
type
Definition:
HCALResponse.h:21
SurfaceDeformationFactory::kTwoBowedSurfaces
Definition:
SurfaceDeformationFactory.h:21
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
SurfaceDeformation
Definition:
SurfaceDeformation.h:18
SurfaceDeformationFactory::Type
Type
Definition:
SurfaceDeformationFactory.h:18
SurfaceDeformationFactory::surfaceDeformationTypeName
std::string surfaceDeformationTypeName(const Type &type)
Definition:
SurfaceDeformationFactory.cc:26
SurfaceDeformationFactory::kBowedSurface
Definition:
SurfaceDeformationFactory.h:20
SurfaceDeformationFactory
Definition:
SurfaceDeformationFactory.h:16
SurfaceDeformationFactory::kNoDeformations
Definition:
SurfaceDeformationFactory.h:22
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:41
Generated for CMSSW Reference Manual by
1.8.11