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

MdcTrkLocalfCol Class Reference

#include <TrkTables.h>

List of all members.

Static Public Member Functions

vector< MdcTrk_localf > * getMdcTrkLocalfCol (void)
vector< MdcTrk_localf > * getMdcTrkLocalfCol (void)

Static Private Attributes

vector< MdcTrk_localf > * s_col
vector< MdcTrk_localf > * s_col = 0


Member Function Documentation

vector<MdcTrk_localf>* MdcTrkLocalfCol::getMdcTrkLocalfCol void   )  [static]
 

vector< MdcTrk_localf > * MdcTrkLocalfCol::getMdcTrkLocalfCol void   )  [static]
 

00050                                         {
00051     if (! s_col) s_col = new vector<MdcTrk_localf> ;
00052     return s_col;
00053 }


Member Data Documentation

vector<MdcTrk_localf>* MdcTrkLocalfCol::s_col [static, private]
 

vector< MdcTrk_localf > * MdcTrkLocalfCol::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