MdcCalConst2Col Class Reference

#include <MdcTables.h>

List of all members.

Static Public Member Functions

static vector< MdcCal_const2 > * getMdcCalConst2Col (void)

Static Private Attributes

static vector< MdcCal_const2 > * s_col = 0


Detailed Description

Definition at line 195 of file MdcTables.h.


Member Function Documentation

vector< MdcCal_const2 > * MdcCalConst2Col::getMdcCalConst2Col ( void   )  [static]

Definition at line 101 of file MdcTables.cxx.

References s_col.

00101                                         {
00102     if (! s_col) s_col = new vector<MdcCal_const2> ;
00103     return s_col;
00104 }


Member Data Documentation

vector< MdcCal_const2 > * MdcCalConst2Col::s_col = 0 [static, private]

Definition at line 199 of file MdcTables.h.

Referenced by getMdcCalConst2Col().


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