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
src
SimBeamSpotObjects.cc
Go to the documentation of this file.
1
#include "
CondFormats/BeamSpotObjects/interface/SimBeamSpotObjects.h
"
2
3
#include <iostream>
4
5
void
SimBeamSpotObjects::print
(std::stringstream&
ss
)
const
{
6
ss
<<
"-----------------------------------------------------\n"
<<
fX0
<< std::endl;
7
}
8
9
std::ostream&
operator<<
(std::ostream& os,
SimBeamSpotObjects
beam
) {
10
std::stringstream
ss
;
11
beam
.print(
ss
);
12
os <<
ss
.str();
13
return
os;
14
}
SimBeamSpotObjects::print
void print(std::stringstream &ss) const
Definition:
SimBeamSpotObjects.cc:5
SimBeamSpotObjects
Definition:
SimBeamSpotObjects.h:14
contentValuesCheck.ss
ss
Definition:
contentValuesCheck.py:33
SimBeamSpotObjects::fX0
double fX0
Definition:
SimBeamSpotObjects.h:17
EcalCondDBWriter_cfi.beam
beam
Definition:
EcalCondDBWriter_cfi.py:45
SimBeamSpotObjects.h
operator<<
std::ostream & operator<<(std::ostream &os, SimBeamSpotObjects beam)
Definition:
SimBeamSpotObjects.cc:9
Generated for CMSSW Reference Manual by
1.8.14