CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/SimRomanPot/SimFP420/interface/DConverterFP420.h

Go to the documentation of this file.
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