From cebebc53a033d6ac77cde5f501f80ca3adf4c0d4 Mon Sep 17 00:00:00 2001
From: Rene Brun <Rene.Brun@cern.ch>
Date: Thu, 20 Jan 2005 07:49:10 +0000
Subject: [PATCH] From Philippe: Fix incorrect type definitions in the header
 file. Some variables were declared UInt_t instead of UChar_t.

git-svn-id: http://root.cern.ch/svn/root/trunk@10966 27541ba8-7e3a-0410-8455-c3a389f83636
---
 tutorials/h1analysis.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tutorials/h1analysis.h b/tutorials/h1analysis.h
index e472e3823d8..78d4bc08803 100644
--- a/tutorials/h1analysis.h
+++ b/tutorials/h1analysis.h
@@ -24,11 +24,11 @@ class h1analysis : public TSelector {
    Int_t           nrun;
    Int_t           nevent;
    Int_t           nentry;
-   UInt_t          trelem[192];
-   UInt_t          subtr[128];
-   UInt_t          rawtr[128];
-   UInt_t          L4subtr[128];
-   UInt_t          L5class[32];
+   UChar_t         trelem[192];
+   UChar_t         subtr[128];
+   UChar_t         rawtr[128];
+   UChar_t         L4subtr[128];
+   UChar_t         L5class[32];
    Float_t         E33;
    Float_t         de33;
    Float_t         x33;
-- 
GitLab