MdcCalConstCol Class Reference

#include <MdcTables.h>

List of all members.

Static Public Member Functions

static vector< MdcCal_const > * getMdcCalConstCol (void)

Static Private Attributes

static vector< MdcCal_const > * s_col = 0


Detailed Description

Definition at line 177 of file MdcTables.h.


Member Function Documentation

vector< MdcCal_const > * MdcCalConstCol::getMdcCalConstCol ( void   )  [static]

Definition at line 88 of file MdcTables.cxx.

References s_col.

00088                                       {
00089     if (! s_col) s_col = new vector<MdcCal_const> ;
00090     return s_col;
00091 }


Member Data Documentation

vector< MdcCal_const > * MdcCalConstCol::s_col = 0 [static, private]

Definition at line 181 of file MdcTables.h.

Referenced by getMdcCalConstCol().


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