MdcCalConst3Col Class Reference

#include <MdcTables.h>

List of all members.

Static Public Member Functions

static vector< MdcCal_const3 > * getMdcCalConst3Col (void)

Static Private Attributes

static vector< MdcCal_const3 > * s_col = 0


Detailed Description

Definition at line 213 of file MdcTables.h.


Member Function Documentation

vector< MdcCal_const3 > * MdcCalConst3Col::getMdcCalConst3Col ( void   )  [static]

Definition at line 114 of file MdcTables.cxx.

References s_col.

00114                                         {
00115     if (! s_col) s_col = new vector<MdcCal_const3> ;
00116     return s_col;
00117 }


Member Data Documentation

vector< MdcCal_const3 > * MdcCalConst3Col::s_col = 0 [static, private]

Definition at line 217 of file MdcTables.h.

Referenced by getMdcCalConst3Col().


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