GpuPowerSpectra – The GPU Power Specta Data. More...
#include <GpuPowerSpectra.h>
Public Member Functions | |
GpuPowerSpectra () | |
Default constructor. | |
~GpuPowerSpectra () | |
Destructor. | |
GpuPowerSpectra (Int_t run, Int_t trealTime, GpuPhiSectorPowerSpectrumStruct_t *gpuPtr) | |
Assignment constructor. | |
TGraph * | getGraph (Int_t phi) |
ClassDef (GpuPowerSpectra, 11) | |
Public Attributes | |
Int_t | run |
Run number from offline. | |
UInt_t | realTime |
Time in unixTime. | |
UChar_t | powerSpectra [16][99] |
unsigned int | unixTimeFirstEvent |
unsigned int | unixTimeLastEvent |
unsigned int | numEventsAveraged |
unsigned int | firstEventInAverage |
unsigned char | pol |
unsigned char | ring |
GpuPowerSpectra – The GPU Power Specta Data.
The ROOT implementation of the GPU Power Spectra data
Definition at line 25 of file GpuPowerSpectra.h.