#include <NtpMRSummary.h>
Public Member Functions | |
| NtpMRSummary () | |
| virtual | ~NtpMRSummary () |
| virtual std::ostream & | Print (std::ostream &os) const |
| virtual void | Print (Option_t *option="") const |
Public Attributes | |
| UShort_t | nmrevt |
| UShort_t | nmatchevt |
|
|
Definition at line 21 of file NtpMRSummary.h. References nmatchevt, and nmrevt.
|
|
|
Definition at line 22 of file NtpMRSummary.h. 00022 {}
|
|
|
Definition at line 29 of file NtpMRSummary.cxx. References Print(). 00029 {
00030 //
00031 // Purpose: Print event summary data in form supported by TObject::Print.
00032 //
00033 // Arguments: option (not used)
00034 //
00035
00036 Print(std::cout);
00037 return;
00038
00039 }
|
|
|
Definition at line 19 of file NtpMRSummary.cxx. Referenced by Print(). 00019 {
00020 //
00021 // Purpose: Print event summary data on ostream.
00022 //
00023
00024 os << "NtpMRSummary::Print" << endl;
00025 return os;
00026
00027 }
|
|
|
Definition at line 34 of file NtpMRSummary.h. Referenced by NtpMRModule::FillNtpSummary(), and NtpMRSummary(). |
|
|
Definition at line 33 of file NtpMRSummary.h. Referenced by NueModule::Analyze(), MuonRemovalInfoAna::Analyze(), NueDisplayModule::CreateMRMap(), NtpMRModule::FillNtpSummary(), SntpHelpers::GetMREvent(), SntpHelpers::GetMRTruth(), NtpMRSummary(), and ParticleFinder::Reco(). |
1.3.9.1