00001 00002 #include "tmb_tree/TMBL1Track.hpp" 00003 00004 ClassImp(TMBL1Track) 00005 00006 TMBL1Track::TMBL1Track(){ 00007 sector = -10; 00008 ptbin = -10; 00009 charge = -10; 00010 cpsmatch = -10; 00011 occup = -10; 00012 iso = -10; 00013 ncps = -10; 00014 } 00015 00016 TMBL1Track::TMBL1Track(const TMBL1Track& x): TObject(x){ 00017 sector = x.sector; 00018 ptbin = x.ptbin; 00019 charge = x.charge; 00020 cpsmatch = x.cpsmatch; 00021 occup = x.occup; 00022 iso = x.iso; 00023 ncps = x.ncps; 00024 }
1.3.4