MdstKlmMuCol Class Reference

#include <MdstTables.h>

List of all members.

Static Public Member Functions

static vector< Mdst_klm_mu > * getMdstKlmMuCol (void)

Static Private Attributes

static vector< Mdst_klm_mu > * s_col = 0


Detailed Description

Definition at line 602 of file MdstTables.h.


Member Function Documentation

vector< Mdst_klm_mu > * MdstKlmMuCol::getMdstKlmMuCol ( void   )  [static]

Definition at line 299 of file MdstTables.cxx.

References s_col.

00299                                   {
00300     if (! s_col) s_col = new vector<Mdst_klm_mu> ;
00301     return s_col;
00302 }


Member Data Documentation

vector< Mdst_klm_mu > * MdstKlmMuCol::s_col = 0 [static, private]

Definition at line 606 of file MdstTables.h.

Referenced by getMdstKlmMuCol().


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