StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
MVertex.cxx
1 #include "MVertex.h"
2 
3 /*
4 MVertex::MVertex(const MVertex& vVert) : TNamed(vVert)
5 {
6 } // Copy constructor
7 
8 MVertex& MVertex::operator=(const MVertex& vVert)
9 {
10  if (this!=&vVert) {
11  TNamed::operator=(vVert);
12  }
13 
14  return *this;
15 }
16 */