CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/CondTools/SiPixel/interface/PixelPopConFEDCablingSourceHandler.h

Go to the documentation of this file.
00001 #ifndef PIXELPOPCONFEDCABLINGSOURCEHANDLER_H
00002 #define PIXELPOPCONFEDCABLINGSOURCEHANDLER_H
00003 
00004 // Package: CondTools/SiPixel
00005 // Class:   PixelPopConFEDCablingSourceHandler
00006 //
00007 // Description: Source handler class for pixel fed cabling map
00008 //              popcon application
00009 //
00010 // Created: M. Eads, Apr 2008
00011 
00012 #include "CondTools/SiPixel/interface/PixelPopConSourceHandler.h"
00013 #include "CondFormats/SiPixelObjects/interface/SiPixelFedCablingMap.h"
00014 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00015 
00016 // class definition
00017 class PixelPopConFEDCablingSourceHandler : public PixelPopConSourceHandler<SiPixelFedCablingMap> {
00018 
00019  public:
00020   PixelPopConFEDCablingSourceHandler(edm::ParameterSet const &) {;}
00021 
00022  private:
00023 
00024 };
00025 
00026 
00027 #endif