ldas-tools-framecpp 3.0.4
 
Loading...
Searching...
No Matches
FrameCPP::Version_9::FrameHImpl::Data Class Reference

#include <FrameHData.hh>

Public Member Functions

const name_type & GetName () const
 Retrieve name of project.
 
const name_type & GetName () const
 Retrieve name of project.
 
run_type GetRun () const
 Run number.
 
run_type GetRun () const
 Run number.
 
frame_type GetFrame () const
 Frame number.
 
frame_type GetFrame () const
 Frame number.
 
dataQuality_type GetDataQuality () const
 Data quality flag.
 
dataQuality_type GetDataQuality () const
 Data quality flag.
 
const GTime_type & GetGTime () const
 Start Time.
 
const GTime_type & GetGTime () const
 Start Time.
 
dt_type GetDt () const
 Frame length.
 
dt_type GetDt () const
 Frame length.
 
void SetName (const name_type &Name)
 Establish the name.
 
void SetName (const name_type &Name)
 Establish the name.
 
void SetRun (run_type Run)
 Establish the run number.
 
void SetRun (run_type Run)
 Establish the run number.
 
void SetDataQuality (dataQuality_type DataQuality)
 Establish the data quality flag.
 
void SetDataQuality (dataQuality_type DataQuality)
 Establish the data quality flag.
 
void SetDt (dt_type Dt)
 Establish the frame duration.
 
void SetDt (dt_type Dt)
 Establish the frame duration.
 
void SetGTime (const GTime_type &Value)
 Establish the start time.
 
void SetGTime (const GTime_type &Value)
 Establish the start time.
 
rawData_type GetRawData () const
 Retrieve the raw data reference.
 
rawData_type GetRawData ()
 Retrieve the raw data reference.
 
rawData_type GetRawData () const
 Retrieve the raw data reference.
 
rawData_type GetRawData ()
 Retrieve the raw data reference.
 

Static Public Member Functions

static struct_desc_type FrameSpecDescription ()
 Return the dictionary name of the structure.
 
static struct_desc_type FrameSpecDescription ()
 Return the dictionary name of the structure.
 
static struct_id_type FrameSpecId ()
 Return the dictionary name of the structure.
 
static struct_id_type FrameSpecId ()
 Return the dictionary name of the structure.
 

Detailed Description

Note
  • Changes introduced in Version 9
    • Removed ULeapS (INT_2U)
  • Changes introduced in Version 8
    • Added per object checksum
  • Changes introduced in Version 7
  • Changes introduced in Version 6
  • Changes introduced in Version 5
    • Removed localTime
  • Changes introduced in Version 4
  • Changes introduced in Version 3

Member Function Documentation

◆ GetDataQuality() [1/2]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
dataQuality_type FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::GetDataQuality ( ) const
inlineinherited

Data quality flag.

Retrieve the data quality flag associated with the frame

Returns
The data quality flag for the frame

◆ GetDataQuality() [2/2]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
dataQuality_type FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::GetDataQuality ( ) const
inlineinherited

Data quality flag.

Retrieve the data quality flag associated with the frame

Returns
The data quality flag for the frame

◆ GetDt() [1/2]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
dt_type FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::GetDt ( ) const
inlineinherited

Frame length.

Retrieve the duration of the frame in seconds.

Returns
Length of frame in seconds.

◆ GetDt() [2/2]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
dt_type FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::GetDt ( ) const
inlineinherited

Frame length.

Retrieve the duration of the frame in seconds.

Returns
Length of frame in seconds.

◆ GetFrame() [1/2]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
frame_type FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::GetFrame ( ) const
inlineinherited

Frame number.

Retrieve the frame number associated with the frame

Returns
The frame number of the frame

◆ GetFrame() [2/2]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
frame_type FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::GetFrame ( ) const
inlineinherited

Frame number.

Retrieve the frame number associated with the frame

Returns
The frame number of the frame

◆ GetGTime() [1/2]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
const GTime_type & FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::GetGTime ( ) const
inlineinherited

Start Time.

Retrieve the start time of the frame.

Returns
The start time of the frame

◆ GetGTime() [2/2]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
const GTime_type & FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::GetGTime ( ) const
inlineinherited

Start Time.

Retrieve the start time of the frame.

Returns
The start time of the frame

◆ GetName() [1/2]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
const name_type & FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::GetName ( ) const
inlineinherited

Retrieve name of project.

Retrieve the name of project or other experiment description.

Returns
Name of project

◆ GetName() [2/2]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
const name_type & FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::GetName ( ) const
inlineinherited

Retrieve name of project.

Retrieve the name of project or other experiment description.

Returns
Name of project

◆ GetRawData() [1/4]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
rawData_type FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::GetRawData ( )
inlineinherited

Retrieve the raw data reference.

Returns
A pointer to the raw data structure.

◆ GetRawData() [2/4]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
rawData_type FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::GetRawData ( )
inlineinherited

Retrieve the raw data reference.

Returns
A pointer to the raw data structure.

◆ GetRawData() [3/4]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
rawData_type FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::GetRawData ( ) const
inlineinherited

Retrieve the raw data reference.

Set the number of leap seconds since GPS epoc.

Returns
A pointer to the raw data structure.

◆ GetRawData() [4/4]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
rawData_type FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::GetRawData ( ) const
inlineinherited

Retrieve the raw data reference.

Set the number of leap seconds since GPS epoc.

Returns
A pointer to the raw data structure.

◆ GetRun() [1/2]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
run_type FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::GetRun ( ) const
inlineinherited

Run number.

Retrieve the run number associated with the frame.

Returns
The run number of the frame

◆ GetRun() [2/2]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
run_type FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::GetRun ( ) const
inlineinherited

Run number.

Retrieve the run number associated with the frame.

Returns
The run number of the frame

◆ SetDataQuality() [1/2]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
void FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::SetDataQuality ( dataQuality_type DataQuality)
inlineinherited

Establish the data quality flag.

Set the data quality flag of the frame.

Parameters
[in]DataQualityThe value of the data quality flag.

◆ SetDataQuality() [2/2]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
void FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::SetDataQuality ( dataQuality_type DataQuality)
inlineinherited

Establish the data quality flag.

Set the data quality flag of the frame.

Parameters
[in]DataQualityThe value of the data quality flag.

◆ SetDt() [1/2]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
void FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::SetDt ( dt_type Dt)
inlineinherited

Establish the frame duration.

Set the length of the frame in seconds.

Parameters
[in]DtThe length of the frame in seconds

◆ SetDt() [2/2]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
void FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::SetDt ( dt_type Dt)
inlineinherited

Establish the frame duration.

Set the length of the frame in seconds.

Parameters
[in]DtThe length of the frame in seconds

◆ SetGTime() [1/2]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
void FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::SetGTime ( const GTime_type & Value)
inlineinherited

Establish the start time.

Set the start time of the frame.

Parameters
[in]ValueThe start time of the frame.

◆ SetGTime() [2/2]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
void FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::SetGTime ( const GTime_type & Value)
inlineinherited

Establish the start time.

Set the start time of the frame.

Parameters
[in]ValueThe start time of the frame.

◆ SetName() [1/2]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
void FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::SetName ( const name_type & Name)
inlineinherited

Establish the name.

Set the project name of the frame. Values less than zero are reserved for simulated data. For experimental runs, this value is monotonicly increasing.

Parameters
[in]NameThe name to associate with the frame

◆ SetName() [2/2]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
void FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::SetName ( const name_type & Name)
inlineinherited

Establish the name.

Set the project name of the frame. Values less than zero are reserved for simulated data. For experimental runs, this value is monotonicly increasing.

Parameters
[in]NameThe name to associate with the frame

◆ SetRun() [1/2]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
void FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::SetRun ( run_type Run)
inlineinherited

Establish the run number.

Set the run number of the frame. Values less than zero are reserved for simulated data. For experimental runs, this value is monotonicly increasing.

Parameters
[in]RunThe run number to associate with the frame.

◆ SetRun() [2/2]

template<typename TYPE_T, typename USER_T, typename DETECT_SIM_T, typename DETECT_PROC_T, typename HISTORY_T, typename RAW_DATA_T, typename PROC_DATA_T, typename SIM_DATA_T, typename EVENT_T, typename SIM_EVENT_T, typename SUMMARY_DATA_T, typename AUX_DATA_T, typename AUX_TABLE_T>
void FrameCPP::v9::FrameH< TYPE_T, USER_T, DETECT_SIM_T, DETECT_PROC_T, HISTORY_T, RAW_DATA_T, PROC_DATA_T, SIM_DATA_T, EVENT_T, SIM_EVENT_T, SUMMARY_DATA_T, AUX_DATA_T, AUX_TABLE_T >::SetRun ( run_type Run)
inlineinherited

Establish the run number.

Set the run number of the frame. Values less than zero are reserved for simulated data. For experimental runs, this value is monotonicly increasing.

Parameters
[in]RunThe run number to associate with the frame.

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