Mantid
Loading...
Searching...
No Matches
Public Attributes | List of all members
Mantid::DataHandling::Pulse Struct Reference

Structure that matches the form in the new pulseid files. More...

#include <FilterEventsByLogValuePreNexus.h>

Public Attributes

uint64_t event_index
 The index of the first event for this pulse. More...
 
uint32_t nanoseconds
 The number of nanoseconds since the seconds field. More...
 
double pCurrent
 The proton charge for the pulse. More...
 
uint32_t seconds
 The number of seconds since January 1, 1990. More...
 

Detailed Description

Structure that matches the form in the new pulseid files.

Definition at line 62 of file FilterEventsByLogValuePreNexus.h.

Member Data Documentation

◆ event_index

uint64_t Mantid::DataHandling::Pulse::event_index

The index of the first event for this pulse.

Definition at line 71 of file FilterEventsByLogValuePreNexus.h.

◆ nanoseconds

uint32_t Mantid::DataHandling::Pulse::nanoseconds

The number of nanoseconds since the seconds field.

This is not necessarily less than one second.

Definition at line 65 of file FilterEventsByLogValuePreNexus.h.

◆ pCurrent

double Mantid::DataHandling::Pulse::pCurrent

The proton charge for the pulse.

Definition at line 74 of file FilterEventsByLogValuePreNexus.h.

◆ seconds

uint32_t Mantid::DataHandling::Pulse::seconds

The number of seconds since January 1, 1990.

Definition at line 68 of file FilterEventsByLogValuePreNexus.h.


The documentation for this struct was generated from the following files: