UsefulAtriStationEvent Class Reference
Part of AraEvent library. ATRI specific Useful event class. More...
#include <UsefulAtriStationEvent.h>
Inheritance diagram for UsefulAtriStationEvent:

Public Member Functions | |
ClassDef (UsefulAtriStationEvent, 1) | |
TGraph * | getGraphFromElecChan (int chanId) |
Returns the voltages-time graph for the appropriate electronics channel. | |
TGraph * | getGraphFromRFChan (int chanId) |
Returns the voltage-time graph for the appropriate rf channel. | |
Int_t | getNumElecChannels () |
Returns the number of electronics channels. | |
Int_t | getNumRFChannels () |
Returns the number of RF channels - NB this may differ from the number of electronics channels. | |
UsefulAtriStationEvent (RawAtriStationEvent *rawEvent, AraCalType::AraCalType_t calType=AraCalType::kVoltageTime) | |
Constructor from RawAtriStationEvent object. This uses AraEventCalibrator to apply calibrations to the event. | |
UsefulAtriStationEvent () | |
Default constructor. | |
~UsefulAtriStationEvent () | |
Destructor. | |
Public Attributes | |
Int_t | fNumChannels |
The number of channels. | |
std::map< Int_t, std::vector< Double_t > > | fTimes |
The times of samples. | |
std::map< Int_t, std::vector< Double_t > > | fVolts |
The voltages of samples. |
Detailed Description
Part of AraEvent library. ATRI specific Useful event class.The ROOT implementation of the useful ARA ATRI station event data
The raw ADC values from a RawAtriStationEvent object are converted into calibrated voltage-time arrays using one of the calibration types defined in AraEventCalibrator. Utility functions are provided to access these arrays as TGraphs, or in the frequency domain.
Both ATRI and ICRR specific useful events inherit from a common bas class (UsefulAraStationEvent). It is intended that analysis code process objects of the type UsefulAraStationEvent, using the provided overloaded functions (getGraphFromRFChannel etc.). Code will then be able to process both ICRR and ATRI type events instead of being station specific.
Definition at line 33 of file UsefulAtriStationEvent.h.
The documentation for this class was generated from the following files:
- AraEvent/UsefulAtriStationEvent.h
- AraEvent/UsefulAtriStationEvent.cxx
Generated on Mon Mar 18 16:04:52 2013 for ARA ROOT v3.6 Software by
