AraEvent/UsefulAraStationEvent.h
00001 00002 00003 00004 00005 00006 00007 00008 00009 #ifndef USEFULARASTATIONEVENT_H 00010 #define USEFULARASTATIONEVENT_H 00011 00012 //Includes 00013 #include <TObject.h> 00014 #include <TGraph.h> 00015 #include <TH1.h> 00016 00018 00025 class UsefulAraStationEvent 00026 { 00027 public: 00028 UsefulAraStationEvent(); 00029 virtual ~UsefulAraStationEvent(); 00030 00031 virtual Int_t getNumElecChannels()=0; 00032 virtual Int_t getNumRFChannels()=0; 00033 virtual TGraph *getGraphFromElecChan(int chan)=0; 00034 virtual TGraph *getGraphFromRFChan(int chan)=0; 00035 virtual bool isCalPulserEventWithIndex(int pulserIndex); 00036 00037 00038 00039 ClassDef(UsefulAraStationEvent,1); 00040 }; 00041 00042 00043 #endif //USEFULARASTATIONEVENT_H
Generated on Mon Jun 3 14:59:46 2013 for ARA ROOT v3.8 Software by
