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
interface
LHCTransportLink.h
Go to the documentation of this file.
1
#ifndef SimDataFormats_Forward_LHCTransportLink_h
2
#define SimDataFormats_Forward_LHCTransportLink_h 1
3
// -*- C++ -*-
4
//
5
// Package: Forward
6
// Class : LHCTransportLink
7
//
15
//
16
// Original Author:
17
// Created: Fri May 29 17:00:00 CEST 2009
18
//
19
20
// system include files
21
#include <iostream>
22
23
// user include files
24
25
class
LHCTransportLink
{
26
public
:
27
// ---------- Constructor and destructor -----------------
28
explicit
LHCTransportLink
(
int
&
beforeHector
,
int
&
afterHector
)
29
:
beforeHector_
(
beforeHector
),
afterHector_
(
afterHector
){};
30
LHCTransportLink
() :
beforeHector_
(0),
afterHector_
(0){};
31
32
// ---------- Member functions ---------------------------
33
34
void
fill
(
int
&
afterHector
,
int
&
beforeHector
);
35
int
beforeHector
()
const
;
36
int
afterHector
()
const
;
37
void
clear
();
38
39
private
:
40
// ---------- Private Data members -----------------------
41
int
beforeHector_
;
42
int
afterHector_
;
43
};
44
45
std::ostream&
operator<<
(std::ostream&
o
,
const
LHCTransportLink
&
t
);
46
47
#endif
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
operator<<
std::ostream & operator<<(std::ostream &o, const LHCTransportLink &t)
Definition:
LHCTransportLink.cc:18
EcalTangentSkim_cfg.o
o
Definition:
EcalTangentSkim_cfg.py:42
LHCTransportLink::afterHector_
int afterHector_
Definition:
LHCTransportLink.h:42
LHCTransportLink::LHCTransportLink
LHCTransportLink()
Definition:
LHCTransportLink.h:30
LHCTransportLink::beforeHector
int beforeHector() const
Definition:
LHCTransportLink.cc:9
LHCTransportLink::afterHector
int afterHector() const
Definition:
LHCTransportLink.cc:11
LHCTransportLink::LHCTransportLink
LHCTransportLink(int &beforeHector, int &afterHector)
Definition:
LHCTransportLink.h:28
Generated for CMSSW Reference Manual by
1.8.14