MdstKlongCol Class Reference

#include <MdstTables.h>

List of all members.

Static Public Member Functions

static vector< Mdst_klong > * getMdstKlongCol (void)

Static Private Attributes

static vector< Mdst_klong > * s_col = 0


Detailed Description

Definition at line 276 of file MdstTables.h.


Member Function Documentation

vector< Mdst_klong > * MdstKlongCol::getMdstKlongCol ( void   )  [static]

Definition at line 142 of file MdstTables.cxx.

References s_col.

00142                                   {
00143     if (! s_col) s_col = new vector<Mdst_klong> ;
00144     return s_col;
00145 }


Member Data Documentation

vector< Mdst_klong > * MdstKlongCol::s_col = 0 [static, private]

Definition at line 280 of file MdstTables.h.

Referenced by getMdstKlongCol().


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