MdcRecTimeofsCol Class Reference

#include <MdcTables.h>

List of all members.

Static Public Member Functions

static vector< MdcRec_timeofs > * getMdcRecTimeofsCol (void)

Static Private Attributes

static vector< MdcRec_timeofs > * s_col = 0


Detailed Description

Definition at line 794 of file MdcTables.h.


Member Function Documentation

vector< MdcRec_timeofs > * MdcRecTimeofsCol::getMdcRecTimeofsCol ( void   )  [static]

Definition at line 369 of file MdcTables.cxx.

References s_col.

00369                                           {
00370     if (! s_col) s_col = new vector<MdcRec_timeofs> ;
00371     return s_col;
00372 }


Member Data Documentation

vector< MdcRec_timeofs > * MdcRecTimeofsCol::s_col = 0 [static, private]

Definition at line 798 of file MdcTables.h.

Referenced by getMdcRecTimeofsCol().


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