CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CocoaSolidShapeBox.cc
Go to the documentation of this file.
1 // COCOA class implementation file
2 //Id: CocoaSolidShapeBox.cc
3 //CAT: Model
4 //
5 // History: v1.0
6 // Pedro Arce
7 #include <map>
8 #include <fstream>
9 
11 
12 
14 {
15 
16  theXHalfLength = xdim;
17  theYHalfLength = ydim;
18  theZHalfLength = zdim;
19 }
20 
type
Definition: HCALResponse.h:21
float ALIfloat
Definition: CocoaGlobals.h:13
CocoaSolidShapeBox(ALIstring type, ALIfloat xdim, ALIfloat ydim, ALIfloat zdim)
std::string ALIstring
Definition: CocoaGlobals.h:9