BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
TUUID.h
Go to the documentation of this file.
1 #ifndef TUUID_H
2 #define TUUID_H
3 
4 
5 #include "RtypesCore.h"
6 
7 namespace ROOT {
8 
9 class TUUID {
10 public:
11 
12  TUUID();
13 
14  void GetUUID(UChar_t uuid[16]) const;
15 
16 protected:
17  UInt_t fTimeLow; // 60 bit time, lower 32 bits
18 };
19 
20 }
21 #endif
22 
unsigned char UChar_t
Definition: RtypesCore.h:34
unsigned int UInt_t
Definition: RtypesCore.h:42
void GetUUID(UChar_t uuid[16]) const
UInt_t fTimeLow
Definition: TUUID.h:17
Definition: TUUID.h:7