00001 #include "tmb_tree/TMBL2Muon.hpp" 00002 00003 ClassImp(TMBL2Muon) 00004 00005 TMBL2Muon::TMBL2Muon() : TMBL2Base() { 00006 toroidptbin = -10; 00007 toroidptnegative = -10; 00008 l1ptthres = -10; 00009 l1ptsignunknown = -10; 00010 l1ptnegative = -10; 00011 qmask = -10; 00012 sctimea = -10; 00013 sctimeb = -10; 00014 sctimec = -10; 00015 iscentral = true; 00016 } 00017 00018 TMBL2Muon::TMBL2Muon(const TMBL2Muon& x) : TMBL2Base(x){ 00019 toroidptbin = x.toroidptbin; 00020 toroidptnegative = x.toroidptnegative; 00021 l1ptthres = x.l1ptthres; 00022 l1ptsignunknown = x.l1ptsignunknown; 00023 l1ptnegative = x.l1ptnegative; 00024 qmask = x.qmask; 00025 sctimea = x.sctimea; 00026 sctimeb = x.sctimeb; 00027 sctimec = x.sctimec; 00028 iscentral = x.iscentral; 00029 }
1.3.4