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

MdcTrkLocalzCol Class Reference

#include <TrkTables.h>

List of all members.

Static Public Member Functions

vector< MdcTrk_localz > * getMdcTrkLocalzCol (void)
vector< MdcTrk_localz > * getMdcTrkLocalzCol (void)

Static Private Attributes

vector< MdcTrk_localz > * s_col
vector< MdcTrk_localz > * s_col = 0


Member Function Documentation

vector<MdcTrk_localz>* MdcTrkLocalzCol::getMdcTrkLocalzCol void   )  [static]
 

vector< MdcTrk_localz > * MdcTrkLocalzCol::getMdcTrkLocalzCol void   )  [static]
 

00037                                         {
00038     if (! s_col) s_col = new vector<MdcTrk_localz> ;
00039     return s_col;
00040 }


Member Data Documentation

vector<MdcTrk_localz>* MdcTrkLocalzCol::s_col [static, private]
 

vector< MdcTrk_localz > * MdcTrkLocalzCol::s_col = 0 [static, private]
 


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