CMS 3D CMS Logo

ZSuppressFP420.h
Go to the documentation of this file.
1 #ifndef ZSuppressFP420_h
2 #define ZSuppressFP420_h
3 
5 
7 public:
9 
10  virtual ~ZSuppressFP420() {}
11  virtual DigitalMapType zeroSuppress(const DigitalMapType &, int) = 0;
12 };
13 
14 #endif
virtual DigitalMapType zeroSuppress(const DigitalMapType &, int)=0
std::map< int, int, std::less< int > > DigitalMapType
DConverterFP420::DigitalMapType DigitalMapType
Definition: ZSuppressFP420.h:8
virtual ~ZSuppressFP420()