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 ~UsefulAraStationEvent(); 00030 00031 00032 virtual Int_t getNumElecChannels()=0; 00033 virtual Int_t getNumRFChannels()=0; 00034 virtual TGraph *getGraphFromElecChan(int chan)=0; 00035 virtual TGraph *getGraphFromRFChan(int chan)=0; 00036 00037 00038 ClassDef(UsefulAraStationEvent,1); 00039 }; 00040 00041 00042 #endif //USEFULARASTATIONEVENT_H
Generated on Wed Aug 8 16:20:07 2012 for ARA ROOT Test Bed Software by
