/******************************************************************************** * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * * * * This software is distributed under the terms of the * * GNU Lesser General Public Licence version 3 (LGPL) version 3, * * copied verbatim in the file "LICENSE" * ********************************************************************************/ /** * PndMQMergerTest.h * * @since 2012-12-06 * @author D. Klein, A. Rybalchenko */ #ifndef PndMQMergerTest_H_ #define PndMQMergerTest_H_ #include "PndMQMerger.h" #include #include #include #include #include class PndMQMergerTest : public PndMQMerger { public: PndMQMergerTest(); protected: virtual void ProcessData(std::map& dataToProcess); }; #endif /* PndMQMergerTest_H_ */