00001 00002 // $Id: DmxStatistic.cxx,v 1.6 2000/06/27 23:19:29 brebel Exp $ 00003 // 00004 // DmxStatistic.cxx 00005 // 00006 // DmxStatistic is a virtual base class for DmxStatistic objects. 00007 // 00008 // Author: B. Rebel 6/2000 00010 00011 #include "DeMux/DmxStatistic.h" 00012 00013 ClassImp(DmxStatistic) 00014 00015 //______________________________________________________________________ 00016 DmxStatistic::DmxStatistic() 00017 { 00018 } 00019 00020 //______________________________________________________________________ 00021 DmxStatistic::~DmxStatistic() 00022 { 00023 }
1.3.9.1