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

TMBL3Photon.cpp

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

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