Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

TMBL3BTagJet.cpp

Go to the documentation of this file.
00001 #include "tmb_tree/TMBL3BTagJet.hpp"
00002 
00003 ClassImp(TMBL3BTagJet)
00004 
00005 TMBL3BTagJet::TMBL3BTagJet() {
00006   _btag = -10;
00007   _jetptr=0;
00008 }
00009 
00010 TMBL3BTagJet::TMBL3BTagJet(const TMBL3BTagJet& l3) : TObject(l3){
00011   _btag = l3._btag;
00012   _jetptr=l3._jetptr;
00013 }
00014 

Generated on Tue Mar 28 10:13:05 2006 for CAF by doxygen 1.3.4