FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
tracking
ftscatracking
code
KFParticle
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
*/
KFPVertex.h
Generated on Sun Aug 18 2019 03:01:14 for FairRoot/PandaRoot by
1.8.8