ROOT logo
#ifndef THPRLEGEND
#define THPRLEGEND
#include "TLegend.h"
#include "TLegendEntry.h"

class HprLegend : public TLegend
{
public:
   HprLegend(Double_t x1, Double_t y1,Double_t x2, Double_t y2,
                  const char *header, Option_t *option);
   ~HprLegend(){};
   void   ExecuteEvent(Int_t event, Int_t px, Int_t py);
ClassDef(HprLegend,1)
};
#endif
 HprLegend.h:1
 HprLegend.h:2
 HprLegend.h:3
 HprLegend.h:4
 HprLegend.h:5
 HprLegend.h:6
 HprLegend.h:7
 HprLegend.h:8
 HprLegend.h:9
 HprLegend.h:10
 HprLegend.h:11
 HprLegend.h:12
 HprLegend.h:13
 HprLegend.h:14
 HprLegend.h:15