CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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 <map>
8 #include <fstream>
9 
11 
13 {
14 
15  theInnerRadius = pRMin;
16  theOuterRadius = pRMax;
17  theZHalfLength = pDz;
18  theStartPhiAngle = pSPhi;
19  theDeltaPhiAngle = pDPhi;
20 }
21 
type
Definition: HCALResponse.h:21
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