MdstSimRandCol Class Reference

#include <MdstTables.h>

List of all members.

Static Public Member Functions

static vector< Mdst_sim_rand > * getMdstSimRandCol (void)

Static Private Attributes

static vector< Mdst_sim_rand > * s_col = 0


Detailed Description

Definition at line 726 of file MdstTables.h.


Member Function Documentation

vector< Mdst_sim_rand > * MdstSimRandCol::getMdstSimRandCol ( void   )  [static]

Definition at line 363 of file MdstTables.cxx.

References s_col.

00363                                       {
00364     if (! s_col) s_col = new vector<Mdst_sim_rand> ;
00365     return s_col;
00366 }


Member Data Documentation

vector< Mdst_sim_rand > * MdstSimRandCol::s_col = 0 [static, private]

Definition at line 730 of file MdstTables.h.

Referenced by getMdstSimRandCol().


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