CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CocoaSolidShapeTubs.cc
Go to the documentation of this file.
1 // COCOA class implementation file
2 // Id: CocoaSolidShapeTubs.cc
3 // CAT: Model
4 //
5 // History: v1.0
6 // Pedro Arce
7 #include <fstream>
8 #include <map>
9 
11 
13  const ALIstring type, ALIfloat pRMin, ALIfloat pRMax, ALIfloat pDz, ALIfloat pSPhi, ALIfloat pDPhi)
14  : CocoaSolidShape(type) {
15  theInnerRadius = pRMin;
16  theOuterRadius = pRMax;
17  theZHalfLength = pDz;
18  theStartPhiAngle = pSPhi;
19  theDeltaPhiAngle = pDPhi;
20 }
CocoaSolidShapeTubs(const ALIstring pType, ALIfloat pRMin, ALIfloat pRMax, ALIfloat pDz, ALIfloat pSPhi=0.*deg, ALIfloat pDPhi=360.*deg)
float ALIfloat
Definition: CocoaGlobals.h:13
std::string ALIstring
Definition: CocoaGlobals.h:9