Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

MdstKlmClusterCol Class Reference

#include <MdstTables.h>

List of all members.

Static Public Member Functions

vector< Mdst_klm_cluster > * getMdstKlmClusterCol (void)
vector< Mdst_klm_cluster > * getMdstKlmClusterCol (void)

Static Private Attributes

vector< Mdst_klm_cluster > * s_col
vector< Mdst_klm_cluster > * s_col = 0


Member Function Documentation

vector<Mdst_klm_cluster>* MdstKlmClusterCol::getMdstKlmClusterCol void   )  [static]
 

vector< Mdst_klm_cluster > * MdstKlmClusterCol::getMdstKlmClusterCol void   )  [static]
 

00286                                             {
00287     if (! s_col) s_col = new vector<Mdst_klm_cluster> ;
00288     return s_col;
00289 }


Member Data Documentation

vector<Mdst_klm_cluster>* MdstKlmClusterCol::s_col [static, private]
 

vector< Mdst_klm_cluster > * MdstKlmClusterCol::s_col = 0 [static, private]
 


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 16:31:55 2011 for BOSS6.5.5 by  doxygen 1.3.9.1