AliPhysics  fceccc5 (fceccc5)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliFigure.h
Go to the documentation of this file.
1 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
2  * See cxx source for full Copyright notice */
3 
4 // Compatibility wrapper to provide AliCanvas as AliFigure
5 //
6 // Author: Jochen Klein <jochen.klein@cern.ch>
7 
8 #ifndef ALIFIGURE_H
9 #define ALIFIGURE_H
10 
11 #include "AliCanvas.h"
12 
13 class AliFigure : public AliCanvas
14 {
15  public:
16  AliFigure(const char* name = "", const char* title = "", Int_t ww = 800, Int_t wh = 600);
17 
19 };
20 
21 #endif
const char * title
Definition: MakeQAPdf.C:26
ClassDef(AliFigure, 1)
int Int_t
Definition: External.C:63
AliFigure(const char *name="", const char *title="", Int_t ww=800, Int_t wh=600)
Definition: AliFigure.cxx:28