#include <string>
#include <map>
#include <TROOT.h>
Go to the source code of this file.
|
unsigned long long | otoa::fd::CalcMirrorsInDAQBitField (const fevt::Eye &eye) |
|
unsigned long long | otoa::fd::CalcMirrorsInEventBitField (const fevt::Eye &eye) |
|
std::map< UShort_t, Int_t > | otoa::fd::CalcMirrorTimeOffsetMap (const fevt::Eye &eye) |
|
std::map< int, std::string > | otoa::fd::CalcMirrorTLTLabelMap (const fevt::Eye &eye) |
|
std::map< int, bool > | otoa::fd::CalcMirrorTLTMap (const fevt::Eye &eye) |
|
double | otoa::fd::ConvertXToChi (const double x, const fdet::Eye &detEye, const utl::Point &core, const utl::Vector &axis, const utl::Vector &sdp) |
|
double | otoa::fd::ConvertXToChi (const double x, const fdet::Telescope &detTel, const utl::Point &core, const utl::Vector &axis, const utl::Vector &sdp) |
| Converts a depth to the chi angle of the given telescope. More...
|
|
double | otoa::fd::GetCalibrationConstant (const fevt::Pixel &evtpixel) |
| Fetches the calibration constant for the given pixel. More...
|
|
double | otoa::fd::LinearProfileFitChiSquare (const FdRecShower &recShower) |
| Calculates the chi2 of a linear fit to the fd profile. More...
|
|
bool | otoa::fd::UsingGDASProfileDatabase () |
| Returns whether GDAS data was used for the current event (i.e. current Detector...?) More...
|
|
bool | otoa::fd::UsingMieAttenuationDatabase () |
| Returns whether the Mie DB was used for the current event (i.e. current Detector...?) More...
|
|