CMS 3D CMS Logo

FSimVertex.cc
Go to the documentation of this file.
2 
4 FSimVertex::FSimVertex() : SimVertex(), mom_(nullptr), id_(-1) { ; }
5 
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); }
std::ostream & operator<<(std::ostream &o, const FSimVertex &t)
Definition: FSimVertex.cc:16
long double T
math::XYZTLorentzVector XYZTLorentzVector
Definition: RawParticle.h:25
FSimVertex()
Default constructor.
Definition: FSimVertex.cc:4