MdstVee2Col Class Reference

#include <MdstTables.h>

List of all members.

Static Public Member Functions

static vector< Mdst_vee2 > * getMdstVee2Col (void)

Static Private Attributes

static vector< Mdst_vee2 > * s_col = 0


Detailed Description

Definition at line 177 of file MdstTables.h.


Member Function Documentation

vector< Mdst_vee2 > * MdstVee2Col::getMdstVee2Col ( void   )  [static]

Definition at line 89 of file MdstTables.cxx.

References s_col.

00089                                 {
00090     if (! s_col) s_col = new vector<Mdst_vee2> ;
00091     return s_col;
00092 }


Member Data Documentation

vector< Mdst_vee2 > * MdstVee2Col::s_col = 0 [static, private]

Definition at line 181 of file MdstTables.h.

Referenced by getMdstVee2Col().


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