00001 #ifndef DConverterFP420_h 00002 #define DConverterFP420_h 00003 00004 #include "SimRomanPot/SimFP420/interface/PileUpFP420.h" 00005 class DConverterFP420{ 00006 // ADC simulation 00007 public: 00008 00009 typedef std::map<int, int, std::less<int> > DigitalMapType; 00010 typedef PileUpFP420::signal_map_type signal_map_type; 00011 00012 virtual ~DConverterFP420() { } 00013 virtual DigitalMapType convert(const signal_map_type &) = 0; 00014 }; 00015 00016 #endif