#ifndef UBERSTRUCT_HH #define UBERSTRUCT_HH #include "UCNtuple/myheader_t.hh" #include "UCNtuple/myvertex_t.hh" #include "UCNtuple/myphoton_t.hh" #include "UCNtuple/mytrigger_t.hh" #include "UCNtuple/mymet_t.hh" #include "UCNtuple/myjet_t.hh" #include "UCNtuple/myelectron_t.hh" #include "UCNtuple/myd0finder_t.hh" #include "UCNtuple/myconversion_t.hh" #include "UCNtuple/mytrack_t.hh" #include "UCNtuple/mymuon_t.hh" #include "UCNtuple/mytau_t.hh" #include "UCNtuple/mytagging_t.hh" #include "UCNtuple/mytop_t.hh" #include "UCNtuple/myobsp_t.hh" #include "UCNtuple/myobsv_t.hh" #include "UCNtuple/myhepg_t.hh" #include "UCNtuple/mysvt_t.hh" #include "UCNtuple/myxtrp_t.hh" #include "UCNtuple/myzbb_t.hh" #include "UCNtuple/mycaltrigger_t.hh" #include "UCNtuple/mylevel3_t.hh" #include "UCNtuple/mypi0_t.hh" #include "UCNtuple/mycaltower_t.hh" #include "UCNtuple/myphoenix_t.hh" #include "UCNtuple/myl3silicon_t.hh" #include "UCNtuple/myccr_t.hh" struct myuber_t { struct myheader_t header; struct myvertex_t vertex; struct myphoton_t photon; struct mytrigger_t trigger; struct mymet_t met; struct myjet_t jet; struct myelectron_t electron; struct mytrack_t track; struct mymuon_t muon; struct mytau_t tau; struct mytagging_t tagging; struct mytagging_t tagging2; struct mytagging_t tagging3; struct myobsp_t obsp; struct myobsv_t obsv; struct myhepg_t hepg; struct myd0finder_t d0finder; struct myd0finder_t d0finder2; struct myconversion_t conversion; struct myjet_t jet2; struct mysvt_t svt; struct myxtrp_t xtrp; struct myzbb_t zbb; struct mycaltrigger_t caltrigger; struct mylevel3_t level3; struct mytop_t top; struct myjet_t jet3; struct mytau_t tau2; struct mypi0_t pi0; struct mycaltower_t caltower; struct myphoenix_t phoenix; struct myl3silicon_t l3silicon; struct myccr_t ccr; }; #endif