MdstRunHeadCol Class Reference

#include <MdstTables.h>

List of all members.

Static Public Member Functions

static vector< Mdst_run_head > * getMdstRunHeadCol (void)

Static Private Attributes

static vector< Mdst_run_head > * s_col = 0


Detailed Description

Definition at line 26 of file MdstTables.h.


Member Function Documentation

vector< Mdst_run_head > * MdstRunHeadCol::getMdstRunHeadCol ( void   )  [static]

Definition at line 10 of file MdstTables.cxx.

References s_col.

00010                                       {
00011     if (! s_col) s_col = new vector<Mdst_run_head> ;
00012     return s_col;
00013 }


Member Data Documentation

vector< Mdst_run_head > * MdstRunHeadCol::s_col = 0 [static, private]

Definition at line 30 of file MdstTables.h.

Referenced by getMdstRunHeadCol().


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