ARA ROOT v3.13 Software

AraEvent/UsefulAraStationEvent.cxx

00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 #include "UsefulAraStationEvent.h"
00011 #include "FFTtools.h"
00012 #include "AraGeomTool.h"
00013 #include "TH1.h"
00014 #include <iostream>
00015 #include <fstream>
00016 #include <cstring>
00017 ClassImp(UsefulAraStationEvent);
00018 
00019 UsefulAraStationEvent::UsefulAraStationEvent() 
00020 {
00021    //Default Constructor
00022 }
00023 
00024 UsefulAraStationEvent::~UsefulAraStationEvent() {
00025    //Default Destructor
00026 }
00027 
00028 
00029 TGraph *UsefulAraStationEvent::getGraphFromElecChan(int /*chan*/)
00030 {
00031   std::cerr << "Error calling UsefulAraStationEvent::getGraphFromElecChan()\n";
00032   return NULL;
00033 }
00034 
00035 TGraph *UsefulAraStationEvent::getGraphFromRFChan(int /*chan*/)
00036 {
00037   std::cerr << "Error calling UsefulAraStationEvent::getGraphFromRFChan()\n";
00038   return NULL;
00039 }
00040 
00041 Int_t UsefulAraStationEvent::getNumElecChannels()
00042 {
00043   std::cerr << "Error calling UsefulAraStationEvent::getNumElecChannels()\n";
00044   return -1;
00045   
00046 }
00047 
00048 Int_t UsefulAraStationEvent::getNumRFChannels()
00049 {
00050   std::cerr << "Error calling UsefulAraStationEvent::getNumRFChannels()\n";
00051   return -1;
00052   
00053 }
00054 
00055 bool UsefulAraStationEvent::isCalPulserEventWithIndex(int /*pulserIndex*/)
00056 {
00057 
00058   std::cerr << "Error calling UsefulAraStationEvent::isCalPulserEventWithIndex()\n";
00059   return -1;
00060 
00061 }

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