00001 #include <iostream>
00002 #include "tmb_tree/TMBLumV.hpp"
00003
00004 ClassImp(TMBLumV)
00005
00006 TMBLumV::TMBLumV() {
00007 _t_l2n = 0;
00008 _t_h3n = 0;
00009 _t_h2n= 0;
00010 _t_h1n= 0;
00011 _sumn= 0;
00012 _nhitn= 0;
00013 _t_l1n= 0;
00014 _t_l2s= 0;
00015 _t_h3s= 0;
00016 _t_h2s= 0;
00017 _t_h1s= 0;
00018 _sums= 0;
00019 _nhits= 0;
00020 _t_l1s= 0;
00021 _mi_flag= 0;
00022 _tdifn= 0;
00023 _tdifs= 0;
00024 _averagen= 0;
00025 _averages= 0;
00026 _zvtx= 0;
00027 _tfw_andor= 0;
00028 }
00029
00030 TMBLumV:: TMBLumV(Int_t t_l2n,Int_t t_h3n,Int_t t_h2n,Int_t t_h1n,Int_t sumn,Int_t nhitn,Int_t t_l1n,Int_t t_l2s,Int_t t_h3s,Int_t t_h2s,Int_t t_h1s,Int_t sums,Int_t nhits,Int_t t_l1s,Int_t mi_flag,Int_t tdifn,Int_t tdifs,Int_t averagen,Int_t averages,Int_t zvtx,Int_t tfw_andor){
00031 _t_l2n = t_l2n;
00032 _t_h3n = t_h3n;
00033 _t_h2n= t_h2n;
00034 _t_h1n= t_h1n;
00035 _sumn= sumn;
00036 _nhitn= nhitn;
00037 _t_l1n= t_l1n;
00038 _t_l2s= t_l2s;
00039 _t_h3s= t_h3s;
00040 _t_h2s= t_h2s;
00041 _t_h1s= t_h1s;
00042 _sums= sums;
00043 _nhits= nhits;
00044 _t_l1s= t_l1s;
00045 _mi_flag= mi_flag;
00046 _tdifn= tdifn;
00047 _tdifs= tdifs;
00048 _averagen= averagen;
00049 _averages= averages;
00050 _zvtx= zvtx;
00051 _tfw_andor= tfw_andor;
00052 }
00053
00054
00055
00056
00057
00058
00059
00060