FairRoot/PandaRoot
KFPVertex.cxx
Go to the documentation of this file.
1 #include "KFPVertex.h"
2 
3 /*
4 KFPVertex::KFPVertex(const KFPVertex& vVert) : TNamed(vVert)
5 {
6 } // Copy constructor
7 
8 KFPVertex& KFPVertex::operator=(const KFPVertex& vVert)
9 {
10  if (this!=&vVert) {
11  TNamed::operator=(vVert);
12  }
13 
14  return *this;
15 }
16 */