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
/*
 * TbUTRawDataMonitorAlgorithm.h
 *
 *  Created on: Oct 7, 2014
 *      Author: ADendek
 */

#pragma once

#include "TbUTDataMonitorAlgorithm.h"

namespace TbUT
{

class RawDataMonitorAlgorithm : public DataMonitorAlgorithm
{
public:
	RawDataMonitorAlgorithm( const std::string& name, ISvcLocator* pSvcLocator );
	StatusCode finalize  ();
};
}