Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
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
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
CocoaSolidShape::getType
ALIstring getType() const
Definition:
CocoaSolidShape.h:22
Generated for CMSSW Reference Manual by
1.8.14