Main Page
Namespaces
Classes
Package Documentation
Alignment
CocoaDDLObjects
interface
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
13
#include "
Alignment/CocoaUtilities/interface/CocoaGlobals.h
"
14
15
16
class
CocoaSolidShape
17
{
18
19
public
:
20
//---------- Constructors / Destructor
21
CocoaSolidShape
(
ALIstring
type
);
22
virtual
~CocoaSolidShape
(){ };
23
24
ALIstring
getType
()
const
{
25
return
theType
; }
26
27
// ALIbool operator==(const CocoaSolidShape& mate );
28
29
private
:
30
31
ALIstring
theType
;
32
33
};
34
35
#endif
36
type
type
Definition:
HCALResponse.h:21
CocoaSolidShape::~CocoaSolidShape
virtual ~CocoaSolidShape()
Definition:
CocoaSolidShape.h:22
CocoaSolidShape::getType
ALIstring getType() const
Definition:
CocoaSolidShape.h:24
CocoaSolidShape::CocoaSolidShape
CocoaSolidShape(ALIstring type)
Definition:
CocoaSolidShape.cc:13
CocoaGlobals.h
CocoaSolidShape::theType
ALIstring theType
Definition:
CocoaSolidShape.h:31
CocoaSolidShape
Definition:
CocoaSolidShape.h:16
ALIstring
std::string ALIstring
Definition:
CocoaGlobals.h:9
Generated for CMSSW Reference Manual by
1.8.11