Main Page
Namespaces
Classes
Package Documentation
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
OrderedSet.t
t
Definition:
OrderedSet.py:90
FSimVertex
Definition:
FSimVertex.h:19
nullptr
#define nullptr
Definition:
GCC11Compatibility.h:37
FBaseSimEvent
Definition:
FBaseSimEvent.h:42
findQualityFiles.v
v
Definition:
findQualityFiles.py:179
FSimVertex::position_
math::XYZTLorentzVector position_
Definition:
FSimVertex.h:61
FSimVertex::id_
int id_
Definition:
FSimVertex.h:58
EcalTangentSkim_cfg.o
o
Definition:
EcalTangentSkim_cfg.py:36
FSimVertex.h
FSimVertex::mom_
const FBaseSimEvent * mom_
Definition:
FSimVertex.h:57
operator<<
std::ostream & operator<<(std::ostream &o, const FSimVertex &t)
Definition:
FSimVertex.cc:16
T
long double T
Definition:
Basic3DVectorLD.h:48
XYZTLorentzVector
math::XYZTLorentzVector XYZTLorentzVector
Definition:
RawParticle.h:25
FSimVertex::FSimVertex
FSimVertex()
Default constructor.
Definition:
FSimVertex.cc:4
Generated for CMSSW Reference Manual by
1.8.11