MdcCalTzeroCol Class Reference

#include <MdcTables.h>

List of all members.

Static Public Member Functions

static vector< MdcCal_tzero > * getMdcCalTzeroCol (void)

Static Private Attributes

static vector< MdcCal_tzero > * s_col = 0


Detailed Description

Definition at line 120 of file MdcTables.h.


Member Function Documentation

vector< MdcCal_tzero > * MdcCalTzeroCol::getMdcCalTzeroCol ( void   )  [static]

Definition at line 49 of file MdcTables.cxx.

References s_col.

00049                                       {
00050     if (! s_col) s_col = new vector<MdcCal_tzero> ;
00051     return s_col;
00052 }


Member Data Documentation

vector< MdcCal_tzero > * MdcCalTzeroCol::s_col = 0 [static, private]

Definition at line 124 of file MdcTables.h.

Referenced by getMdcCalTzeroCol().


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