00001 #include "tmb_tree/TMBL1toL2CTT.hpp"
00002
00003 ClassImp(TMBL1toL2CTT)
00004
00005 #ifndef __CINT__
00006 const float TMBL1toL2CTT::center_fineptbin[4][8] = {
00007 { 63.75,26.50,15.96,11.42,0.00,0.00,0.00,0.00},
00008 { 8.89, 7.27, 6.15, 5.33,0.00,0.00,0.00,0.00},
00009 { 7.75, 5.00, 4.00, 3.50,0.00,0.00,0.00,0.00},
00010 { 3.00, 2.50, 2.25, 2.00,1.75,1.75,1.50,1.50} };
00011 #endif
00012
00013 TMBL1toL2CTT::TMBL1toL2CTT(){
00014 preshoweraddress = -10;
00015 hasadjpscluster = 0;
00016 errorcode = -10;
00017 hasloosepsmatch = 0;
00018 hastightpsmatch = 0;
00019 fineptbin = -10;
00020 ptbin = -10;
00021 sign = -10;
00022 sector = -10;
00023 duplicate = 0;
00024 isolated = 0;
00025 fibrenumber = -10;
00026 }
00027
00028
00029 TMBL1toL2CTT::TMBL1toL2CTT(const TMBL1toL2CTT& x): TObject(x){
00030 preshoweraddress = x.preshoweraddress;
00031 hasadjpscluster = x.hasadjpscluster;
00032 errorcode = x.errorcode;
00033 hasloosepsmatch = x.hasloosepsmatch;
00034 hastightpsmatch = x.hastightpsmatch;
00035 fineptbin = x.fineptbin;
00036 ptbin = x.ptbin;
00037 sign = x.sign;
00038 sector = x.sector;
00039 duplicate = x.duplicate;
00040 isolated = x.isolated;
00041 fibrenumber = x.fibrenumber;
00042 }