MdstGammaCol Class Reference

#include <MdstTables.h>

List of all members.

Static Public Member Functions

static vector< Mdst_gamma > * getMdstGammaCol (void)

Static Private Attributes

static vector< Mdst_gamma > * s_col = 0


Detailed Description

Definition at line 225 of file MdstTables.h.


Member Function Documentation

vector< Mdst_gamma > * MdstGammaCol::getMdstGammaCol ( void   )  [static]

Definition at line 116 of file MdstTables.cxx.

References s_col.

00116                                   {
00117     if (! s_col) s_col = new vector<Mdst_gamma> ;
00118     return s_col;
00119 }


Member Data Documentation

vector< Mdst_gamma > * MdstGammaCol::s_col = 0 [static, private]

Definition at line 229 of file MdstTables.h.

Referenced by getMdstGammaCol().


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