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
SimDataFormats
Forward
src
LHCTransportLink.cc
Go to the documentation of this file.
1
#include "
SimDataFormats/Forward/interface/LHCTransportLink.h
"
2
#include <iomanip>
3
4
void
LHCTransportLink::fill
(
int
& afterHector,
int
& beforeHector) {
5
afterHector_
=
afterHector
;
6
beforeHector_
=
beforeHector
;
7
}
8
9
int
LHCTransportLink::beforeHector
()
const
{
return
beforeHector_
; }
10
11
int
LHCTransportLink::afterHector
()
const
{
return
afterHector_
; }
12
13
void
LHCTransportLink::clear
() {
14
afterHector_
= 0;
15
beforeHector_
= 0;
16
}
17
18
std::ostream&
operator<<
(std::ostream&
o
,
const
LHCTransportLink
&
t
) {
19
o
<<
"before Hector "
<<
t
.beforeHector() <<
" after Hector "
<<
t
.afterHector();
20
return
o
;
21
}
LHCTransportLink::clear
void clear()
Definition:
LHCTransportLink.cc:13
LHCTransportLink::beforeHector_
int beforeHector_
Definition:
LHCTransportLink.h:41
submitPVValidationJobs.t
string t
Definition:
submitPVValidationJobs.py:649
LHCTransportLink
Definition:
LHCTransportLink.h:25
LHCTransportLink::fill
void fill(int &afterHector, int &beforeHector)
Definition:
LHCTransportLink.cc:4
LHCTransportLink.h
EcalTangentSkim_cfg.o
o
Definition:
EcalTangentSkim_cfg.py:42
operator<<
std::ostream & operator<<(std::ostream &o, const LHCTransportLink &t)
Definition:
LHCTransportLink.cc:18
LHCTransportLink::afterHector_
int afterHector_
Definition:
LHCTransportLink.h:42
LHCTransportLink::beforeHector
int beforeHector() const
Definition:
LHCTransportLink.cc:9
LHCTransportLink::afterHector
int afterHector() const
Definition:
LHCTransportLink.cc:11
Generated for CMSSW Reference Manual by
1.8.14