All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
caf::SRTrigger Class Reference

#include <SRTrigger.h>

Public Member Functions

 SRTrigger ()
 

Public Attributes

u_int64_t global_trigger_time
 Time of trigger in UTC [ns]. More...
 
u_int64_t beam_gate_time_abs
 Time of beam gate opening in UTC [ns]. More...
 
int64_t trigger_within_gate
 Time from beam gate to the trigger [ns]. More...
 
double beam_gate_det_time
 Beam gate time on detector time scale [us]. More...
 
double global_trigger_det_time
 Trigger time on detector time scale [us]. More...
 

Detailed Description

Definition at line 8 of file SRTrigger.h.

Constructor & Destructor Documentation

caf::SRTrigger::SRTrigger ( )

Definition at line 8 of file SRTrigger.cxx.

8  :
9  global_trigger_time(UINT_MAX),
10  beam_gate_time_abs(UINT_MAX),
11  trigger_within_gate(INT_MAX),
12  beam_gate_det_time(std::numeric_limits<double>::signaling_NaN()),
13  global_trigger_det_time(std::numeric_limits<double>::signaling_NaN())
14  {}
int64_t trigger_within_gate
Time from beam gate to the trigger [ns].
Definition: SRTrigger.h:14
u_int64_t beam_gate_time_abs
Time of beam gate opening in UTC [ns].
Definition: SRTrigger.h:13
u_int64_t global_trigger_time
Time of trigger in UTC [ns].
Definition: SRTrigger.h:12
double beam_gate_det_time
Beam gate time on detector time scale [us].
Definition: SRTrigger.h:15
double global_trigger_det_time
Trigger time on detector time scale [us].
Definition: SRTrigger.h:16

Member Data Documentation

double caf::SRTrigger::beam_gate_det_time

Beam gate time on detector time scale [us].

Definition at line 15 of file SRTrigger.h.

u_int64_t caf::SRTrigger::beam_gate_time_abs

Time of beam gate opening in UTC [ns].

Definition at line 13 of file SRTrigger.h.

double caf::SRTrigger::global_trigger_det_time

Trigger time on detector time scale [us].

Definition at line 16 of file SRTrigger.h.

u_int64_t caf::SRTrigger::global_trigger_time

Time of trigger in UTC [ns].

Definition at line 12 of file SRTrigger.h.

int64_t caf::SRTrigger::trigger_within_gate

Time from beam gate to the trigger [ns].

Definition at line 14 of file SRTrigger.h.


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