#include <SimpleVertexTree.h>
|
void | defineTrackBranch (const TString &prefix, const TString &type, const float *(VertexFitterResult::*pfunc)(const int) const, const TString &index) |
|
Definition at line 41 of file SimpleVertexTree.h.
SimpleVertexTree::SimpleVertexTree |
( |
const char * |
fitterName = "VertexFitter" , |
|
|
const MagneticField * |
magField = 0 |
|
) |
| |
The constructor
- Parameters
-
fitterName | The name of the TTree, and of the associated histograms. |
Definition at line 10 of file SimpleVertexTree.cc.
SimpleVertexTree::~SimpleVertexTree |
( |
| ) |
|
|
virtual |
void SimpleVertexTree::defineTrackBranch |
( |
const TString & |
prefix, |
|
|
const TString & |
type, |
|
|
const float *(VertexFitterResult::*)(const int) const |
pfunc, |
|
|
const TString & |
index |
|
) |
| |
|
private |
Entry for a RecVertex. If the vertex was not associated to a TkSimVertex, an empty pointer can be given (would be identical to the next method). Timing information for the fit can also be provided.
Definition at line 133 of file SimpleVertexTree.cc.
void SimpleVertexTree::fill |
( |
const TransientVertex & |
recv, |
|
|
const float & |
time = 0. |
|
) |
| |
Entry for a RecVertex, without associated vertex. Timing information for the fit can also be provided.
Definition at line 140 of file SimpleVertexTree.cc.
void SimpleVertexTree::fill |
( |
void |
| ) |
|
To be used if one wants to record "Failed Fits", e.g. to synchronise two Trees
Definition at line 167 of file SimpleVertexTree.cc.
float SimpleVertexTree::chiProb |
|
private |
float SimpleVertexTree::chiTot |
|
private |
int SimpleVertexTree::maxTrack |
|
private |
float SimpleVertexTree::ndf |
|
private |
int SimpleVertexTree::numberOfVertices |
|
private |
TString* SimpleVertexTree::parameterNames[5] |
|
private |
float SimpleVertexTree::recErr[3] |
|
private |
float SimpleVertexTree::recPos[3] |
|
private |
float SimpleVertexTree::simPos[3] |
|
private |
TString SimpleVertexTree::theFitterName |
|
private |
bool SimpleVertexTree::trackTest |
|
private |
TTree* SimpleVertexTree::vertexTree |
|
private |