ARA ROOT v3.13 Software

AraEvent/RawAtriSimpleStationEvent.h

00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 #ifndef RAWATRISIMPLESTATIONEVENT_H
00010 #define RAWATRISIMPLESTATIONEVENT_H
00011 
00012 //Includes
00013 #include <TObject.h>
00014 #include "araAtriStructures.h"
00015 #include "araIcrrDefines.h"
00016 #include "RawAraStationEvent.h"
00017 
00019 
00023 class RawAtriSimpleStationEvent: public RawAraStationEvent
00024 {
00025  public:
00026    RawAtriSimpleStationEvent(); 
00027    RawAtriSimpleStationEvent(AraSimpleStationEvent_t *theBody); 
00028    ~RawAtriSimpleStationEvent(); 
00029 
00030    Int_t getNumChannels() {return NUM_DIGITIZED_ICRR_CHANNELS;}
00031 
00032 
00033    //The data   
00034    ULong64_t unixTime; 
00035    UInt_t unixTimeUs; 
00036    UInt_t eventNumber; 
00037    UInt_t eventId[DDA_PER_ATRI]; 
00038    UShort_t blockId[DDA_PER_ATRI]; 
00039    UShort_t samples[DDA_PER_ATRI][512]; 
00040 
00041 
00042   ClassDef(RawAtriSimpleStationEvent,1);
00043 };
00044 
00045 
00046 
00047 
00048 #endif //RAWARAEVENT_H

Generated on Mon Dec 9 13:20:21 2013 for ARA ROOT v3.13 Software by doxygen 1.4.7