9 #ifndef RAWANITAEVENT_H 10 #define RAWANITAEVENT_H 14 #include "AnitaConventions.h" 15 #include "simpleStructs.h" 39 UChar_t
chanId[NUM_DIGITZED_CHANNELS];
61 Short_t
xMax[NUM_DIGITZED_CHANNELS];
62 Short_t
xMin[NUM_DIGITZED_CHANNELS];
63 Float_t
mean[NUM_DIGITZED_CHANNELS];
64 Float_t
rms[NUM_DIGITZED_CHANNELS];
67 Short_t
data[NUM_DIGITZED_CHANNELS][MAX_NUMBER_SAMPLES];
91 #endif //RAWANITAEVENT_H UInt_t eventNumber
Event number from software.
Pedestal subtracted event format.
Int_t getRCO(Int_t chanIndex) const
Returns the RCO phase.
UInt_t whichPeds
Timestamp of pedestals used in subtraction.
UChar_t chipIdFlag[12 *9]
chipIdFlag
~RawAnitaEvent()
Destructor.
Int_t getWrappedHitBus(Int_t chanIndex) const
Return the wrapped hitbus flag for the channel. When the HITBUS is wrapped the waveform runs from fir...
RawAnitaEvent()
Default constructor.
Short_t data[12 *9][260]
The pedestal subtracted waveform data. Note that these arrays must be unwrapped and calibrated to bec...
Int_t getLastHitBus(Int_t chanIndex) const
Returns the lastHitbus value for the channel.
Float_t rms[12 *9]
RMS of the waveform.
Short_t xMin[12 *9]
Minimum value in ADCs???
Int_t getFirstHitBus(Int_t chanIndex) const
Returns the firstHitbus value for the channel.
Int_t getLabChip(Int_t chanIndex) const
Returns the LABRADOR number.
Int_t getEarliestSample(Int_t chanIndex)
Returns the earliest sample in the waveform.
Short_t xMax[12 *9]
Maximum value in ADCs???
Float_t mean[12 *9]
Mean of the waveform.
UChar_t lastHitbus[12 *9]
Last sample of the hitbus.
UChar_t firstHitbus[12 *9]
First sample of the hitbus.
UInt_t surfEventId[12]
SURF Event Id's.
Int_t getLatestSample(Int_t chanIndex)
Returns the latest sample in the waveform.
RawAnitaEvent – The Raw ANITA Event Data.