rename splitter/merger to shorter/generic names

This commit is contained in:
Alexey Rybalchenko
2014-01-17 10:41:33 +01:00
parent 1370259d41
commit 31d10170f7
4 changed files with 0 additions and 0 deletions

25
fairmq/FairMQMerger.h Normal file
View File

@@ -0,0 +1,25 @@
/*
* FairMQStandaloneMerger.h
*
* Created on: Dec 6, 2012
* Author: dklein
*/
#ifndef FAIRMQSTANDALONEMERGER_H_
#define FAIRMQSTANDALONEMERGER_H_
#include "FairMQDevice.h"
#include "Rtypes.h"
#include "TString.h"
class FairMQStandaloneMerger: public FairMQDevice
{
public:
FairMQStandaloneMerger();
virtual ~FairMQStandaloneMerger();
protected:
virtual void Run();
};
#endif /* FAIRMQSTANDALONEMERGER_H_ */