CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/SimRomanPot/SimFP420/interface/ZSuppressFP420.h

Go to the documentation of this file.
00001 #ifndef ZSuppressFP420_h
00002 #define ZSuppressFP420_h
00003 
00004 #include "SimRomanPot/SimFP420/interface/DConverterFP420.h"
00005 
00006 
00007 class ZSuppressFP420{
00008  public:
00009   
00010   typedef  DConverterFP420::DigitalMapType DigitalMapType;
00011     
00012   virtual ~ZSuppressFP420() {  }
00013   virtual DigitalMapType zeroSuppress(const DigitalMapType&, int) = 0;
00014 };
00015  
00016 #endif