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

Public Member Functions | |
| ANtpTruthInfoAtm () | |
| virtual | ~ANtpTruthInfoAtm () |
| void | Reset () |
Public Attributes | |
| Float_t | azimuth |
| Float_t | baseLine |
| Double_t | weight |
|
|
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 }
|
|
|
Definition at line 32 of file ANtpTruthInfoAtm.cxx. References MSG. 00033 {
00034
00035 MSG("ANtpTruthInfoAtm", Msg::kDebug) << "ANtpTruthInfoAtm::Destructor" << endl;
00036
00037 }
|
|
|
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 }
|
|
|
Definition at line 23 of file ANtpTruthInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillMCInformation(), and Reset(). |
|
|
Definition at line 24 of file ANtpTruthInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillMCInformation(), and Reset(). |
|
|
Definition at line 25 of file ANtpTruthInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillMCInformation(), and Reset(). |
1.3.9.1