Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DataFormats
GeometrySurface
src
BoundCylinder.cc
Go to the documentation of this file.
1
#include "
DataFormats/GeometrySurface/interface/BoundCylinder.h
"
2
3
BoundCylinder::BoundCylinder
(
const
PositionType
&
pos
,
4
const
RotationType
&
rot
,
5
const
Bounds
* bounds) :
6
Surface
( pos,rot ),
7
Cylinder
( pos, rot, bounds->
width
()/2. - bounds->thickness()/2.),
8
BoundSurface
( pos, rot, bounds )
9
{ }
10
11
BoundCylinder::BoundCylinder
(
const
PositionType
&
pos
,
12
const
RotationType
&
rot
,
13
const
Bounds
& bounds) :
14
Surface
( pos,rot ),
15
Cylinder
( pos, rot, bounds.
width
()/2. - bounds.thickness()/2.),
16
BoundSurface
( pos, rot, bounds )
17
{ }
pos
Definition:
Histograms.cc:19
Surface
Definition:
Surface.h:32
tablePrinter.width
int width
Definition:
tablePrinter.py:59
Cylinder
Definition:
Cylinder.h:20
BoundCylinder::BoundCylinder
BoundCylinder(const PositionType &pos, const RotationType &rot, Scalar radius, const Bounds &bounds)
Definition:
BoundCylinder.h:55
TkRotation< float >
Point3DBase< float, GlobalTag >
Bounds
Definition:
Bounds.h:18
BoundSurface
Definition:
BoundSurface.h:19
BoundCylinder.h
makeMuonMisalignmentScenario.rot
list rot
Definition:
makeMuonMisalignmentScenario.py:320
Generated for CMSSW Reference Manual by
1.8.5