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

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
Double_t weight

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   weight(1.)
00025 {
00026   
00027   MSG("ANtpTruthInfoAtm", Msg::kDebug) << "ANtpTruthInfoAtm::Constructor" << endl;
00028 
00029 }

ANtpTruthInfoAtm::~ANtpTruthInfoAtm  )  [virtual]
 

Definition at line 32 of file ANtpTruthInfoAtm.cxx.

References MSG.

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


Member Function Documentation

void ANtpTruthInfoAtm::Reset  ) 
 

Reimplemented from ANtpTruthInfo.

Definition at line 40 of file ANtpTruthInfoAtm.cxx.

References azimuth, baseLine, ANtpTruthInfo::Reset(), and weight.

Referenced by CondensedNtpModuleAtm::ResetTreeVariables().

00041 {
00042 
00043   ANtpTruthInfo::Reset();
00044   azimuth = ANtpDefVal::kFloat;
00045   baseLine = ANtpDefVal::kFloat;
00046   weight = 1.;
00047 
00048   return;
00049 }


Member Data Documentation

Float_t ANtpTruthInfoAtm::azimuth
 

Definition at line 23 of file ANtpTruthInfoAtm.h.

Referenced by CondensedNtpModuleAtm::FillMCInformation(), and Reset().

Float_t ANtpTruthInfoAtm::baseLine
 

Definition at line 24 of file ANtpTruthInfoAtm.h.

Referenced by CondensedNtpModuleAtm::FillMCInformation(), and Reset().

Double_t ANtpTruthInfoAtm::weight
 

Definition at line 25 of file ANtpTruthInfoAtm.h.

Referenced by CondensedNtpModuleAtm::FillMCInformation(), and Reset().


The documentation for this class was generated from the following files:
Generated on Fri Mar 28 15:54:29 2008 for loon by  doxygen 1.3.9.1