MdcTrkLocalzCol Class Reference

#include <TrkTables.h>

List of all members.

Static Public Member Functions

static vector< MdcTrk_localz > * getMdcTrkLocalzCol (void)

Static Private Attributes

static vector< MdcTrk_localz > * s_col = 0


Detailed Description

Definition at line 201 of file TrkTables.h.


Member Function Documentation

vector< MdcTrk_localz > * MdcTrkLocalzCol::getMdcTrkLocalzCol ( void   )  [static]

Definition at line 37 of file TrkTables.cxx.

References s_col.

00037                                         {
00038     if (! s_col) s_col = new vector<MdcTrk_localz> ;
00039     return s_col;
00040 }


Member Data Documentation

vector< MdcTrk_localz > * MdcTrkLocalzCol::s_col = 0 [static, private]

Definition at line 205 of file TrkTables.h.

Referenced by getMdcTrkLocalzCol().


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