MdcTrkSvdCol Class Reference

#include <TrkTables.h>

List of all members.

Static Public Member Functions

static vector< MdcTrk_svd > * getMdcTrkSvdCol (void)

Static Private Attributes

static vector< MdcTrk_svd > * s_col = 0


Detailed Description

Definition at line 432 of file TrkTables.h.


Member Function Documentation

vector< MdcTrk_svd > * MdcTrkSvdCol::getMdcTrkSvdCol ( void   )  [static]

Definition at line 129 of file TrkTables.cxx.

References s_col.

00129                                   {
00130     if (! s_col) s_col = new vector<MdcTrk_svd> ;
00131     return s_col;
00132 }


Member Data Documentation

vector< MdcTrk_svd > * MdcTrkSvdCol::s_col = 0 [static, private]

Definition at line 436 of file TrkTables.h.

Referenced by getMdcTrkSvdCol().


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