RawAtriStationEvent Class Reference
Part of AraEvent library. This is the ATRI specific Raw Event class, inheriting from RawAraStationEvent. More...
#include <RawAtriStationEvent.h>
Inheritance diagram for RawAtriStationEvent:

Public Member Functions | |
ClassDef (RawAtriStationEvent, 3) | |
Int_t | getFirstCapArray (Int_t dda) |
Function for asking the block vector the capArray. | |
Int_t | getNumChannels () |
bool | isCalpulserEvent () |
Uses the timeStamp (from Rubidium clock) to decide whether an event is from a local in-ice calpulser. | |
Bool_t | isRFTrigger () |
Bool_t | isSoftwareTrigger () |
Is this an RF trigger event? | |
Bool_t | isTriggerChanHigh (Int_t bit) |
Is this an Software trigger event? Is a particular trigger channel high in RF trigger? | |
Bool_t | isTrigType (Int_t bit) |
Was this trigger bit set? bit0 - RF0 Trigger (Deep Antennas), bit1 - RF1 Trigger (Surface Antennas), bit2 - Software trigger. | |
Int_t | numTriggerChansHigh () |
Number of trigger channels contributing to this trigger. | |
RawAtriStationEvent (AraStationEventHeader_t *hdPtr, char *dataBuffer, AraStationId_t forcedStationId) | |
Assignment constructor, forcing the stationId to the value forced stationId. | |
RawAtriStationEvent (AraStationEventHeader_t *hdPtr, char *dataBuffer) | |
Assignment constructor. | |
RawAtriStationEvent () | |
Default constructor. | |
~RawAtriStationEvent () | |
Destructor. | |
Static Public Member Functions | |
static int | getPedIndex (int dda, int block, int chan, int sample) |
Public Attributes | |
std::vector< RawAtriStationBlock > | blockVec |
UInt_t | eventId |
Event Id. | |
UInt_t | eventNumber |
Software event number. | |
UChar_t | filterInfo |
Will contain the filter information. | |
UShort_t | numReadoutBlocks |
Number of readout blocks which follow header. | |
UInt_t | numStationBytes |
Bytes in station readout. | |
UInt_t | ppsNumber |
For matching up with thresholds etc. | |
UInt_t | timeStamp |
Timestamp. | |
UChar_t | triggerBlock [MAX_TRIG_BLOCKS] |
Which block the triggers occured in. | |
UInt_t | triggerInfo [MAX_TRIG_BLOCKS] |
The trigger pattern for the future. | |
ULong64_t | unixTime |
Software event time in seconds (64-bits for future proofing). | |
UInt_t | unixTimeUs |
Software event time in microseconds (32-bits). | |
UShort_t | versionId |
Version Id for event header. |
Detailed Description
Part of AraEvent library. This is the ATRI specific Raw Event class, inheriting from RawAraStationEvent.The ROOT implementation of the raw ARA Station Event from an ATRI type station containing the samples from one event readout of the IRS
Definition at line 31 of file RawAtriStationEvent.h.
The documentation for this class was generated from the following files:
- AraEvent/RawAtriStationEvent.h
- AraEvent/RawAtriStationEvent.cxx
Generated on Mon Dec 9 13:20:30 2013 for ARA ROOT v3.13 Software by
