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
CocoaSolidShape::CocoaSolidShape
CocoaSolidShape(ALIstring type)
Definition: CocoaSolidShape.cc:12
CocoaSolidShape::theType
ALIstring theType
Definition: CocoaSolidShape.h:27
ALIstring
std::string ALIstring
Definition: CocoaGlobals.h:9
CocoaSolidShape::~CocoaSolidShape
virtual ~CocoaSolidShape()
Definition: CocoaSolidShape.h:20
type
type
Definition: SiPixelVCal_PayloadInspector.cc:37
CocoaSolidShape::getType
ALIstring getType() const
Definition: CocoaSolidShape.h:22
CocoaSolidShape
Definition: CocoaSolidShape.h:16
CocoaGlobals.h