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
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
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
FastSimulation
Event
src
FSimVertex.cc
Go to the documentation of this file.
1
#include "
FastSimulation/Event/interface/FSimVertex.h
"
2
4
FSimVertex::FSimVertex
() :
SimVertex
(), mom_(nullptr), id_(-1) { ; }
5
7
FSimVertex::FSimVertex
(
const
XYZTLorentzVector
&
v
,
int
im,
int
id
,
FBaseSimEvent
* mom)
8
:
// SimVertex(Hep3Vector(v.vect(),v.e(),im), mom_(mom), id_(id)
9
SimVertex
(
v
.Vect(),
v
.
T
(), im,
id
),
10
mom_(mom),
11
id_(
id
),
12
position_(
v
) {
13
;
14
}
15
16
std::ostream&
operator<<
(std::ostream&
o
,
const
FSimVertex
&
t
) {
return
o << static_cast<SimVertex const&>(
t
); }
SimVertex
Definition:
SimVertex.h:5
XYZTLorentzVector
math::XYZTLorentzVector XYZTLorentzVector
Definition:
RawParticle.h:25
FSimVertex.h
findQualityFiles.v
v
Definition:
findQualityFiles.py:179
FSimVertex
Definition:
FSimVertex.h:19
EcalTangentSkim_cfg.o
o
Definition:
EcalTangentSkim_cfg.py:42
operator<<
std::ostream & operator<<(std::ostream &o, const FSimVertex &t)
Definition:
FSimVertex.cc:16
FSimVertex::FSimVertex
FSimVertex()
Default constructor.
Definition:
FSimVertex.cc:4
triggerObjects_cff.id
id
Definition:
triggerObjects_cff.py:29
T
long double T
Definition:
Basic3DVectorLD.h:48
submitPVValidationJobs.t
string t
Definition:
submitPVValidationJobs.py:644
FBaseSimEvent
Definition:
FBaseSimEvent.h:42
Generated for CMSSW Reference Manual by
1.8.16