FairRoot/PandaRoot
PndMQMergerTest.h
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3  * *
4  * This software is distributed under the terms of the *
5  * GNU Lesser General Public Licence version 3 (LGPL) version 3, *
6  * copied verbatim in the file "LICENSE" *
7  ********************************************************************************/
15 #ifndef PndMQMergerTest_H_
16 #define PndMQMergerTest_H_
17 
18 #include "PndMQMerger.h"
19 
21 
22 #include <boost/serialization/access.hpp>
23 #include <boost/archive/text_iarchive.hpp>
24 #include <boost/archive/binary_iarchive.hpp>
25 #include <boost/serialization/vector.hpp>
26 
28 {
29  public:
31 
32  protected:
33 
34  virtual void ProcessData(std::map<std::string, BurstData>& dataToProcess);
35 
36 };
37 
38 #endif /* PndMQMergerTest_H_ */
virtual void ProcessData(std::map< std::string, BurstData > &dataToProcess)