MdcCalConst4Col Class Reference

#include <MdcTables.h>

List of all members.

Static Public Member Functions

static vector< MdcCal_const4 > * getMdcCalConst4Col (void)

Static Private Attributes

static vector< MdcCal_const4 > * s_col = 0


Detailed Description

Definition at line 236 of file MdcTables.h.


Member Function Documentation

vector< MdcCal_const4 > * MdcCalConst4Col::getMdcCalConst4Col ( void   )  [static]

Definition at line 127 of file MdcTables.cxx.

References s_col.

00127                                         {
00128     if (! s_col) s_col = new vector<MdcCal_const4> ;
00129     return s_col;
00130 }


Member Data Documentation

vector< MdcCal_const4 > * MdcCalConst4Col::s_col = 0 [static, private]

Definition at line 240 of file MdcTables.h.

Referenced by getMdcCalConst4Col().


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