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
StiMaker
StVertexP.h
1
#ifndef __StVertexP_h__
2
#define __StVertexP_h__
3
4
#include "TObject.h"
5
#include "StVertexT.h"
6
class
StVertexP
:
public
TObject {
// Vertex pair
7
public
:
8
StVertexP
() : fI(0), fJ(0), fChi2(0) {}
9
StVertexP
(Int_t i, Int_t j,
StVertexT
&VI,
StVertexT
&VJ, Double_t chi2) : fI(i), fJ(j), fChi2(chi2), fVI(VI), fVJ(VJ) {}
10
virtual
~
StVertexP
() {}
11
private
:
12
Int_t fI;
13
Int_t fJ;
14
Double_t fChi2;
15
StVertexT
fVI;
16
StVertexT
fVJ;
17
ClassDef(
StVertexP
,1)
18
};
// for pair vertices
19
#endif
StVertexT
Definition:
StVertexT.h:4
StVertexP
Definition:
StVertexP.h:6
Generated by
1.8.5