#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 17 of file NtpMRSummary.h.
NtpMRSummary::NtpMRSummary | ( | ) | [inline] |
Definition at line 21 of file NtpMRSummary.h.
virtual NtpMRSummary::~NtpMRSummary | ( | ) | [inline, virtual] |
Definition at line 22 of file NtpMRSummary.h.
void NtpMRSummary::Print | ( | Option_t * | option = "" |
) | const [virtual] |
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 }
std::ostream & NtpMRSummary::Print | ( | std::ostream & | os | ) | const [virtual] |
Definition at line 19 of file NtpMRSummary.cxx.
Referenced by Print().
UShort_t NtpMRSummary::nmatchevt |
Definition at line 34 of file NtpMRSummary.h.
Referenced by NtpMRModule::FillNtpSummary().
UShort_t NtpMRSummary::nmrevt |
Definition at line 33 of file NtpMRSummary.h.
Referenced by NueModule::Analyze(), MuonRemovalInfoAna::Analyze(), NueDisplayModule::CreateMRMap(), NtpMRModule::FillNtpSummary(), SntpHelpers::GetMREvent(), SntpHelpers::GetMRTruth(), and ParticleFinder::Reco().