00001 00002 // $Id: FilterBadChannelMap.cxx,v 1.1 2005/01/21 19:01:34 brebel Exp $ 00003 // 00004 // FilterBadChannelMap.h 00005 // 00006 //object to hold map of bad electronics channels in near detector 00007 // 00008 // Author: B. Rebel 2005/01 00010 00011 00012 #include "MessageService/MsgService.h" 00013 #include "CandDigit/FilterBadChannelMap.h" 00014 00015 ClassImp(FilterBadChannelMap) 00016 00017 //______________________________________________________________________ 00018 CVSID("$Id: FilterBadChannelMap.cxx,v 1.1 2005/01/21 19:01:34 brebel Exp $"); 00019 00020 //______________________________________________________________________ 00021 //the implementation does nothing as all we care about is the channel map 00022 //data member 00023 FilterBadChannelMap::FilterBadChannelMap() 00024 { 00025 MSG("FilterBadChannelMap", Msg::kDebug) << "FilterBadChannelMap ctor" << endl; 00026 } 00027 00028 //______________________________________________________________________ 00029 FilterBadChannelMap::~FilterBadChannelMap() 00030 { 00031 } 00032