MdcDatMcwirhitCol Class Reference

#include <MdcTables.h>

List of all members.

Static Public Member Functions

static vector< MdcDat_mcwirhit > * getMdcDatMcwirhitCol (void)

Static Private Attributes

static vector< MdcDat_mcwirhit > * s_col = 0


Detailed Description

Definition at line 671 of file MdcTables.h.


Member Function Documentation

vector< MdcDat_mcwirhit > * MdcDatMcwirhitCol::getMdcDatMcwirhitCol ( void   )  [static]

Definition at line 315 of file MdcTables.cxx.

References s_col.

Referenced by TTrackManager::clearTables(), and TMDC::updateMC().

00315                                             {
00316     if (! s_col) s_col = new vector<MdcDat_mcwirhit> ;
00317     return s_col;
00318 }


Member Data Documentation

vector< MdcDat_mcwirhit > * MdcDatMcwirhitCol::s_col = 0 [static, private]

Definition at line 675 of file MdcTables.h.

Referenced by getMdcDatMcwirhitCol().


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