#include <ANtpBeamInfo.h>
Public Member Functions | |
| ANtpBeamInfo () | |
| virtual | ~ANtpBeamInfo () |
| void | Reset () |
Public Attributes | |
| Double_t | tor101 |
| Double_t | tortgt |
| Double_t | trtgtd |
| Double_t | hornCurrent |
| Double_t | targetBPMX |
| Double_t | targetBPMY |
| Double_t | profileWidthX |
| Double_t | profileWidthY |
| Double_t | hadronIntensity |
| Double_t | muonIntensity1 |
| Double_t | muonIntensity2 |
| Double_t | muonIntensity3 |
| Int_t | targetPosition |
| Double_t | protonIntensity |
| Double_t | timeToNearestSpill |
| Int_t | nearestSecToSpill |
| Int_t | nearestNSToSpill |
|
|
Definition at line 21 of file ANtpBeamInfo.cxx. References MSG. 00021 : 00022 tor101(ANtpDefVal::kFloat), 00023 tortgt(ANtpDefVal::kFloat), 00024 trtgtd(ANtpDefVal::kFloat), 00025 hornCurrent(ANtpDefVal::kFloat), 00026 targetBPMX(ANtpDefVal::kFloat), 00027 targetBPMY(ANtpDefVal::kFloat), 00028 profileWidthX(ANtpDefVal::kFloat), 00029 profileWidthY(ANtpDefVal::kFloat), 00030 hadronIntensity(ANtpDefVal::kFloat), 00031 muonIntensity1(ANtpDefVal::kFloat), 00032 muonIntensity2(ANtpDefVal::kFloat), 00033 muonIntensity3(ANtpDefVal::kFloat), 00034 targetPosition(ANtpDefVal::kInt), 00035 protonIntensity(ANtpDefVal::kFloat), 00036 timeToNearestSpill(ANtpDefVal::kFloat), 00037 nearestSecToSpill(ANtpDefVal::kInt), 00038 nearestNSToSpill(ANtpDefVal::kInt) 00039 { 00040 00041 MSG("ANtpBeamInfo", Msg::kDebug) << "ANtpBeamInfo::Constructor" << endl; 00042 00043 }
|
|
|
Definition at line 46 of file ANtpBeamInfo.cxx. References MSG. 00047 {
00048
00049 MSG("ANtpBeamInfo", Msg::kDebug) << "ANtpBeamInfo::Destructor" << endl;
00050
00051 }
|
|
|
Definition at line 54 of file ANtpBeamInfo.cxx. References hadronIntensity, hornCurrent, muonIntensity1, muonIntensity2, muonIntensity3, nearestNSToSpill, nearestSecToSpill, profileWidthX, profileWidthY, protonIntensity, targetBPMX, targetBPMY, targetPosition, timeToNearestSpill, tor101, tortgt, and trtgtd. Referenced by ANtpInfoObjectFillerBeam::FillBeamInformation(). 00055 {
00056 tor101 = ANtpDefVal::kFloat;
00057 tortgt = ANtpDefVal::kFloat;
00058 trtgtd = ANtpDefVal::kFloat;
00059 hornCurrent = ANtpDefVal::kFloat;
00060 targetBPMX = ANtpDefVal::kFloat;
00061 targetBPMY = ANtpDefVal::kFloat;
00062 profileWidthX = ANtpDefVal::kFloat;
00063 profileWidthY = ANtpDefVal::kFloat;
00064 hadronIntensity = ANtpDefVal::kFloat;
00065 muonIntensity1 = ANtpDefVal::kFloat;
00066 muonIntensity2 = ANtpDefVal::kFloat;
00067 muonIntensity3 = ANtpDefVal::kFloat;
00068 targetPosition = ANtpDefVal::kInt;
00069 protonIntensity = ANtpDefVal::kFloat;
00070 timeToNearestSpill = ANtpDefVal::kFloat;
00071 nearestSecToSpill = ANtpDefVal::kInt;
00072 nearestNSToSpill = ANtpDefVal::kInt;
00073
00074 return;
00075 }
|
|
|
Definition at line 31 of file ANtpBeamInfo.h. Referenced by ANtpInfoObjectFillerBeam::FillBeamInformation(), and Reset(). |
|
|
Definition at line 26 of file ANtpBeamInfo.h. Referenced by ANtpInfoObjectFillerBeam::FillBeamInformation(), and Reset(). |
|
|
Definition at line 32 of file ANtpBeamInfo.h. Referenced by ANtpInfoObjectFillerBeam::FillBeamInformation(), and Reset(). |
|
|
Definition at line 33 of file ANtpBeamInfo.h. Referenced by ANtpInfoObjectFillerBeam::FillBeamInformation(), and Reset(). |
|
|
Definition at line 34 of file ANtpBeamInfo.h. Referenced by ANtpInfoObjectFillerBeam::FillBeamInformation(), and Reset(). |
|
|
Definition at line 39 of file ANtpBeamInfo.h. Referenced by ANtpInfoObjectFillerBeam::FillBeamInformation(), and Reset(). |
|
|
Definition at line 38 of file ANtpBeamInfo.h. Referenced by ANtpInfoObjectFillerBeam::FillBeamInformation(), and Reset(). |
|
|
Definition at line 29 of file ANtpBeamInfo.h. Referenced by ANtpInfoObjectFillerBeam::FillBeamInformation(), and Reset(). |
|
|
Definition at line 30 of file ANtpBeamInfo.h. Referenced by ANtpInfoObjectFillerBeam::FillBeamInformation(), and Reset(). |
|
|
Definition at line 36 of file ANtpBeamInfo.h. Referenced by ANtpInfoObjectFillerBeam::FillBeamInformation(), and Reset(). |
|
|
Definition at line 27 of file ANtpBeamInfo.h. Referenced by ANtpInfoObjectFillerBeam::FillBeamInformation(), and Reset(). |
|
|
Definition at line 28 of file ANtpBeamInfo.h. Referenced by ANtpInfoObjectFillerBeam::FillBeamInformation(), and Reset(). |
|
|
Definition at line 35 of file ANtpBeamInfo.h. Referenced by ANtpInfoObjectFillerBeam::FillBeamInformation(), and Reset(). |
|
|
Definition at line 37 of file ANtpBeamInfo.h. Referenced by ANtpInfoObjectFillerBeam::FillBeamInformation(), and Reset(). |
|
|
Definition at line 23 of file ANtpBeamInfo.h. Referenced by ANtpInfoObjectFillerBeam::FillBeamInformation(), and Reset(). |
|
|
Definition at line 24 of file ANtpBeamInfo.h. Referenced by ANtpInfoObjectFillerBeam::FillBeamInformation(), and Reset(). |
|
|
Definition at line 25 of file ANtpBeamInfo.h. Referenced by ANtpInfoObjectFillerBeam::FillBeamInformation(), and Reset(). |
1.3.9.1