FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairMQExHistoCanvasDrawer.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 (LGPL) version 3, *
6  * copied verbatim in the file "LICENSE" *
7  ********************************************************************************/
8 #ifndef FAIRMQEXHISTOCANVASDRAWER
9 #define FAIRMQEXHISTOCANVASDRAWER
10 
11 class THttpServer;
12 class TObjArray;
13 
15 {
16  public:
19 
20  virtual void CreateCanvases(THttpServer&) = 0;
21 
22  virtual void DrawHistograms(TObjArray&) = 0;
23 
24  private:
27 };
28 
29 #endif
virtual void CreateCanvases(THttpServer &)=0
virtual void DrawHistograms(TObjArray &)=0