StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
TGraphAsymmErrorsWithReset.h
1 #ifndef ROOT_TGraphAsymmErrorsWithReset
2 #define ROOT_TGraphAsymmErrorsWithReset
3 
4 #include "TGraphAsymmErrors.h"
5 
6 class TGraphAsymmErrorsWithReset : public TGraphAsymmErrors {
7  public:
8  void Reset();
10 };
11 
12 #endif