00001 #include "tmb_tree/TMBL2EM.hpp" 00002 00003 ClassImp(TMBL2EM) 00004 00005 TMBL2EM::TMBL2EM() : TMBL2Base() { 00006 iso = -10; 00007 emf = -10; 00008 seedeta = -10; 00009 seedphi = -10; 00010 seedetaneighbour = -10; 00011 seedphineighbour = -10; 00012 saturatedtottower = 0; 00013 saturatedemtower = 0; 00014 noneighbour = 0; 00015 etaorphineighbour = -10; 00016 positionneighbour = -10; 00017 etneighbour = -10; 00018 emfneighbour = -10; 00019 } 00020 00021 TMBL2EM::TMBL2EM(const TMBL2EM& x) : TMBL2Base(x){ 00022 iso = x.iso; 00023 emf = x.emf; 00024 seedeta = x.seedeta; 00025 seedphi = x.seedphi; 00026 seedetaneighbour = x.seedetaneighbour; 00027 seedphineighbour = x.seedphineighbour; 00028 saturatedtottower = x.saturatedtottower; 00029 saturatedemtower = x.saturatedemtower; 00030 noneighbour = x.noneighbour; 00031 etaorphineighbour = x.etaorphineighbour; 00032 positionneighbour = x.positionneighbour; 00033 etneighbour = x.etneighbour; 00034 emfneighbour = x.emfneighbour; 00035 }
1.3.4