MdcTrkLocallCol Class Reference

#include <TrkTables.h>

List of all members.

Static Public Member Functions

static vector< MdcTrk_locall > * getMdcTrkLocallCol (void)

Static Private Attributes

static vector< MdcTrk_locall > * s_col = 0


Detailed Description

Definition at line 284 of file TrkTables.h.


Member Function Documentation

vector< MdcTrk_locall > * MdcTrkLocallCol::getMdcTrkLocallCol ( void   )  [static]

Definition at line 63 of file TrkTables.cxx.

References s_col.

00063                                         {
00064     if (! s_col) s_col = new vector<MdcTrk_locall> ;
00065     return s_col;
00066 }


Member Data Documentation

vector< MdcTrk_locall > * MdcTrkLocallCol::s_col = 0 [static, private]

Definition at line 288 of file TrkTables.h.

Referenced by getMdcTrkLocallCol().


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