Classes | |
| struct | CandidateStationFilter |
| class | Channel |
| Class that holds the data associated to an individual radio channel. More... | |
| class | ChannelRecData |
| Class to access channel level reconstructed data. More... | |
| class | EventTrigger |
| Interface class to access the Event Trigger (T3) More... | |
| class | Header |
| Header file holding the RD Event Trigger class definition (based on SD) More... | |
| struct | NoSignalStationFilter |
| class | RejectedStationFilter |
| class | REvent |
| Interface class to access to the Radio part of an event. More... | |
| struct | SignalStationFilter |
| class | Station |
| class to hold data at the radio Station level. More... | |
| struct | StationFilter |
| class | StationGPSData |
| Station GPS Data More... | |
| class | StationHeader |
| Store information provided by the DAQ about the station. More... | |
| class | StationRecData |
| Class to access station level reconstructed data. More... | |
| class | StationSimData |
| Station Level Simulated Data More... | |
| class | StationTriggerData |
| Station Trigger Data description More... | |
Typedefs | |
| typedef utl::Trace< int > | ChannelADCTimeSeries |
| typedef utl::FFTDataContainer < utl::Trace, double, std::complex< double > > | ChannelFFTDataContainer |
| typedef utl::Trace < std::complex< double > > | ChannelFrequencySpectrum |
| typedef utl::Trace< double > | ChannelTimeSeries |
| typedef utl::FFTDataContainer < utl::Trace, utl::Vector3D, utl::Vector3C > | StationFFTDataContainer |
| typedef utl::TraceV3C | StationFrequencySpectrum |
| typedef utl::TraceV3D | StationTimeSeries |
Variables | |
| static std::map< std::string, RejectionStatus > | gMapRejectionStatus |
| typedef utl::Trace<int> revt::ChannelADCTimeSeries |
Definition at line 21 of file REvent/Channel.h.
| typedef utl::FFTDataContainer<utl::Trace, double, std::complex<double> > revt::ChannelFFTDataContainer |
Definition at line 24 of file REvent/Channel.h.
| typedef utl::Trace<std::complex<double> > revt::ChannelFrequencySpectrum |
Definition at line 23 of file REvent/Channel.h.
| typedef utl::Trace<double> revt::ChannelTimeSeries |
Definition at line 22 of file REvent/Channel.h.
| typedef utl::FFTDataContainer<utl::Trace, utl::Vector3D, utl::Vector3C> revt::StationFFTDataContainer |
Definition at line 36 of file REvent/Station.h.
Definition at line 35 of file REvent/Station.h.
| typedef utl::TraceV3D revt::StationTimeSeries |
Definition at line 34 of file REvent/Station.h.
| enum revt::ExcludedReason |
| Enumerator | |
|---|---|
| eNotExcluded | |
| eManuallyExcluded | |
| eHardwareMismatch | |
| eNoNoiseDataAvailable | |
| eBrokenHardware | |
| eInBadPeriod | |
| eStationWithoutTrigger | |
| eThinningArtefacts | |
| eParityError | |
Definition at line 15 of file REvent/StationConstants.h.
| Enumerator | |
|---|---|
| eHasSignal | |
| eHasNoSignal | |
| eRejected | |
| eExcluded | |
Definition at line 7 of file REvent/StationConstants.h.
Definition at line 41 of file REvent/StationConstants.h.
|
static |
Definition at line 121 of file REvent/StationConstants.h.
Referenced by RdStationRejector::RdStationRejector::Init().