FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
runExHistoCanvasDrawer.cxx
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 (LGPL) version 3, *
6  * copied verbatim in the file "LICENSE" *
7  ********************************************************************************/
9 #include "runExHistoServer.h"
10 
11 std::unique_ptr<FairMQExHistoCanvasDrawer> getCanvasDrawer()
12 {
13  return std::unique_ptr<FairMQExHistoCanvasDrawer>{new FairMQExHistoCanvasDrawerExample()};
14 }
std::unique_ptr< FairMQExHistoCanvasDrawer > getCanvasDrawer()