GenHepevtCol Class Reference

#include <HepevtTables.h>

List of all members.

Static Public Member Functions

static vector< Gen_hepevt > * getGenHepevtCol (void)

Static Private Attributes

static vector< Gen_hepevt > * s_col = 0


Detailed Description

Definition at line 27 of file HepevtTables.h.


Member Function Documentation

vector< Gen_hepevt > * GenHepevtCol::getGenHepevtCol ( void   )  [static]

Definition at line 10 of file HepevtTables.cxx.

References s_col.

Referenced by TTrackHEP::update().

00010                                   {
00011     if (! s_col) s_col = new vector<Gen_hepevt> ;
00012     return s_col;
00013 }


Member Data Documentation

vector< Gen_hepevt > * GenHepevtCol::s_col = 0 [static, private]

Definition at line 31 of file HepevtTables.h.

Referenced by getGenHepevtCol().


Generated on Tue Nov 29 23:19:38 2016 for BOSS_7.0.2 by  doxygen 1.4.7