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

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