CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CocoaSolidShape.h
Go to the documentation of this file.
1 // COCOA class header file
2 //Id: CocoaSolidShape.h
3 //CAT: Model
4 //
5 // Class to manage the sets of fitted entries (one set per each measurement data set)
6 //
7 // History: v1.0
8 // Pedro Arce
9 
10 #ifndef _CocoaSolidShape_HH
11 #define _CocoaSolidShape_HH
12 
14 
15 
17 {
18 
19 public:
20  //---------- Constructors / Destructor
22  virtual ~CocoaSolidShape(){ };
23 
24  ALIstring getType() const {
25  return theType; }
26 
27  // ALIbool operator==(const CocoaSolidShape& mate );
28 
29 private:
30 
32 
33 };
34 
35 #endif
36 
type
Definition: HCALResponse.h:21
virtual ~CocoaSolidShape()
ALIstring getType() const
CocoaSolidShape(ALIstring type)
std::string ALIstring
Definition: CocoaGlobals.h:9