Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

ANtpTruthInfoAtm Class Reference

#include <ANtpTruthInfoAtm.h>

Inheritance diagram for ANtpTruthInfoAtm:

ANtpTruthInfo List of all members.

Public Member Functions

 ANtpTruthInfoAtm ()
virtual ~ANtpTruthInfoAtm ()
void Reset ()

Public Attributes

Float_t azimuth
Float_t baseLine

Constructor & Destructor Documentation

ANtpTruthInfoAtm::ANtpTruthInfoAtm  ) 
 

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 }

ANtpTruthInfoAtm::~ANtpTruthInfoAtm  )  [virtual]
 

Definition at line 31 of file ANtpTruthInfoAtm.cxx.

References MSG.

00032 {
00033 
00034   MSG("ANtpTruthInfoAtm", Msg::kDebug) << "ANtpTruthInfoAtm::Destructor" << endl;
00035 
00036 }


Member Function Documentation

void ANtpTruthInfoAtm::Reset  ) 
 

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 }


Member Data Documentation

Float_t ANtpTruthInfoAtm::azimuth
 

Definition at line 23 of file ANtpTruthInfoAtm.h.

Referenced by Reset().

Float_t ANtpTruthInfoAtm::baseLine
 

Definition at line 24 of file ANtpTruthInfoAtm.h.

Referenced by Reset().


The documentation for this class was generated from the following files:
Generated on Thu Nov 1 15:55:36 2007 for loon by  doxygen 1.3.9.1