Trigger data for an fevt::Eye. More...
#include <EyeTriggerData.h>
Public Member Functions | |
double | GetT3AzimuthAtGround () const |
std::string | GetT3Class () const |
unsigned int | GetT3NPixels () const |
double | GetT3SDPPhi () const |
double | GetT3SDPTheta () const |
const utl::TimeStamp & | GetT3Time () const |
bool | IsT3Accepted () const |
void | SetT3Accepted (bool is) |
void | SetT3Class (const std::string &label) |
void | SetT3NPixels (unsigned int n) |
void | SetT3SDP (double theta, double phi, double azimuthAtGround) |
void | SetT3Time (const utl::TimeStamp &time) |
Private Member Functions | |
EyeTriggerData () | |
~EyeTriggerData () | |
Private Attributes | |
bool | fT3Accepted |
double | fT3AzimuthAtGround |
std::string | fT3Class |
unsigned int | fT3NPixels |
double | fT3SDPPhi |
double | fT3SDPTheta |
utl::TimeStamp | fT3Time |
Friends | |
class | Eye |
class | utl::ShadowPtr< EyeTriggerData > |
Trigger data for an fevt::Eye.
Definition at line 20 of file EyeTriggerData.h.
|
private |
Definition at line 6 of file EyeTriggerData.cc.
|
private |
Definition at line 15 of file EyeTriggerData.cc.
|
inline |
Definition at line 38 of file EyeTriggerData.h.
References fT3AzimuthAtGround.
Referenced by otoa::FD2ADST::FillEyeHeader().
|
inline |
Definition at line 41 of file EyeTriggerData.h.
References fT3Class.
Referenced by otoa::FD2ADST::FillEyeHeader().
|
inline |
Definition at line 37 of file EyeTriggerData.h.
References fT3NPixels.
Referenced by otoa::FD2ADST::FillEyeHeader().
|
inline |
Definition at line 36 of file EyeTriggerData.h.
References fT3SDPPhi.
Referenced by otoa::FD2ADST::FillEyeHeader().
|
inline |
Definition at line 35 of file EyeTriggerData.h.
References fT3SDPTheta.
Referenced by otoa::FD2ADST::FillEyeHeader().
|
inline |
Definition at line 34 of file EyeTriggerData.h.
References fT3Time.
Referenced by otoa::FD2ADST::FillEyeHeader().
|
inline |
Definition at line 27 of file EyeTriggerData.h.
References fT3Accepted.
|
inline |
Definition at line 26 of file EyeTriggerData.h.
References fT3Accepted, and is().
Referenced by FdCalibratorOG::FdCalibrator::FillTriggerData(), io::EyeTriggerData_ROOT::operator>>(), and FdTriggerSimulatorOG::FdTriggerSimulator::T3Sim().
|
inline |
Definition at line 40 of file EyeTriggerData.h.
References fT3Class.
Referenced by FdCalibratorOG::FdCalibrator::FillTriggerData(), io::EyeTriggerData_ROOT::operator>>(), and FdTriggerSimulatorOG::FdTriggerSimulator::T3Sim().
|
inline |
Definition at line 32 of file EyeTriggerData.h.
References fT3NPixels.
Referenced by FdCalibratorOG::FdCalibrator::FillTriggerData(), io::EyeTriggerData_ROOT::operator>>(), and FdTriggerSimulatorOG::FdTriggerSimulator::T3Sim().
|
inline |
Definition at line 30 of file EyeTriggerData.h.
References fT3AzimuthAtGround, fT3SDPPhi, and fT3SDPTheta.
Referenced by FdCalibratorOG::FdCalibrator::FillTriggerData(), io::EyeTriggerData_ROOT::operator>>(), and FdTriggerSimulatorOG::FdTriggerSimulator::T3Sim().
|
inline |
Definition at line 29 of file EyeTriggerData.h.
References fT3Time.
Referenced by FdCalibratorOG::FdCalibrator::FillTriggerData(), io::EyeTriggerData_ROOT::operator>>(), and FdTriggerSimulatorOG::FdTriggerSimulator::T3Sim().
|
friend |
Definition at line 22 of file EyeTriggerData.h.
|
friend |
Definition at line 58 of file EyeTriggerData.h.
|
private |
Definition at line 49 of file EyeTriggerData.h.
Referenced by IsT3Accepted(), and SetT3Accepted().
|
private |
Definition at line 56 of file EyeTriggerData.h.
Referenced by GetT3AzimuthAtGround(), and SetT3SDP().
|
private |
Definition at line 50 of file EyeTriggerData.h.
Referenced by GetT3Class(), and SetT3Class().
|
private |
Definition at line 55 of file EyeTriggerData.h.
Referenced by GetT3NPixels(), and SetT3NPixels().
|
private |
Definition at line 54 of file EyeTriggerData.h.
Referenced by GetT3SDPPhi(), and SetT3SDP().
|
private |
Definition at line 53 of file EyeTriggerData.h.
Referenced by GetT3SDPTheta(), and SetT3SDP().
|
private |
Definition at line 52 of file EyeTriggerData.h.
Referenced by GetT3Time(), and SetT3Time().