#include <NtpSRDate.h>
Public Member Functions | |
| NtpSRDate () | |
| virtual | ~NtpSRDate () |
| virtual std::ostream & | Print (std::ostream &os) const |
| virtual void | Print (Option_t *option="") const |
Public Attributes | |
| UShort_t | year |
| Char_t | month |
| Char_t | day |
| Char_t | hour |
| Char_t | minute |
| Double_t | sec |
| UInt_t | utc |
|
|
Definition at line 21 of file NtpSRDate.h. References day, hour, minute, month, sec, utc, and year.
|
|
|
Definition at line 22 of file NtpSRDate.h. 00022 {}
|
|
|
Definition at line 33 of file NtpSRDate.cxx. References Print(). 00033 {
00034 //
00035 // Purpose: Print cosmic ray data in form supported by TObject::Print.
00036 //
00037 // Arguments: option (not used)
00038 //
00039
00040 Print(std::cout);
00041 return;
00042
00043 }
|
|
|
Definition at line 19 of file NtpSRDate.cxx. References day, hour, minute, month, sec, utc, and year. Referenced by Print(). 00019 {
00020 //
00021 // Purpose: Print date data on ostream.
00022 //
00023
00024 os << year << "-" << (UShort_t)month << "-"
00025 << (UShort_t)day << " " << (UShort_t)hour << ":" << (UShort_t)minute
00026 << ":" << sec << " utc(sec since 1970/01/01) "
00027 << utc << endl;
00028
00029 return os;
00030
00031 }
|
|
|
Definition at line 35 of file NtpSRDate.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NtpSRModule::FillNtpEventSummary(), NtpEMModule::FillNtpSummary(), NtpSRDate(), and Print(). |
|
|
Definition at line 36 of file NtpSRDate.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NtpSRModule::FillNtpEventSummary(), NtpEMModule::FillNtpSummary(), NtpSRDate(), and Print(). |
|
|
Definition at line 37 of file NtpSRDate.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NtpSRModule::FillNtpEventSummary(), NtpEMModule::FillNtpSummary(), NtpSRDate(), and Print(). |
|
|
Definition at line 34 of file NtpSRDate.h. Referenced by MadDpAnalysis::CreatePAN(), MadAnalysis::CreatePAN(), ANtpInfoObjectFiller::FillHeaderInformation(), NtpSRModule::FillNtpEventSummary(), NtpEMModule::FillNtpSummary(), NtpSRDate(), and Print(). |
|
|
Definition at line 38 of file NtpSRDate.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NtpSRModule::FillNtpEventSummary(), NtpEMModule::FillNtpSummary(), NtpSRDate(), and Print(). |
|
|
Definition at line 39 of file NtpSRDate.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NtpSRModule::FillNtpEventSummary(), NtpEMModule::FillNtpSummary(), NtpSRDate(), and Print(). |
|
|
Definition at line 33 of file NtpSRDate.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NtpSRModule::FillNtpEventSummary(), NtpEMModule::FillNtpSummary(), NtpSRDate(), and Print(). |
1.3.9.1