#include <ANtpTruthInfoAtm.h>
Inheritance diagram for ANtpTruthInfoAtm:

Public Member Functions | |
| ANtpTruthInfoAtm () | |
| virtual | ~ANtpTruthInfoAtm () |
| void | Reset () |
Public Attributes | |
| Float_t | azimuth |
| Float_t | baseLine |
|
|
Definition at line 21 of file ANtpTruthInfoAtm.cxx. References MSG. 00021 : 00022 azimuth(ANtpDefVal::kFloat), 00023 baseLine(ANtpDefVal::kFloat) 00024 { 00025 00026 MSG("ANtpTruthInfoAtm", Msg::kDebug) << "ANtpTruthInfoAtm::Constructor" << endl; 00027 00028 }
|
|
|
Definition at line 31 of file ANtpTruthInfoAtm.cxx. References MSG. 00032 {
00033
00034 MSG("ANtpTruthInfoAtm", Msg::kDebug) << "ANtpTruthInfoAtm::Destructor" << endl;
00035
00036 }
|
|
|
Reimplemented from ANtpTruthInfo. Definition at line 39 of file ANtpTruthInfoAtm.cxx. References azimuth, baseLine, and ANtpTruthInfo::Reset(). 00040 {
00041
00042 ANtpTruthInfo::Reset();
00043 azimuth = ANtpDefVal::kFloat;
00044 baseLine = ANtpDefVal::kFloat;
00045
00046 return;
00047 }
|
|
|
Definition at line 23 of file ANtpTruthInfoAtm.h. Referenced by Reset(). |
|
|
Definition at line 24 of file ANtpTruthInfoAtm.h. Referenced by Reset(). |
1.3.9.1