File indexing completed on 2024-04-06 12:03:21
0001 #ifndef PIXELPOPCONDCSCABLINGSOURCEHANDLER_H
0002 #define PIXELPOPCONDCSCABLINGSOURCEHANDLER_H
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012 #include "CondTools/SiPixel/interface/PixelPopConSourceHandler.h"
0013 #include "FWCore/ParameterSet/interface/ParameterSet.h"
0014
0015
0016
0017 class PixelPopConDCSCablingSourceHandler : public PixelPopConSourceHandler<bool> {
0018 public:
0019 PixelPopConDCSCablingSourceHandler(edm::ParameterSet const &) { ; }
0020
0021 private:
0022 };
0023
0024 #endif