Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

NtpMRSummary Class Reference

#include <NtpMRSummary.h>

List of all members.

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


Constructor & Destructor Documentation

NtpMRSummary::NtpMRSummary  )  [inline]
 

Definition at line 21 of file NtpMRSummary.h.

References nmatchevt, and nmrevt.

00021 : nmrevt(0),nmatchevt(0) {}

virtual NtpMRSummary::~NtpMRSummary  )  [inline, virtual]
 

Definition at line 22 of file NtpMRSummary.h.

00022 {}


Member Function Documentation

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().

00019                                                     {
00020   //
00021   //  Purpose:  Print event summary data on ostream.
00022   //
00023 
00024   os << "NtpMRSummary::Print" << endl;
00025   return os;
00026 
00027 }


Member Data Documentation

UShort_t NtpMRSummary::nmatchevt
 

Definition at line 34 of file NtpMRSummary.h.

Referenced by NtpMRModule::FillNtpSummary(), and NtpMRSummary().

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(), NtpMRSummary(), and ParticleFinder::Reco().


The documentation for this class was generated from the following files:
Generated on Mon Feb 15 11:09:42 2010 for loon by  doxygen 1.3.9.1