PandaRoot
PndMQMergerTest.h
Go to the documentation of this file.
1 //****************************************************************************
2 //* This file is part of PandaRoot. *
3 //* *
4 //* PandaRoot is distributed under the terms of the *
5 //* GNU General Public License (GPL) version 3, *
6 //* copied verbatim in the file "LICENSE". *
7 //* *
8 //* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9 //* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10 //* The authors are listed in the file "AUTHORS". *
11 //****************************************************************************
12 
13 /********************************************************************************
14  * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
15  * *
16  * This software is distributed under the terms of the *
17  * GNU Lesser General Public Licence version 3 (LGPL) version 3, *
18  * copied verbatim in the file "LICENSE" *
19  ********************************************************************************/
27 #ifndef PndMQMergerTest_H_
28 #define PndMQMergerTest_H_
29 
30 #include "PndMQMerger.h"
31 
33 
34 #include <boost/serialization/access.hpp>
35 #include <boost/archive/text_iarchive.hpp>
36 #include <boost/archive/binary_iarchive.hpp>
37 #include <boost/serialization/vector.hpp>
38 
39 class PndMQMergerTest : public PndMQMerger {
40  public:
42 
43  protected:
44  virtual void ProcessData(std::map<std::string, BurstData> &dataToProcess);
45 };
46 
47 #endif /* PndMQMergerTest_H_ */
virtual void ProcessData(std::map< std::string, BurstData > &dataToProcess)