CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CocoaSolidShapeTubs.h
Go to the documentation of this file.
1 // COCOA class header file
2 // Id: CocoaSolidShapeTubs.h
3 //
4 // History: v1.0
5 // Pedro Arce
6 
7 #ifndef _CocoaSolidShapeTubs_HH
8 #define _CocoaSolidShapeTubs_HH
9 
12 #include "CLHEP/Units/GlobalSystemOfUnits.h"
13 
15 public:
16  //---------- Constructors / Destructor
17  CocoaSolidShapeTubs(const ALIstring pType,
18  ALIfloat pRMin,
19  ALIfloat pRMax,
20  ALIfloat pDz,
21  ALIfloat pSPhi = 0. * deg,
22  ALIfloat pDPhi = 360. * deg);
23  ~CocoaSolidShapeTubs() override{};
29 
30 private:
36 };
37 
38 #endif
ALIfloat getOuterRadius() const
CocoaSolidShapeTubs(const ALIstring pType, ALIfloat pRMin, ALIfloat pRMax, ALIfloat pDz, ALIfloat pSPhi=0.*deg, ALIfloat pDPhi=360.*deg)
ALIfloat getStartPhiAngle() const
float ALIfloat
Definition: CocoaGlobals.h:13
ALIfloat getZHalfLength() const
ALIfloat getDeltaPhiAngle() const
ALIfloat getInnerRadius() const
std::string ALIstring
Definition: CocoaGlobals.h:9