CMS 3D CMS Logo

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 map< int, int, 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

Generated on Tue Jun 9 17:47:50 2009 for CMSSW by  doxygen 1.5.4