Main Page
Namespaces
Classes
Package Documentation
SimDataFormats
Vertex
src
SimVertex.cc
Go to the documentation of this file.
1
#include "
SimDataFormats/Vertex/interface/SimVertex.h
"
2
3
SimVertex::SimVertex
() : itrack(-1), vtxId(0), procType(0) {}
4
5
SimVertex::SimVertex
(
const
math::XYZVectorD
&
v
,
float
tof) :
Core
(v, tof),
itrack
(-1),
vtxId
(0),
procType
(0) {}
6
7
SimVertex::SimVertex
(
const
math::XYZVectorD
&
v
,
float
tof,
int
it) :
Core
(v, tof),
itrack
(it),
vtxId
(0),
procType
(0) {}
8
9
SimVertex::SimVertex
(
const
CoreSimVertex
&
v
,
int
it) :
Core
(v),
itrack
(it),
vtxId
(0),
procType
(0) {}
10
11
SimVertex::SimVertex
(
const
math::XYZVectorD
&
v
,
float
tof,
unsigned
int
vId)
12
:
Core
(v, tof),
itrack
(-1),
vtxId
(vId),
procType
(0) {}
13
14
SimVertex::SimVertex
(
const
math::XYZVectorD
&
v
,
float
tof,
int
it,
unsigned
int
vId)
15
:
Core
(v, tof),
itrack
(it),
vtxId
(vId),
procType
(0) {}
16
17
SimVertex::SimVertex
(
const
CoreSimVertex
&
v
,
int
it,
unsigned
int
vId) :
Core
(v),
itrack
(it),
vtxId
(vId),
procType
(0) {}
18
19
std::ostream&
operator<<
(std::ostream&
o
,
const
SimVertex
&
v
) {
20
return
o << (
SimVertex::Core
)(v) <<
", "
<< v.
parentIndex
() <<
", "
<< v.
vertexId
();
21
}
SimVertex
Definition:
SimVertex.h:5
CoreSimVertex
Definition:
CoreSimVertex.h:12
findQualityFiles.v
v
Definition:
findQualityFiles.py:179
SimVertex::itrack
int itrack
Definition:
SimVertex.h:39
SimVertex::vtxId
unsigned int vtxId
Definition:
SimVertex.h:40
math::XYZVectorD
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > XYZVectorD
spatial vector with cartesian internal representation
Definition:
Vector3D.h:8
SimVertex::parentIndex
int parentIndex() const
Definition:
SimVertex.h:29
SimVertex.h
SimVertex::SimVertex
SimVertex()
constructor
Definition:
SimVertex.cc:3
SimVertex::vertexId
unsigned int vertexId() const
Definition:
SimVertex.h:33
SimVertex::Core
CoreSimVertex Core
Definition:
SimVertex.h:7
operator<<
std::ostream & operator<<(std::ostream &o, const SimVertex &v)
Definition:
SimVertex.cc:19
connectstrParser.o
o
Definition:
connectstrParser.py:72
SimVertex::procType
unsigned int procType
Definition:
SimVertex.h:41
Generated for CMSSW Reference Manual by
1.8.11