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

Public Member Functions | |
| ANtpHeaderInfo () | |
| virtual | ~ANtpHeaderInfo () |
| void | Reset () |
Public Attributes | |
| Int_t | detector |
| Int_t | run |
| Int_t | subRun |
| Int_t | snarl |
| Int_t | events |
| Int_t | year |
| Int_t | month |
| Int_t | day |
| Int_t | hour |
| Int_t | minute |
| Double_t | second |
| UInt_t | utc |
| Double_t | julianDate |
| Double_t | localSiderealTime |
| Int_t | coilStatus |
|
|
Definition at line 21 of file ANtpHeaderInfo.cxx. References MSG. 00021 : 00022 detector(ANtpDefVal::kInt), 00023 run(ANtpDefVal::kInt), 00024 subRun(ANtpDefVal::kInt), 00025 snarl(ANtpDefVal::kInt), 00026 events(ANtpDefVal::kInt), 00027 year(ANtpDefVal::kInt), 00028 month(ANtpDefVal::kInt), 00029 day(ANtpDefVal::kInt), 00030 hour(ANtpDefVal::kInt), 00031 minute(ANtpDefVal::kInt), 00032 second(ANtpDefVal::kFloat), 00033 utc(ANtpDefVal::kUInt), 00034 julianDate(ANtpDefVal::kFloat), 00035 localSiderealTime(ANtpDefVal::kFloat), 00036 coilStatus(0) 00037 { 00038 00039 MSG("ANtpHeaderInfo", Msg::kDebug) << "ANtpHeaderInfo::Constructor" << endl; 00040 00041 }
|
|
|
Definition at line 44 of file ANtpHeaderInfo.cxx. References MSG. 00045 {
00046
00047 MSG("ANtpHeaderInfo", Msg::kDebug) << "ANtpHeaderInfo::Destructor" << endl;
00048
00049 }
|
|
|
Reimplemented in ANtpHeaderInfoBeam. Definition at line 52 of file ANtpHeaderInfo.cxx. References coilStatus, day, detector, events, hour, julianDate, localSiderealTime, minute, month, run, second, snarl, subRun, utc, and year. Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and ANtpHeaderInfoBeam::Reset(). 00053 {
00054 detector = ANtpDefVal::kInt;
00055 run = ANtpDefVal::kInt;
00056 subRun = ANtpDefVal::kInt;
00057 snarl = ANtpDefVal::kInt;
00058 events = ANtpDefVal::kInt;
00059 year = ANtpDefVal::kInt;
00060 month = ANtpDefVal::kInt;
00061 day = ANtpDefVal::kInt;
00062 hour = ANtpDefVal::kInt;
00063 minute = ANtpDefVal::kInt;
00064 second = ANtpDefVal::kFloat;
00065 julianDate = ANtpDefVal::kFloat;
00066 localSiderealTime = ANtpDefVal::kFloat;
00067 utc = ANtpDefVal::kUInt;
00068 coilStatus = 0; //default to unknown
00069
00070 return;
00071 }
|
|
|
Definition at line 37 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
Definition at line 30 of file ANtpHeaderInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
Definition at line 23 of file ANtpHeaderInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
Definition at line 27 of file ANtpHeaderInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
Definition at line 31 of file ANtpHeaderInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
Definition at line 35 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
Definition at line 36 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
Definition at line 32 of file ANtpHeaderInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
Definition at line 29 of file ANtpHeaderInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
Definition at line 24 of file ANtpHeaderInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
Definition at line 33 of file ANtpHeaderInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
Definition at line 26 of file ANtpHeaderInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
Definition at line 25 of file ANtpHeaderInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
Definition at line 34 of file ANtpHeaderInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
Definition at line 28 of file ANtpHeaderInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
1.3.9.1