# | Line 14 | Line 14 | |
---|---|---|
14 | #include <Rtypes.h> | |
15 | #include <TError.h> | |
16 | ||
17 | + | typedef UInt_t unsignedint; |
18 | + | typedef UChar_t unsignedchar; |
19 | + | typedef UShort_t unsignedshort; |
20 | + | typedef ULong64_t unsignedlonglong; |
21 | + | |
22 | namespace mithep | |
23 | { | |
24 | template<UInt_t N> |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |