MINOS-style Ntuple Class to hold the date and time that the event ntuple was generated. More...
#include <NtpMCDTime.h>
Public Member Functions | |
NtpMCDTime () | |
NtpMCDTime (const NtpMCDTime &dt) | |
virtual | ~NtpMCDTime () |
void | Now (void) |
void | Init (void) |
void | Copy (const NtpMCDTime &dt) |
void | PrintToStream (ostream &stream) const |
Public Attributes | |
Int_t | year |
Int_t | month |
Int_t | day |
Int_t | hour |
Int_t | min |
Int_t | sec |
UInt_t | val |
sec since 1st Jan 1995 as in TDatime More... | |
Friends | |
ostream & | operator<< (ostream &stream, const NtpMCDTime &dt) |
MINOS-style Ntuple Class to hold the date and time that the event ntuple was generated.
October 18, 2004
Copyright (c) 2003-2020, The GENIE Collaboration For the full text of the license visit http://copyright.genie-mc.org
Definition at line 33 of file NtpMCDTime.h.
NtpMCDTime::NtpMCDTime | ( | ) |
Definition at line 30 of file NtpMCDTime.cxx.
NtpMCDTime::NtpMCDTime | ( | const NtpMCDTime & | dt | ) |
Definition at line 36 of file NtpMCDTime.cxx.
|
virtual |
Definition at line 42 of file NtpMCDTime.cxx.
void NtpMCDTime::Copy | ( | const NtpMCDTime & | dt | ) |
Definition at line 54 of file NtpMCDTime.cxx.
void NtpMCDTime::Init | ( | void | ) |
Definition at line 65 of file NtpMCDTime.cxx.
void NtpMCDTime::Now | ( | void | ) |
Definition at line 76 of file NtpMCDTime.cxx.
void NtpMCDTime::PrintToStream | ( | ostream & | stream | ) | const |
Definition at line 47 of file NtpMCDTime.cxx.
|
friend |
Definition at line 23 of file NtpMCDTime.cxx.
Int_t genie::NtpMCDTime::day |
Definition at line 54 of file NtpMCDTime.h.
Int_t genie::NtpMCDTime::hour |
Definition at line 55 of file NtpMCDTime.h.
Int_t genie::NtpMCDTime::min |
Definition at line 56 of file NtpMCDTime.h.
Int_t genie::NtpMCDTime::month |
Definition at line 53 of file NtpMCDTime.h.
Int_t genie::NtpMCDTime::sec |
Definition at line 57 of file NtpMCDTime.h.
UInt_t genie::NtpMCDTime::val |
sec since 1st Jan 1995 as in TDatime
Definition at line 58 of file NtpMCDTime.h.
Int_t genie::NtpMCDTime::year |
Definition at line 52 of file NtpMCDTime.h.