CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CocoaSolidShapeBox.h
Go to the documentation of this file.
1 // COCOA class header file
2 //Id: CocoaSolidShapeBox.h
3 //
4 // History: v1.0
5 // Pedro Arce
6 
7 #ifndef _CocoaSolidShapeBox_HH
8 #define _CocoaSolidShapeBox_HH
9 
12 
13 
15 {
16 
17 public:
18  //---------- Constructors / Destructor
21 
23  return theXHalfLength; }
25  return theYHalfLength; }
27  return theZHalfLength; }
28 
29 private:
30 
34 };
35 
36 #endif
37 
type
Definition: HCALResponse.h:22
float ALIfloat
Definition: CocoaGlobals.h:13
ALIfloat getYHalfLength() const
ALIfloat getXHalfLength() const
CocoaSolidShapeBox(ALIstring type, ALIfloat xdim, ALIfloat ydim, ALIfloat zdim)
std::string ALIstring
Definition: CocoaGlobals.h:9
ALIfloat getZHalfLength() const