MdcTrkPathlCol Class Reference

#include <TrkTables.h>

List of all members.

Static Public Member Functions

static vector< MdcTrk_pathl > * getMdcTrkPathlCol (void)

Static Private Attributes

static vector< MdcTrk_pathl > * s_col = 0


Detailed Description

Definition at line 410 of file TrkTables.h.


Member Function Documentation

vector< MdcTrk_pathl > * MdcTrkPathlCol::getMdcTrkPathlCol ( void   )  [static]

Definition at line 116 of file TrkTables.cxx.

References s_col.

00116                                       {
00117     if (! s_col) s_col = new vector<MdcTrk_pathl> ;
00118     return s_col;
00119 }


Member Data Documentation

vector< MdcTrk_pathl > * MdcTrkPathlCol::s_col = 0 [static, private]

Definition at line 414 of file TrkTables.h.

Referenced by getMdcTrkPathlCol().


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