CMS 3D CMS Logo

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
6 // data set)
7 //
8 // History: v1.0
9 // Pedro Arce
10 
11 #ifndef _CocoaSolidShape_HH
12 #define _CocoaSolidShape_HH
13 
15 
17 public:
18  //---------- Constructors / Destructor
20  virtual ~CocoaSolidShape(){};
21 
22  ALIstring getType() const { return theType; }
23 
24  // ALIbool operator==(const CocoaSolidShape& mate );
25 
26 private:
28 };
29 
30 #endif
virtual ~CocoaSolidShape()
CocoaSolidShape(ALIstring type)
std::string ALIstring
Definition: CocoaGlobals.h:9
ALIstring getType() const