BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
HepevtTables.cxx
Go to the documentation of this file.
1#include "MdcTables/HepevtTables.h"
2
3//
4//*** generated particle information in LUND7 format
5//
6
7vector<Gen_hepevt>* GenHepevtCol::s_col = 0;
8
9vector<Gen_hepevt>* GenHepevtCol::getGenHepevtCol( void ) {
10 if ( !s_col ) s_col = new vector<Gen_hepevt>;
11 return s_col;
12}
13
14//
15//*** Packed Gen_HEPEVT (main part)
16//
17
18vector<Gen_pakevt>* GenPakevtCol::s_col = 0;
19
20vector<Gen_pakevt>* GenPakevtCol::getGenPakevtCol( void ) {
21 if ( !s_col ) s_col = new vector<Gen_pakevt>;
22 return s_col;
23}
24
25//
26//*** Packed Gen_HEPEVT (vertex part)
27//
28
29vector<Gen_pakvtx>* GenPakvtxCol::s_col = 0;
30
31vector<Gen_pakvtx>* GenPakvtxCol::getGenPakvtxCol( void ) {
32 if ( !s_col ) s_col = new vector<Gen_pakvtx>;
33 return s_col;
34}
static vector< Gen_hepevt > * getGenHepevtCol(void)
static vector< Gen_pakevt > * getGenPakevtCol(void)
static vector< Gen_pakvtx > * getGenPakvtxCol(void)