MdcRecExglobalCol Class Reference

#include <MdcTables.h>

List of all members.

Static Public Member Functions

static vector< MdcRec_exglobal > * getMdcRecExglobalCol (void)

Static Private Attributes

static vector< MdcRec_exglobal > * s_col = 0


Detailed Description

Definition at line 519 of file MdcTables.h.


Member Function Documentation

vector< MdcRec_exglobal > * MdcRecExglobalCol::getMdcRecExglobalCol ( void   )  [static]

Definition at line 237 of file MdcTables.cxx.

References s_col.

00237                                             {
00238     if (! s_col) s_col = new vector<MdcRec_exglobal> ;
00239     return s_col;
00240 }


Member Data Documentation

vector< MdcRec_exglobal > * MdcRecExglobalCol::s_col = 0 [static, private]

Definition at line 523 of file MdcTables.h.

Referenced by getMdcRecExglobalCol().


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