Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
6
// data set)
7
//
8
// History: v1.0
9
// Pedro Arce
10
11
#ifndef _CocoaSolidShape_HH
12
#define _CocoaSolidShape_HH
13
14
#include "
Alignment/CocoaUtilities/interface/CocoaGlobals.h
"
15
16
class
CocoaSolidShape
{
17
public
:
18
//---------- Constructors / Destructor
19
CocoaSolidShape
(
ALIstring
type
);
20
virtual
~CocoaSolidShape
(){};
21
22
ALIstring
getType
()
const
{
return
theType
; }
23
24
// ALIbool operator==(const CocoaSolidShape& mate );
25
26
private
:
27
ALIstring
theType
;
28
};
29
30
#endif
CocoaSolidShape::~CocoaSolidShape
virtual ~CocoaSolidShape()
Definition:
CocoaSolidShape.h:20
CocoaSolidShape::getType
ALIstring getType() const
Definition:
CocoaSolidShape.h:22
type
type
Definition:
SiPixelVCal_PayloadInspector.cc:39
CocoaSolidShape::CocoaSolidShape
CocoaSolidShape(ALIstring type)
Definition:
CocoaSolidShape.cc:12
CocoaGlobals.h
CocoaSolidShape::theType
ALIstring theType
Definition:
CocoaSolidShape.h:27
CocoaSolidShape
Definition:
CocoaSolidShape.h:16
ALIstring
std::string ALIstring
Definition:
CocoaGlobals.h:9
Generated for CMSSW Reference Manual by
1.8.5