1#include "MdcTables/MdstTables.h"
7vector<Mdst_run_head>* MdstRunHeadCol::s_col = 0;
10 if ( !s_col ) s_col =
new vector<Mdst_run_head>;
18vector<Mdst_run_end>* MdstRunEndCol::s_col = 0;
21 if ( !s_col ) s_col =
new vector<Mdst_run_end>;
29vector<Mdst_event>* MdstEventCol::s_col = 0;
32 if ( !s_col ) s_col =
new vector<Mdst_event>;
40vector<Mdst_event_add>* MdstEventAddCol::s_col = 0;
43 if ( !s_col ) s_col =
new vector<Mdst_event_add>;
51vector<Mdst_quality>* MdstQualityCol::s_col = 0;
54 if ( !s_col ) s_col =
new vector<Mdst_quality>;
62vector<Mdst_charged>* MdstChargedCol::s_col = 0;
65 if ( !s_col ) s_col =
new vector<Mdst_charged>;
74vector<Mdst_vee2>* MdstVee2Col::s_col = 0;
77 if ( !s_col ) s_col =
new vector<Mdst_vee2>;
86vector<Mdst_vee_daughters>* MdstVeeDaughtersCol::s_col = 0;
89 if ( !s_col ) s_col =
new vector<Mdst_vee_daughters>;
97vector<Mdst_gamma>* MdstGammaCol::s_col = 0;
100 if ( !s_col ) s_col =
new vector<Mdst_gamma>;
108vector<Mdst_pi0>* MdstPi0Col::s_col = 0;
111 if ( !s_col ) s_col =
new vector<Mdst_pi0>;
119vector<Mdst_klong>* MdstKlongCol::s_col = 0;
122 if ( !s_col ) s_col =
new vector<Mdst_klong>;
130vector<Mdst_muid>* MdstMuidCol::s_col = 0;
133 if ( !s_col ) s_col =
new vector<Mdst_muid>;
141vector<Mdst_trk>* MdstTrkCol::s_col = 0;
144 if ( !s_col ) s_col =
new vector<Mdst_trk>;
152vector<Mdst_trk_add>* MdstTrkAddCol::s_col = 0;
155 if ( !s_col ) s_col =
new vector<Mdst_trk_add>;
163vector<Mdst_trk_fit>* MdstTrkFitCol::s_col = 0;
166 if ( !s_col ) s_col =
new vector<Mdst_trk_fit>;
174vector<Mdst_acc>* MdstAccCol::s_col = 0;
177 if ( !s_col ) s_col =
new vector<Mdst_acc>;
185vector<Mdst_tof>* MdstTofCol::s_col = 0;
188 if ( !s_col ) s_col =
new vector<Mdst_tof>;
196vector<Mdst_ecl>* MdstEclCol::s_col = 0;
199 if ( !s_col ) s_col =
new vector<Mdst_ecl>;
207vector<Mdst_ecl_aux>* MdstEclAuxCol::s_col = 0;
210 if ( !s_col ) s_col =
new vector<Mdst_ecl_aux>;
219vector<Mdst_ecl_cr>* MdstEclCrCol::s_col = 0;
222 if ( !s_col ) s_col =
new vector<Mdst_ecl_cr>;
230vector<Mdst_ecl_trk>* MdstEclTrkCol::s_col = 0;
233 if ( !s_col ) s_col =
new vector<Mdst_ecl_trk>;
241vector<Mdst_klm_cluster>* MdstKlmClusterCol::s_col = 0;
244 if ( !s_col ) s_col =
new vector<Mdst_klm_cluster>;
252vector<Mdst_klm_mu>* MdstKlmMuCol::s_col = 0;
255 if ( !s_col ) s_col =
new vector<Mdst_klm_mu>;
263vector<Mdst_klm_mu_ex>* MdstKlmMuExCol::s_col = 0;
266 if ( !s_col ) s_col =
new vector<Mdst_klm_mu_ex>;
274vector<Mdst_efc>* MdstEfcCol::s_col = 0;
277 if ( !s_col ) s_col =
new vector<Mdst_efc>;
285vector<Mdst_sim_trk>* MdstSimTrkCol::s_col = 0;
288 if ( !s_col ) s_col =
new vector<Mdst_sim_trk>;
296vector<Mdst_sim_ecl>* MdstSimEclCol::s_col = 0;
299 if ( !s_col ) s_col =
new vector<Mdst_sim_ecl>;
307vector<Mdst_sim_rand>* MdstSimRandCol::s_col = 0;
310 if ( !s_col ) s_col =
new vector<Mdst_sim_rand>;
static vector< Mdst_acc > * getMdstAccCol(void)
static vector< Mdst_charged > * getMdstChargedCol(void)
static vector< Mdst_ecl_aux > * getMdstEclAuxCol(void)
static vector< Mdst_ecl > * getMdstEclCol(void)
static vector< Mdst_ecl_cr > * getMdstEclCrCol(void)
static vector< Mdst_ecl_trk > * getMdstEclTrkCol(void)
static vector< Mdst_efc > * getMdstEfcCol(void)
static vector< Mdst_event_add > * getMdstEventAddCol(void)
static vector< Mdst_event > * getMdstEventCol(void)
static vector< Mdst_gamma > * getMdstGammaCol(void)
static vector< Mdst_klm_cluster > * getMdstKlmClusterCol(void)
static vector< Mdst_klm_mu > * getMdstKlmMuCol(void)
static vector< Mdst_klm_mu_ex > * getMdstKlmMuExCol(void)
static vector< Mdst_klong > * getMdstKlongCol(void)
static vector< Mdst_muid > * getMdstMuidCol(void)
static vector< Mdst_pi0 > * getMdstPi0Col(void)
static vector< Mdst_quality > * getMdstQualityCol(void)
static vector< Mdst_run_end > * getMdstRunEndCol(void)
static vector< Mdst_run_head > * getMdstRunHeadCol(void)
static vector< Mdst_sim_ecl > * getMdstSimEclCol(void)
static vector< Mdst_sim_rand > * getMdstSimRandCol(void)
static vector< Mdst_sim_trk > * getMdstSimTrkCol(void)
static vector< Mdst_tof > * getMdstTofCol(void)
static vector< Mdst_trk_add > * getMdstTrkAddCol(void)
static vector< Mdst_trk > * getMdstTrkCol(void)
static vector< Mdst_trk_fit > * getMdstTrkFitCol(void)
static vector< Mdst_vee2 > * getMdstVee2Col(void)
static vector< Mdst_vee_daughters > * getMdstVeeDaughtersCol(void)