Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DDAQAddress Class Reference

This class holds the Crate, Slot, Channel address for a digitized value from the DAQ system. It is a base class for the low-level hit objects generated by the DAQ system. More...

#include <DDAQAddress.h>

+ Inheritance diagram for DDAQAddress:

Public Member Functions

 JOBJECT_PUBLIC (DDAQAddress)
 
 DDAQAddress (uint32_t rocid=0, uint32_t slot=0, uint32_t channel=0, uint32_t itrigger=0)
 
virtual ~DDAQAddress ()
 
bool operator== (const DDAQAddress &d)
 
void toStrings (vector< pair< string, string > > &items) const
 

Public Attributes

uint32_t rocid
 
uint32_t slot
 
uint32_t channel
 
uint32_t itrigger
 

Detailed Description

This class holds the Crate, Slot, Channel address for a digitized value from the DAQ system. It is a base class for the low-level hit objects generated by the DAQ system.

It also holds the trigger number for cases when this hit was read in a multi-event block (i.e. "entangled" or "blocked" events). The value of itrigger will always be zero for DAQ containing a single L1-triggered event.

Definition at line 26 of file DDAQAddress.h.

Constructor & Destructor Documentation

DDAQAddress::DDAQAddress ( uint32_t  rocid = 0,
uint32_t  slot = 0,
uint32_t  channel = 0,
uint32_t  itrigger = 0 
)
inline

Definition at line 29 of file DDAQAddress.h.

virtual DDAQAddress::~DDAQAddress ( )
inlinevirtual

Definition at line 30 of file DDAQAddress.h.

Member Function Documentation

DDAQAddress::JOBJECT_PUBLIC ( DDAQAddress  )
bool DDAQAddress::operator== ( const DDAQAddress d)
inline

Definition at line 37 of file DDAQAddress.h.

References channel, itrigger, rocid, and slot.

Member Data Documentation

uint32_t DDAQAddress::rocid

Definition at line 32 of file DDAQAddress.h.

Referenced by DTranslationTable::ApplyTranslationTable(), DTTabUtilities::Convert_DigiTimeToNs_CAEN1290TDC(), DTTabUtilities::Convert_DigiTimeToNs_F1TDC(), Df125PulseIntegral_cmp(), Df125PulsePedestal_cmp(), Df125PulseRawData_cmp(), Df125PulseTime_cmp(), Df125TriggerTime_cmp(), Df125WindowRawData_cmp(), DF1TDCHit_cmp(), DF1TDCTriggerTime_cmp(), Df250PulseIntegral_cmp(), Df250PulsePedestal_cmp(), Df250PulseRawData_cmp(), Df250PulseTime_cmp(), Df250TriggerTime_cmp(), Df250WindowRawData_cmp(), JEventSource_EVIOpp::EmulateDf125Firmware(), Df125EmulatorAlgorithm_v2::EmulateFirmware(), Df250EmulatorAlgorithm_v1::EmulateFirmware(), Df250EmulatorAlgorithm_v2::EmulateFirmware(), Df250EmulatorAlgorithm_v3::EmulateFirmware(), JEventProcessor_CDC_expert::evnt(), JEventProcessor_pedestal_online::evnt(), Df250PulseIntegral_factory::evnt(), JEventProcessor_TPOL_tree::evnt(), JEventProcessor_scanf250::evnt(), DDIRCLEDRef_factory::evnt(), JEventProcessor_CDC_expert_2::evnt(), DTPOLHit_factory::evnt(), JEventProcessor_DAQTreeBCAL::evnt(), JEventProcessor_CDC_roc_hits::evnt(), JEventProcessor_cdc_emu::evnt(), DTOFHit_factory::evnt(), JEventProcessor_DAQTree::evnt(), JEventProcessor_DAQ_online::evnt(), JEventProcessor_lowlevel_online::evnt(), JEventProcessor_CDC_Efficiency::Fill_Efficiency_Histos(), JEventProcessor_pedestals::GetHist(), operator==(), toStrings(), DEVIOBufferWriter::WriteCAEN1290Data(), DEVIOBufferWriter::WriteDircData(), DEVIOBufferWriter::Writef125Data(), DEVIOBufferWriter::WriteF1Data(), and DEVIOBufferWriter::Writef250Data().


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