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
CondFormats
BeamSpotObjects
interface
SimBeamSpotObjects.h
Go to the documentation of this file.
1
#ifndef SIMBEAMSPOTOBJECTS_H
2
#define SIMBEAMSPOTOBJECTS_H
3
10
#include "
CondFormats/Serialization/interface/Serializable.h
"
11
12
#include <sstream>
13
14
class
SimBeamSpotObjects
{
15
public
:
16
SimBeamSpotObjects
(){};
17
virtual
~SimBeamSpotObjects
(){};
18
19
double
fX0
,
fY0
,
fZ0
;
20
double
fSigmaZ
;
21
double
fbetastar
,
femittance
;
22
double
fPhi
,
fAlpha
;
23
double
fTimeOffset
;
24
25
void
print
(std::stringstream&
ss
)
const
;
26
27
COND_SERIALIZABLE
;
28
};
29
30
std::ostream&
operator<<
(std::ostream&,
SimBeamSpotObjects
beam
);
31
32
#endif
SimBeamSpotObjects::print
void print(std::stringstream &ss) const
Definition:
SimBeamSpotObjects.cc:5
SimBeamSpotObjects::~SimBeamSpotObjects
virtual ~SimBeamSpotObjects()
Definition:
SimBeamSpotObjects.h:17
SimBeamSpotObjects
Definition:
SimBeamSpotObjects.h:14
SimBeamSpotObjects::fZ0
double fZ0
Definition:
SimBeamSpotObjects.h:17
contentValuesCheck.ss
ss
Definition:
contentValuesCheck.py:33
SimBeamSpotObjects::fX0
double fX0
Definition:
SimBeamSpotObjects.h:17
EcalCondDBWriter_cfi.beam
beam
Definition:
EcalCondDBWriter_cfi.py:45
operator<<
std::ostream & operator<<(std::ostream &, SimBeamSpotObjects beam)
Definition:
SimBeamSpotObjects.cc:9
SimBeamSpotObjects::SimBeamSpotObjects
SimBeamSpotObjects()
Definition:
SimBeamSpotObjects.h:16
SimBeamSpotObjects::fbetastar
double fbetastar
Definition:
SimBeamSpotObjects.h:21
SimBeamSpotObjects::fSigmaZ
double fSigmaZ
Definition:
SimBeamSpotObjects.h:20
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
SimBeamSpotObjects::fTimeOffset
double fTimeOffset
Definition:
SimBeamSpotObjects.h:23
SimBeamSpotObjects::femittance
double femittance
Definition:
SimBeamSpotObjects.h:21
SimBeamSpotObjects::fPhi
double fPhi
Definition:
SimBeamSpotObjects.h:22
SimBeamSpotObjects::fAlpha
double fAlpha
Definition:
SimBeamSpotObjects.h:22
Serializable.h
SimBeamSpotObjects::fY0
double fY0
Definition:
SimBeamSpotObjects.h:17
Generated for CMSSW Reference Manual by
1.8.14