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) :
6
Core
(v,tof),
itrack
(-1),
vtxId
(0),
procType
(0) {}
7
8
SimVertex::SimVertex
(
const
math::XYZVectorD
&
v
,
float
tof,
int
it) :
9
Core
(v,tof),
itrack
(it),
vtxId
(0),
procType
(0) {}
10
11
SimVertex::SimVertex
(
const
CoreSimVertex
&
v
,
int
it) :
12
Core
(v),
itrack
(it),
vtxId
(0),
procType
(0) {}
13
14
SimVertex::SimVertex
(
const
math::XYZVectorD
&
v
,
float
tof,
unsigned
int
vId) :
15
Core
(v,tof),
itrack
(-1),
vtxId
(vId),
procType
(0) {}
16
17
SimVertex::SimVertex
(
const
math::XYZVectorD
&
v
,
float
tof,
int
it,
unsigned
int
vId) :
18
Core
(v,tof),
itrack
(it),
vtxId
(vId),
procType
(0) {}
19
20
SimVertex::SimVertex
(
const
CoreSimVertex
&
v
,
int
it,
unsigned
int
vId) :
21
Core
(v),
itrack
(it),
vtxId
(vId),
procType
(0) {}
22
23
std::ostream &
operator <<
(std::ostream &
o
,
const
SimVertex
&
v
)
24
{
return
o << (
SimVertex::Core
)(v) <<
", "
<< v.
parentIndex
() <<
", "
<<v.
vertexId
(); }
SimVertex
Definition:
SimVertex.h:5
CoreSimVertex
Definition:
CoreSimVertex.h:12
findQualityFiles.v
v
Definition:
findQualityFiles.py:177
SimVertex::itrack
int itrack
Definition:
SimVertex.h:43
SimVertex::vtxId
unsigned int vtxId
Definition:
SimVertex.h:44
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:33
SimVertex.h
SimVertex::SimVertex
SimVertex()
constructor
Definition:
SimVertex.cc:3
SimVertex::vertexId
unsigned int vertexId() const
Definition:
SimVertex.h:37
SimVertex::Core
CoreSimVertex Core
Definition:
SimVertex.h:10
operator<<
std::ostream & operator<<(std::ostream &o, const SimVertex &v)
Definition:
SimVertex.cc:23
connectstrParser.o
o
Definition:
connectstrParser.py:70
SimVertex::procType
unsigned int procType
Definition:
SimVertex.h:45
Generated for CMSSW Reference Manual by
1.8.11