StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StarRoot
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
*/
Generated by
1.8.5