Go to the documentation of this file.00001 #ifndef PixelTrimOverride_h
00002 #define PixelTrimOverride_h
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #include <string>
00016 #include "PixelTrimBase.h"
00017 #include "PixelMaskBase.h"
00018
00019 namespace pos{
00020 class PixelTrimOverride: public PixelTrimOverrideBase {
00021
00022 public:
00023
00024 PixelTrimOverride(std::string filename);
00025
00026
00027
00028 std::string getConfigCommand(PixelMaskBase& pixelMask);
00029
00030 private:
00031
00032
00033
00034 };
00035 }
00036 #endif