Newer
Older
TB_Chris / TbUT / src / .svn / text-base / TbUTRawDataMonitorAlgorithm.h.svn-base
@iaro iaro on 9 May 2016 347 bytes first attempt of automated anal
  1. /*
  2. * TbUTRawDataMonitorAlgorithm.h
  3. *
  4. * Created on: Oct 7, 2014
  5. * Author: ADendek
  6. */
  7.  
  8. #pragma once
  9.  
  10. #include "TbUTDataMonitorAlgorithm.h"
  11.  
  12. namespace TbUT
  13. {
  14.  
  15. class RawDataMonitorAlgorithm : public DataMonitorAlgorithm
  16. {
  17. public:
  18. RawDataMonitorAlgorithm( const std::string& name, ISvcLocator* pSvcLocator );
  19. StatusCode finalize ();
  20. };
  21. }