MdcTrkLocalfCol Class Reference

#include <TrkTables.h>

List of all members.

Static Public Member Functions

static vector< MdcTrk_localf > * getMdcTrkLocalfCol (void)

Static Private Attributes

static vector< MdcTrk_localf > * s_col = 0


Detailed Description

Definition at line 243 of file TrkTables.h.


Member Function Documentation

vector< MdcTrk_localf > * MdcTrkLocalfCol::getMdcTrkLocalfCol ( void   )  [static]

Definition at line 50 of file TrkTables.cxx.

References s_col.

00050                                         {
00051     if (! s_col) s_col = new vector<MdcTrk_localf> ;
00052     return s_col;
00053 }


Member Data Documentation

vector< MdcTrk_localf > * MdcTrkLocalfCol::s_col = 0 [static, private]

Definition at line 247 of file TrkTables.h.

Referenced by getMdcTrkLocalfCol().


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