MdcCalTzero2Col Class Reference

#include <MdcTables.h>

List of all members.

Static Public Member Functions

static vector< MdcCal_tzero2 > * getMdcCalTzero2Col (void)

Static Private Attributes

static vector< MdcCal_tzero2 > * s_col = 0


Detailed Description

Definition at line 138 of file MdcTables.h.


Member Function Documentation

vector< MdcCal_tzero2 > * MdcCalTzero2Col::getMdcCalTzero2Col ( void   )  [static]

Definition at line 62 of file MdcTables.cxx.

References s_col.

00062                                         {
00063     if (! s_col) s_col = new vector<MdcCal_tzero2> ;
00064     return s_col;
00065 }


Member Data Documentation

vector< MdcCal_tzero2 > * MdcCalTzero2Col::s_col = 0 [static, private]

Definition at line 142 of file MdcTables.h.

Referenced by getMdcCalTzero2Col().


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