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

Public Member Functions | |
ClassDef (RawIcrrStationEvent, 1) | |
Int_t | getEarliestSample (Int_t chanIndex) |
Returns the earliest sample in the waveform. | |
Int_t | getFirstHitBus (Int_t chanIndex) |
Returns the firstHitbus value for the channel. | |
Int_t | getLabChip (Int_t chanIndex) |
Returns the LABRADOR number. | |
Int_t | getLastHitBus (Int_t chanIndex) |
Returns the lastHitbus value for the channel. | |
Int_t | getLatestSample (Int_t chanIndex) |
Returns the latest sample in the waveform. | |
Int_t | getNumChannels () |
Int_t | getRCO (Int_t chanIndex) |
Returns the RCO phase. | |
UInt_t | getRubidiumTriggerTime () |
Returns the 32-bit (well maybe 28-bit) trigger time. | |
Double_t | getRubidiumTriggerTimeInSec () |
Returns the rubidium time divided by 280M. | |
Int_t | getWrappedHitBus (Int_t chanIndex) |
Return the wrapped hitbus flag for the channel. When the HITBUS is wrapped the waveform runs from firstHitbus+1 to lastHitbus-1, otherwise it runs from lastHitbus+1 to firstHitbus-1 (crossing the 259-->0 boudnary). | |
Int_t | isInTrigPattern (int bit) |
Returns whetehr or not bit is in the trigger pattern. | |
RawIcrrStationEvent (IcrrEventBody_t *theBody, AraStationId_t stationId) | |
Assignment constructor to create RawAraGenericHeader. | |
RawIcrrStationEvent (IcrrEventBody_t *theBody) | |
Assignment constructor. | |
RawIcrrStationEvent () | |
Default constructor. | |
~RawIcrrStationEvent () | |
Destructor. | |
Public Attributes | |
AraRawIcrrRFChannel | chan [NUM_DIGITIZED_ICRR_CHANNELS] |
RawRF data. | |
RawIcrrStationHeader | head |
The header. | |
IcrrHkData | hk |
The hk. | |
IcrrTriggerMonitor | trig |
The trigger. | |
UInt_t | whichPeds |
Timestamp of pedestals used in subtraction. |
Detailed Description
Part of AraEvent library. This is the ICRR specific Raw Event class, inheriting from RawAraStationEvent.The ROOT implementation of the raw ARA event data for the Icrr electronics type stations (TestBed and Station1). Contained in this class are the header information, raw ADC values, house keeping, trigger information etc. There are functions for returning the raw electronics waveforms.
Definition at line 27 of file RawIcrrStationEvent.h.
The documentation for this class was generated from the following files:
- AraEvent/RawIcrrStationEvent.h
- AraEvent/RawIcrrStationEvent.cxx
Generated on Tue Sep 11 19:51:12 2012 for ARA ROOT v3.3 Software by
