CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BoundCylinder.cc
Go to the documentation of this file.
2 
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 
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 { }
BoundCylinder(const PositionType &pos, const RotationType &rot, Scalar radius, const Bounds &bounds)
Definition: BoundCylinder.h:55
Definition: Bounds.h:18