Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

FilterBadChannelMap.h

Go to the documentation of this file.
00001 
00002 // $Id: FilterBadChannelMap.h,v 1.2 2005/02/18 15:37:41 bv 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 #ifndef FILTERBADCHANNELMAP_H
00012 #define FILTERBADCHANNELMAP_H
00013 
00014 #include <map>
00015 #include "TObject.h"
00016 #include "RawData/RawChannelId.h"
00017 
00018 class FilterBadChannelMap : public TObject
00019 {
00020    public:
00021      FilterBadChannelMap();
00022      ~FilterBadChannelMap();
00023         
00024      std::map<RawChannelId, bool> fBadChannelMap;
00025 
00026      ClassDef(FilterBadChannelMap,1)
00027 };
00028 
00029 #endif //FILTERBADCHANNELMAP_H

Generated on Mon Feb 15 11:06:43 2010 for loon by  doxygen 1.3.9.1