Class Reference for E1039 Core & Analysis Software
RunData Struct Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/online/decoder_maindaq/DecoData.h>

+ Inheritance diagram for RunData:
+ Collaboration diagram for RunData:

Public Member Functions

 RunData ()
 
virtual ~RunData ()
 

Public Attributes

int run_id
 
int utime_b
 
int utime_e
 
int fpga_enabled [5]
 
int nim_enabled [5]
 
int fpga_prescale [5]
 
int nim_prescale [3]
 
int trig_bit [10]
 
int prescale [8]
 
int v1495_id [10]
 
FeeDataList fee
 
std::string run_desc
 
int n_fee_event
 
int n_fee_prescale
 
int n_run_desc
 
int n_spill
 
int n_evt_all
 
int n_evt_dec
 
int n_phys_evt
 
int n_phys_evt_bad
 
int n_flush_evt
 
int n_flush_evt_bad
 
int n_hit
 
int n_t_hit
 
int n_hit_bad
 
int n_t_hit_bad
 
int n_v1495
 
int n_v1495_d1ad
 
int n_v1495_d2ad
 
int n_v1495_d3ad
 

Detailed Description

Definition at line 72 of file DecoData.h.

Constructor & Destructor Documentation

◆ RunData()

RunData::RunData ( )

Definition at line 22 of file DecoData.cc.

References fpga_enabled, fpga_prescale, nim_enabled, nim_prescale, prescale, trig_bit, and v1495_id.

◆ ~RunData()

virtual RunData::~RunData ( )
inlinevirtual

Definition at line 108 of file DecoData.h.

Member Data Documentation

◆ fee

FeeDataList RunData::fee

Definition at line 85 of file DecoData.h.

◆ fpga_enabled

int RunData::fpga_enabled[5]

Definition at line 77 of file DecoData.h.

Referenced by Fun4AllEVIOInputManager::run(), and RunData().

◆ fpga_prescale

int RunData::fpga_prescale[5]

Definition at line 79 of file DecoData.h.

Referenced by Fun4AllEVIOInputManager::run(), and RunData().

◆ n_evt_all

int RunData::n_evt_all

Definition at line 92 of file DecoData.h.

Referenced by MainDaqParser::End(), and Fun4AllEVIOInputManager::run().

◆ n_evt_dec

int RunData::n_evt_dec

Definition at line 93 of file DecoData.h.

Referenced by MainDaqParser::End(), and Fun4AllEVIOInputManager::run().

◆ n_fee_event

int RunData::n_fee_event

Definition at line 88 of file DecoData.h.

Referenced by Fun4AllEVIOInputManager::run().

◆ n_fee_prescale

int RunData::n_fee_prescale

Definition at line 89 of file DecoData.h.

Referenced by Fun4AllEVIOInputManager::run().

◆ n_flush_evt

int RunData::n_flush_evt

Definition at line 96 of file DecoData.h.

Referenced by MainDaqParser::End(), and Fun4AllEVIOInputManager::run().

◆ n_flush_evt_bad

int RunData::n_flush_evt_bad

Definition at line 97 of file DecoData.h.

Referenced by Fun4AllEVIOInputManager::run().

◆ n_hit

int RunData::n_hit

Definition at line 98 of file DecoData.h.

Referenced by MainDaqParser::End(), and Fun4AllEVIOInputManager::run().

◆ n_hit_bad

int RunData::n_hit_bad

Definition at line 100 of file DecoData.h.

Referenced by MainDaqParser::End(), and Fun4AllEVIOInputManager::run().

◆ n_phys_evt

int RunData::n_phys_evt

Definition at line 94 of file DecoData.h.

Referenced by MainDaqParser::End(), and Fun4AllEVIOInputManager::run().

◆ n_phys_evt_bad

int RunData::n_phys_evt_bad

Definition at line 95 of file DecoData.h.

Referenced by Fun4AllEVIOInputManager::run().

◆ n_run_desc

int RunData::n_run_desc

Definition at line 90 of file DecoData.h.

Referenced by Fun4AllEVIOInputManager::run().

◆ n_spill

int RunData::n_spill

Definition at line 91 of file DecoData.h.

Referenced by Fun4AllEVIOInputManager::run().

◆ n_t_hit

int RunData::n_t_hit

Definition at line 99 of file DecoData.h.

Referenced by MainDaqParser::End(), and Fun4AllEVIOInputManager::run().

◆ n_t_hit_bad

int RunData::n_t_hit_bad

Definition at line 101 of file DecoData.h.

Referenced by MainDaqParser::End(), and Fun4AllEVIOInputManager::run().

◆ n_v1495

int RunData::n_v1495

Definition at line 102 of file DecoData.h.

Referenced by MainDaqParser::End(), and Fun4AllEVIOInputManager::run().

◆ n_v1495_d1ad

int RunData::n_v1495_d1ad

Definition at line 103 of file DecoData.h.

Referenced by MainDaqParser::End(), and Fun4AllEVIOInputManager::run().

◆ n_v1495_d2ad

int RunData::n_v1495_d2ad

Definition at line 104 of file DecoData.h.

Referenced by MainDaqParser::End(), and Fun4AllEVIOInputManager::run().

◆ n_v1495_d3ad

int RunData::n_v1495_d3ad

Definition at line 105 of file DecoData.h.

Referenced by MainDaqParser::End(), and Fun4AllEVIOInputManager::run().

◆ nim_enabled

int RunData::nim_enabled[5]

Definition at line 78 of file DecoData.h.

Referenced by RunData().

◆ nim_prescale

int RunData::nim_prescale[3]

Definition at line 80 of file DecoData.h.

Referenced by Fun4AllEVIOInputManager::run(), and RunData().

◆ prescale

int RunData::prescale[8]

Definition at line 83 of file DecoData.h.

Referenced by RunData().

◆ run_desc

std::string RunData::run_desc

Definition at line 86 of file DecoData.h.

Referenced by Fun4AllEVIOInputManager::run().

◆ run_id

int RunData::run_id

Definition at line 73 of file DecoData.h.

Referenced by Fun4AllEVIOInputManager::run().

◆ trig_bit

int RunData::trig_bit[10]

Definition at line 82 of file DecoData.h.

Referenced by RunData().

◆ utime_b

int RunData::utime_b

Definition at line 74 of file DecoData.h.

Referenced by Fun4AllEVIOInputManager::run().

◆ utime_e

int RunData::utime_e

Definition at line 75 of file DecoData.h.

Referenced by Fun4AllEVIOInputManager::fileclose(), and Fun4AllEVIOInputManager::run().

◆ v1495_id

int RunData::v1495_id[10]

Definition at line 84 of file DecoData.h.

Referenced by Fun4AllEVIOInputManager::run(), and RunData().


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