Skip to content
Snippets Groups Projects
Commit cebebc53 authored by Rene Brun's avatar Rene Brun
Browse files

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
parent d7692142
No related branches found
No related tags found
No related merge requests found
...@@ -24,11 +24,11 @@ class h1analysis : public TSelector { ...@@ -24,11 +24,11 @@ class h1analysis : public TSelector {
Int_t nrun; Int_t nrun;
Int_t nevent; Int_t nevent;
Int_t nentry; Int_t nentry;
UInt_t trelem[192]; UChar_t trelem[192];
UInt_t subtr[128]; UChar_t subtr[128];
UInt_t rawtr[128]; UChar_t rawtr[128];
UInt_t L4subtr[128]; UChar_t L4subtr[128];
UInt_t L5class[32]; UChar_t L5class[32];
Float_t E33; Float_t E33;
Float_t de33; Float_t de33;
Float_t x33; Float_t x33;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment