MdstTrkFitCol Class Reference

#include <MdstTables.h>

List of all members.

Static Public Member Functions

static vector< Mdst_trk_fit > * getMdstTrkFitCol (void)

Static Private Attributes

static vector< Mdst_trk_fit > * s_col = 0


Detailed Description

Definition at line 384 of file MdstTables.h.


Member Function Documentation

vector< Mdst_trk_fit > * MdstTrkFitCol::getMdstTrkFitCol ( void   )  [static]

Definition at line 194 of file MdstTables.cxx.

References s_col.

00194                                     {
00195     if (! s_col) s_col = new vector<Mdst_trk_fit> ;
00196     return s_col;
00197 }


Member Data Documentation

vector< Mdst_trk_fit > * MdstTrkFitCol::s_col = 0 [static, private]

Definition at line 388 of file MdstTables.h.

Referenced by getMdstTrkFitCol().


Generated on Tue Nov 29 23:20:24 2016 for BOSS_7.0.2 by  doxygen 1.4.7