Class Reference for E1039 Core & Analysis Software
SQRun_v1 Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/interface_main/SQRun_v1.h>

+ Inheritance diagram for SQRun_v1:
+ Collaboration diagram for SQRun_v1:

Public Member Functions

 SQRun_v1 ()
 
virtual ~SQRun_v1 ()
 
void Reset ()
 Clear Event. More...
 
virtual void identify (std::ostream &os=std::cout) const
 
virtual int get_run_id () const
 Return the run ID. More...
 
virtual void set_run_id (const int a)
 
virtual int get_unix_time_begin () const
 Return the Unix time when this run began. More...
 
virtual void set_unix_time_begin (const int a)
 
virtual int get_unix_time_end () const
 Return the Unix time when this run ended. More...
 
virtual void set_unix_time_end (const int a)
 
virtual int get_fpga_enabled (const int chan) const
 Return 'true' if the given channel ('chan') of the FPGA trigger was enabled in this run. More...
 
virtual void set_fpga_enabled (const int chan, const int a)
 
virtual int get_nim_enabled (const int chan) const
 Return 'true' if the given channel ('chan') of the NIM trigger was enabled in this run. More...
 
virtual void set_nim_enabled (const int chan, const int a)
 
virtual int get_fpga_prescale (const int chan) const
 Return the prescale factor of the given channel ('chan') of the FPGA trigger in this run. More...
 
virtual void set_fpga_prescale (const int chan, const int a)
 
virtual int get_nim_prescale (const int chan) const
 Return the prescale factor of the given channel ('chan') of the NIM trigger in this run. More...
 
virtual void set_nim_prescale (const int chan, const int a)
 
virtual std::string get_run_desc () const
 Return the run description of this run. More...
 
virtual void set_run_desc (const std::string a)
 
virtual int get_n_fee_event () const
 Return the number of FEE events. More...
 
virtual void set_n_fee_event (const int a)
 
virtual int get_n_fee_prescale () const
 Return the number of FEE-prescale events. More...
 
virtual void set_n_fee_prescale (const int a)
 
virtual int get_n_run_desc () const
 Return the number of run-description events. More...
 
virtual void set_n_run_desc (const int a)
 
virtual int get_n_spill () const
 Return the number of spill events. More...
 
virtual void set_n_spill (const int a)
 
virtual int get_n_evt_all () const
 Return the number of all recorded events. More...
 
virtual void set_n_evt_all (const int a)
 
virtual int get_n_evt_dec () const
 Return the number of decoded events. The online decoding usually skips a part of events in order to finish in time. More...
 
virtual void set_n_evt_dec (const int a)
 
virtual int get_n_phys_evt () const
 Return the number of all PHYSICS events. More...
 
virtual void set_n_phys_evt (const int a)
 
virtual int get_n_phys_evt_bad () const
 Return the number of bad PHYSICS events. More...
 
virtual void set_n_phys_evt_bad (const int a)
 
virtual int get_n_flush_evt () const
 Return the number of all FLUSH events. More...
 
virtual void set_n_flush_evt (const int a)
 
virtual int get_n_flush_evt_bad () const
 Return the number of bad FLUSH events. More...
 
virtual void set_n_flush_evt_bad (const int a)
 
virtual int get_n_hit () const
 Return the number of all Taiwan-TDC hits. More...
 
virtual void set_n_hit (const int a)
 
virtual int get_n_t_hit () const
 Return the number of all V1495-TDC (i.e. trigger) hits. More...
 
virtual void set_n_t_hit (const int a)
 
virtual int get_n_hit_bad () const
 Return the number of bad Taiwan-TDC hits. More...
 
virtual void set_n_hit_bad (const int a)
 
virtual int get_n_t_hit_bad () const
 Return the number of bad V1495-TDC (i.e. trigger) hits. More...
 
virtual void set_n_t_hit_bad (const int a)
 
virtual int get_n_v1495 () const
 Return the number of all V1495 events. More...
 
virtual void set_n_v1495 (const int a)
 
virtual int get_n_v1495_d1ad () const
 Return the number of V1495 events having 'd1ad'. More...
 
virtual void set_n_v1495_d1ad (const int a)
 
virtual int get_n_v1495_d2ad () const
 Return the number of V1495 events having 'd2ad'. More...
 
virtual void set_n_v1495_d2ad (const int a)
 
virtual int get_n_v1495_d3ad () const
 Return the number of V1495 events having 'd3ad'. More...
 
virtual void set_n_v1495_d3ad (const int a)
 
- Public Member Functions inherited from SQRun
virtual ~SQRun ()
 
virtual int get_v1495_id (const int chan) const
 Return the ID of the chan-th V1495 boards. More...
 
virtual void set_v1495_id (const int chan, const int id)
 
- Public Member Functions inherited from PHObject
 PHObject ()
 ctor More...
 
virtual ~PHObject ()
 dtor More...
 
virtual PHObjectclone () const
 Virtual copy constructor. More...
 
virtual int isValid () const
 isValid returns non zero if object contains vailid data More...
 
virtual int isValid (const float) const
 
virtual int isValid (const double) const
 
virtual int isValid (const int) const
 
virtual int isValid (const unsigned int) const
 
virtual int isImplemented (const float f) const
 
virtual int isImplemented (const double f) const
 
virtual int isImplemented (const int i) const
 
virtual int isImplemented (const unsigned int i) const
 
void SplitLevel (const int i)
 
int SplitLevel () const
 
void BufferSize (const int i)
 
int BufferSize () const
 

Protected Member Functions

 ClassDef (SQRun_v1, 1)
 
- Protected Member Functions inherited from SQRun
 SQRun ()
 
 ClassDef (SQRun, 1)
 

Protected 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]
 
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 20 of file SQRun_v1.h.

Constructor & Destructor Documentation

◆ SQRun_v1()

SQRun_v1::SQRun_v1 ( )

◆ ~SQRun_v1()

SQRun_v1::~SQRun_v1 ( )
virtual

Definition at line 47 of file SQRun_v1.cxx.

References Reset().

+ Here is the call graph for this function:

Member Function Documentation

◆ ClassDef()

SQRun_v1::ClassDef ( SQRun_v1  ,
 
)
protected

◆ get_fpga_enabled()

virtual int SQRun_v1::get_fpga_enabled ( const int  chan) const
inlinevirtual

Return 'true' if the given channel ('chan') of the FPGA trigger was enabled in this run.

Reimplemented from SQRun.

Definition at line 41 of file SQRun_v1.h.

References _fpga_enabled.

◆ get_fpga_prescale()

virtual int SQRun_v1::get_fpga_prescale ( const int  chan) const
inlinevirtual

Return the prescale factor of the given channel ('chan') of the FPGA trigger in this run.

Reimplemented from SQRun.

Definition at line 47 of file SQRun_v1.h.

References _fpga_prescale.

◆ get_n_evt_all()

virtual int SQRun_v1::get_n_evt_all ( ) const
inlinevirtual

Return the number of all recorded events.

Reimplemented from SQRun.

Definition at line 68 of file SQRun_v1.h.

References _n_evt_all.

◆ get_n_evt_dec()

virtual int SQRun_v1::get_n_evt_dec ( ) const
inlinevirtual

Return the number of decoded events. The online decoding usually skips a part of events in order to finish in time.

Reimplemented from SQRun.

Definition at line 71 of file SQRun_v1.h.

References _n_evt_dec.

◆ get_n_fee_event()

virtual int SQRun_v1::get_n_fee_event ( ) const
inlinevirtual

Return the number of FEE events.

Reimplemented from SQRun.

Definition at line 56 of file SQRun_v1.h.

References _n_fee_event.

◆ get_n_fee_prescale()

virtual int SQRun_v1::get_n_fee_prescale ( ) const
inlinevirtual

Return the number of FEE-prescale events.

Reimplemented from SQRun.

Definition at line 59 of file SQRun_v1.h.

References _n_fee_prescale.

◆ get_n_flush_evt()

virtual int SQRun_v1::get_n_flush_evt ( ) const
inlinevirtual

Return the number of all FLUSH events.

Reimplemented from SQRun.

Definition at line 80 of file SQRun_v1.h.

References _n_flush_evt.

◆ get_n_flush_evt_bad()

virtual int SQRun_v1::get_n_flush_evt_bad ( ) const
inlinevirtual

Return the number of bad FLUSH events.

Reimplemented from SQRun.

Definition at line 83 of file SQRun_v1.h.

References _n_flush_evt_bad.

◆ get_n_hit()

virtual int SQRun_v1::get_n_hit ( ) const
inlinevirtual

Return the number of all Taiwan-TDC hits.

Reimplemented from SQRun.

Definition at line 86 of file SQRun_v1.h.

References _n_hit.

◆ get_n_hit_bad()

virtual int SQRun_v1::get_n_hit_bad ( ) const
inlinevirtual

Return the number of bad Taiwan-TDC hits.

Reimplemented from SQRun.

Definition at line 92 of file SQRun_v1.h.

References _n_hit_bad.

◆ get_n_phys_evt()

virtual int SQRun_v1::get_n_phys_evt ( ) const
inlinevirtual

Return the number of all PHYSICS events.

Reimplemented from SQRun.

Definition at line 74 of file SQRun_v1.h.

References _n_phys_evt.

◆ get_n_phys_evt_bad()

virtual int SQRun_v1::get_n_phys_evt_bad ( ) const
inlinevirtual

Return the number of bad PHYSICS events.

Reimplemented from SQRun.

Definition at line 77 of file SQRun_v1.h.

References _n_phys_evt_bad.

◆ get_n_run_desc()

virtual int SQRun_v1::get_n_run_desc ( ) const
inlinevirtual

Return the number of run-description events.

Reimplemented from SQRun.

Definition at line 62 of file SQRun_v1.h.

References _n_run_desc.

◆ get_n_spill()

virtual int SQRun_v1::get_n_spill ( ) const
inlinevirtual

Return the number of spill events.

Reimplemented from SQRun.

Definition at line 65 of file SQRun_v1.h.

References _n_spill.

◆ get_n_t_hit()

virtual int SQRun_v1::get_n_t_hit ( ) const
inlinevirtual

Return the number of all V1495-TDC (i.e. trigger) hits.

Reimplemented from SQRun.

Definition at line 89 of file SQRun_v1.h.

References _n_t_hit.

◆ get_n_t_hit_bad()

virtual int SQRun_v1::get_n_t_hit_bad ( ) const
inlinevirtual

Return the number of bad V1495-TDC (i.e. trigger) hits.

Reimplemented from SQRun.

Definition at line 95 of file SQRun_v1.h.

References _n_t_hit_bad.

◆ get_n_v1495()

virtual int SQRun_v1::get_n_v1495 ( ) const
inlinevirtual

Return the number of all V1495 events.

Reimplemented from SQRun.

Definition at line 98 of file SQRun_v1.h.

References _n_v1495.

◆ get_n_v1495_d1ad()

virtual int SQRun_v1::get_n_v1495_d1ad ( ) const
inlinevirtual

Return the number of V1495 events having 'd1ad'.

Reimplemented from SQRun.

Definition at line 101 of file SQRun_v1.h.

References _n_v1495_d1ad.

◆ get_n_v1495_d2ad()

virtual int SQRun_v1::get_n_v1495_d2ad ( ) const
inlinevirtual

Return the number of V1495 events having 'd2ad'.

Reimplemented from SQRun.

Definition at line 104 of file SQRun_v1.h.

References _n_v1495_d2ad.

◆ get_n_v1495_d3ad()

virtual int SQRun_v1::get_n_v1495_d3ad ( ) const
inlinevirtual

Return the number of V1495 events having 'd3ad'.

Reimplemented from SQRun.

Definition at line 107 of file SQRun_v1.h.

References _n_v1495_d3ad.

◆ get_nim_enabled()

virtual int SQRun_v1::get_nim_enabled ( const int  chan) const
inlinevirtual

Return 'true' if the given channel ('chan') of the NIM trigger was enabled in this run.

Reimplemented from SQRun.

Definition at line 44 of file SQRun_v1.h.

References _nim_enabled.

◆ get_nim_prescale()

virtual int SQRun_v1::get_nim_prescale ( const int  chan) const
inlinevirtual

Return the prescale factor of the given channel ('chan') of the NIM trigger in this run.

Reimplemented from SQRun.

Definition at line 50 of file SQRun_v1.h.

References _nim_prescale.

◆ get_run_desc()

virtual std::string SQRun_v1::get_run_desc ( ) const
inlinevirtual

Return the run description of this run.

Reimplemented from SQRun.

Definition at line 53 of file SQRun_v1.h.

References _run_desc.

◆ get_run_id()

virtual int SQRun_v1::get_run_id ( ) const
inlinevirtual

Return the run ID.

Reimplemented from SQRun.

Definition at line 32 of file SQRun_v1.h.

References _run_id.

◆ get_unix_time_begin()

virtual int SQRun_v1::get_unix_time_begin ( ) const
inlinevirtual

Return the Unix time when this run began.

Reimplemented from SQRun.

Definition at line 35 of file SQRun_v1.h.

References _utime_b.

◆ get_unix_time_end()

virtual int SQRun_v1::get_unix_time_end ( ) const
inlinevirtual

Return the Unix time when this run ended.

Reimplemented from SQRun.

Definition at line 38 of file SQRun_v1.h.

References _utime_e.

◆ identify()

void SQRun_v1::identify ( std::ostream &  os = std::cout) const
virtual

identify Function from PHObject

Parameters
osOutput Stream

Reimplemented from SQRun.

Definition at line 55 of file SQRun_v1.cxx.

References _run_id.

◆ Reset()

void SQRun_v1::Reset ( )
virtual

Clear Event.

Reimplemented from SQRun.

Definition at line 51 of file SQRun_v1.cxx.

Referenced by ~SQRun_v1().

+ Here is the caller graph for this function:

◆ set_fpga_enabled()

virtual void SQRun_v1::set_fpga_enabled ( const int  chan,
const int  a 
)
inlinevirtual

Reimplemented from SQRun.

Definition at line 42 of file SQRun_v1.h.

References _fpga_enabled.

◆ set_fpga_prescale()

virtual void SQRun_v1::set_fpga_prescale ( const int  chan,
const int  a 
)
inlinevirtual

Reimplemented from SQRun.

Definition at line 48 of file SQRun_v1.h.

References _fpga_prescale.

◆ set_n_evt_all()

virtual void SQRun_v1::set_n_evt_all ( const int  a)
inlinevirtual

Reimplemented from SQRun.

Definition at line 69 of file SQRun_v1.h.

References _n_evt_all.

◆ set_n_evt_dec()

virtual void SQRun_v1::set_n_evt_dec ( const int  a)
inlinevirtual

Reimplemented from SQRun.

Definition at line 72 of file SQRun_v1.h.

References _n_evt_dec.

◆ set_n_fee_event()

virtual void SQRun_v1::set_n_fee_event ( const int  a)
inlinevirtual

Reimplemented from SQRun.

Definition at line 57 of file SQRun_v1.h.

References _n_fee_event.

◆ set_n_fee_prescale()

virtual void SQRun_v1::set_n_fee_prescale ( const int  a)
inlinevirtual

Reimplemented from SQRun.

Definition at line 60 of file SQRun_v1.h.

References _n_fee_prescale.

◆ set_n_flush_evt()

virtual void SQRun_v1::set_n_flush_evt ( const int  a)
inlinevirtual

Reimplemented from SQRun.

Definition at line 81 of file SQRun_v1.h.

References _n_flush_evt.

◆ set_n_flush_evt_bad()

virtual void SQRun_v1::set_n_flush_evt_bad ( const int  a)
inlinevirtual

Reimplemented from SQRun.

Definition at line 84 of file SQRun_v1.h.

References _n_flush_evt_bad.

◆ set_n_hit()

virtual void SQRun_v1::set_n_hit ( const int  a)
inlinevirtual

Reimplemented from SQRun.

Definition at line 87 of file SQRun_v1.h.

References _n_hit.

◆ set_n_hit_bad()

virtual void SQRun_v1::set_n_hit_bad ( const int  a)
inlinevirtual

Reimplemented from SQRun.

Definition at line 93 of file SQRun_v1.h.

References _n_hit_bad.

◆ set_n_phys_evt()

virtual void SQRun_v1::set_n_phys_evt ( const int  a)
inlinevirtual

Reimplemented from SQRun.

Definition at line 75 of file SQRun_v1.h.

References _n_phys_evt.

◆ set_n_phys_evt_bad()

virtual void SQRun_v1::set_n_phys_evt_bad ( const int  a)
inlinevirtual

Reimplemented from SQRun.

Definition at line 78 of file SQRun_v1.h.

References _n_phys_evt_bad.

◆ set_n_run_desc()

virtual void SQRun_v1::set_n_run_desc ( const int  a)
inlinevirtual

Reimplemented from SQRun.

Definition at line 63 of file SQRun_v1.h.

References _n_run_desc.

◆ set_n_spill()

virtual void SQRun_v1::set_n_spill ( const int  a)
inlinevirtual

Reimplemented from SQRun.

Definition at line 66 of file SQRun_v1.h.

References _n_spill.

◆ set_n_t_hit()

virtual void SQRun_v1::set_n_t_hit ( const int  a)
inlinevirtual

Reimplemented from SQRun.

Definition at line 90 of file SQRun_v1.h.

References _n_t_hit.

◆ set_n_t_hit_bad()

virtual void SQRun_v1::set_n_t_hit_bad ( const int  a)
inlinevirtual

Reimplemented from SQRun.

Definition at line 96 of file SQRun_v1.h.

References _n_t_hit_bad.

◆ set_n_v1495()

virtual void SQRun_v1::set_n_v1495 ( const int  a)
inlinevirtual

Reimplemented from SQRun.

Definition at line 99 of file SQRun_v1.h.

References _n_v1495.

◆ set_n_v1495_d1ad()

virtual void SQRun_v1::set_n_v1495_d1ad ( const int  a)
inlinevirtual

Reimplemented from SQRun.

Definition at line 102 of file SQRun_v1.h.

References _n_v1495_d1ad.

◆ set_n_v1495_d2ad()

virtual void SQRun_v1::set_n_v1495_d2ad ( const int  a)
inlinevirtual

Reimplemented from SQRun.

Definition at line 105 of file SQRun_v1.h.

References _n_v1495_d2ad.

◆ set_n_v1495_d3ad()

virtual void SQRun_v1::set_n_v1495_d3ad ( const int  a)
inlinevirtual

Reimplemented from SQRun.

Definition at line 108 of file SQRun_v1.h.

References _n_v1495_d3ad.

◆ set_nim_enabled()

virtual void SQRun_v1::set_nim_enabled ( const int  chan,
const int  a 
)
inlinevirtual

Reimplemented from SQRun.

Definition at line 45 of file SQRun_v1.h.

References _nim_enabled.

◆ set_nim_prescale()

virtual void SQRun_v1::set_nim_prescale ( const int  chan,
const int  a 
)
inlinevirtual

Reimplemented from SQRun.

Definition at line 51 of file SQRun_v1.h.

References _nim_prescale.

◆ set_run_desc()

virtual void SQRun_v1::set_run_desc ( const std::string  a)
inlinevirtual

Reimplemented from SQRun.

Definition at line 54 of file SQRun_v1.h.

References _run_desc.

◆ set_run_id()

virtual void SQRun_v1::set_run_id ( const int  a)
inlinevirtual

Reimplemented from SQRun.

Definition at line 33 of file SQRun_v1.h.

References _run_id.

◆ set_unix_time_begin()

virtual void SQRun_v1::set_unix_time_begin ( const int  a)
inlinevirtual

Reimplemented from SQRun.

Definition at line 36 of file SQRun_v1.h.

References _utime_b.

◆ set_unix_time_end()

virtual void SQRun_v1::set_unix_time_end ( const int  a)
inlinevirtual

Reimplemented from SQRun.

Definition at line 39 of file SQRun_v1.h.

References _utime_e.

Member Data Documentation

◆ _fpga_enabled

int SQRun_v1::_fpga_enabled[5]
protected

Definition at line 116 of file SQRun_v1.h.

Referenced by get_fpga_enabled(), and set_fpga_enabled().

◆ _fpga_prescale

int SQRun_v1::_fpga_prescale[5]
protected

Definition at line 118 of file SQRun_v1.h.

Referenced by get_fpga_prescale(), and set_fpga_prescale().

◆ _n_evt_all

int SQRun_v1::_n_evt_all
protected

Definition at line 127 of file SQRun_v1.h.

Referenced by get_n_evt_all(), and set_n_evt_all().

◆ _n_evt_dec

int SQRun_v1::_n_evt_dec
protected

Definition at line 128 of file SQRun_v1.h.

Referenced by get_n_evt_dec(), and set_n_evt_dec().

◆ _n_fee_event

int SQRun_v1::_n_fee_event
protected

Definition at line 123 of file SQRun_v1.h.

Referenced by get_n_fee_event(), and set_n_fee_event().

◆ _n_fee_prescale

int SQRun_v1::_n_fee_prescale
protected

Definition at line 124 of file SQRun_v1.h.

Referenced by get_n_fee_prescale(), and set_n_fee_prescale().

◆ _n_flush_evt

int SQRun_v1::_n_flush_evt
protected

Definition at line 131 of file SQRun_v1.h.

Referenced by get_n_flush_evt(), and set_n_flush_evt().

◆ _n_flush_evt_bad

int SQRun_v1::_n_flush_evt_bad
protected

Definition at line 132 of file SQRun_v1.h.

Referenced by get_n_flush_evt_bad(), and set_n_flush_evt_bad().

◆ _n_hit

int SQRun_v1::_n_hit
protected

Definition at line 133 of file SQRun_v1.h.

Referenced by get_n_hit(), and set_n_hit().

◆ _n_hit_bad

int SQRun_v1::_n_hit_bad
protected

Definition at line 135 of file SQRun_v1.h.

Referenced by get_n_hit_bad(), and set_n_hit_bad().

◆ _n_phys_evt

int SQRun_v1::_n_phys_evt
protected

Definition at line 129 of file SQRun_v1.h.

Referenced by get_n_phys_evt(), and set_n_phys_evt().

◆ _n_phys_evt_bad

int SQRun_v1::_n_phys_evt_bad
protected

Definition at line 130 of file SQRun_v1.h.

Referenced by get_n_phys_evt_bad(), and set_n_phys_evt_bad().

◆ _n_run_desc

int SQRun_v1::_n_run_desc
protected

Definition at line 125 of file SQRun_v1.h.

Referenced by get_n_run_desc(), and set_n_run_desc().

◆ _n_spill

int SQRun_v1::_n_spill
protected

Definition at line 126 of file SQRun_v1.h.

Referenced by get_n_spill(), and set_n_spill().

◆ _n_t_hit

int SQRun_v1::_n_t_hit
protected

Definition at line 134 of file SQRun_v1.h.

Referenced by get_n_t_hit(), and set_n_t_hit().

◆ _n_t_hit_bad

int SQRun_v1::_n_t_hit_bad
protected

Definition at line 136 of file SQRun_v1.h.

Referenced by get_n_t_hit_bad(), and set_n_t_hit_bad().

◆ _n_v1495

int SQRun_v1::_n_v1495
protected

Definition at line 137 of file SQRun_v1.h.

Referenced by get_n_v1495(), and set_n_v1495().

◆ _n_v1495_d1ad

int SQRun_v1::_n_v1495_d1ad
protected

Definition at line 138 of file SQRun_v1.h.

Referenced by get_n_v1495_d1ad(), and set_n_v1495_d1ad().

◆ _n_v1495_d2ad

int SQRun_v1::_n_v1495_d2ad
protected

Definition at line 139 of file SQRun_v1.h.

Referenced by get_n_v1495_d2ad(), and set_n_v1495_d2ad().

◆ _n_v1495_d3ad

int SQRun_v1::_n_v1495_d3ad
protected

Definition at line 140 of file SQRun_v1.h.

Referenced by get_n_v1495_d3ad(), and set_n_v1495_d3ad().

◆ _nim_enabled

int SQRun_v1::_nim_enabled[5]
protected

Definition at line 117 of file SQRun_v1.h.

Referenced by get_nim_enabled(), and set_nim_enabled().

◆ _nim_prescale

int SQRun_v1::_nim_prescale[3]
protected

Definition at line 119 of file SQRun_v1.h.

Referenced by get_nim_prescale(), and set_nim_prescale().

◆ _run_desc

std::string SQRun_v1::_run_desc
protected

Definition at line 121 of file SQRun_v1.h.

Referenced by get_run_desc(), and set_run_desc().

◆ _run_id

int SQRun_v1::_run_id
protected

Definition at line 111 of file SQRun_v1.h.

Referenced by get_run_id(), identify(), and set_run_id().

◆ _utime_b

int SQRun_v1::_utime_b
protected

Definition at line 113 of file SQRun_v1.h.

Referenced by get_unix_time_begin(), and set_unix_time_begin().

◆ _utime_e

int SQRun_v1::_utime_e
protected

Definition at line 114 of file SQRun_v1.h.

Referenced by get_unix_time_end(), and set_unix_time_end().


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