#include <NtpMCGenInfo.h>
Public Member Functions | |
| NtpMCGenInfo () | |
| virtual | ~NtpMCGenInfo () |
| virtual std::ostream & | Print (std::ostream &os) const |
| virtual void | Print (Option_t *option="") const |
| virtual void | Clear (Option_t *option="") |
Public Attributes | |
| VldTimeStamp | time |
| std::string | codename |
| std::string | hostname |
|
|
Definition at line 24 of file NtpMCGenInfo.h. References codename, hostname, and time.
|
|
|
Definition at line 25 of file NtpMCGenInfo.h. 00025 {}
|
|
|
Definition at line 46 of file NtpMCGenInfo.cxx. Referenced by NtpMCSummary::Clear(). 00046 {
00047 // Purpose: Clear allocated memory so can be reused
00048
00049 }
|
|
|
Definition at line 34 of file NtpMCGenInfo.cxx. References Print(). 00034 {
00035 //
00036 // Purpose: Print event summary data in form supported by TObject::Print.
00037 //
00038 // Arguments: option (not used)
00039 //
00040
00041 Print(std::cout);
00042 return;
00043
00044 }
|
|
|
Definition at line 21 of file NtpMCGenInfo.cxx. References codename, hostname, and time. Referenced by Print(). 00021 {
00022 //
00023 // Purpose: Print event summary data on ostream.
00024 //
00025
00026 os << "NtpMCGenInfo::Print " << endl;
00027 os << " time " << time << ", code " << codename << ", host "
00028 << hostname << endl;
00029
00030 return os;
00031
00032 }
|
|
|
Definition at line 40 of file NtpMCGenInfo.h. Referenced by NueDisplayModule::Ana(), MNtpModule::Ana(), ANtpRecoNtpManipulator::ANtpRecoNtpManipulator(), NtpStRecord::GetRelease(), NtpMCGenInfo(), Print(), and NtpMCModule::Reco(). |
|
|
Definition at line 41 of file NtpMCGenInfo.h. Referenced by NtpMCGenInfo(), Print(), and NtpMCModule::Reco(). |
|
|
Definition at line 39 of file NtpMCGenInfo.h. Referenced by NtpMCGenInfo(), Print(), and NtpMCModule::Reco(). |
1.3.9.1