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

NtpEMSummary Class Reference

#include <NtpEMSummary.h>

List of all members.

Public Member Functions

 NtpEMSummary ()
virtual ~NtpEMSummary ()
virtual std::ostream & Print (std::ostream &os) const
virtual void Print (Option_t *option="") const

Public Attributes

UInt_t ndigit
UInt_t nstrip
UShort_t nslice
UShort_t nshower
Double_t trigtime
NtpSRPlane planeall
NtpSRPlane plane
NtpSRPulseHeight ph
NtpSRDate date


Constructor & Destructor Documentation

NtpEMSummary::NtpEMSummary  )  [inline]
 

Definition at line 24 of file NtpEMSummary.h.

References ndigit, nshower, nslice, nstrip, and trigtime.

00024 : ndigit(0),nstrip(0),nslice(0),nshower(0),trigtime(0) {}

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

Definition at line 25 of file NtpEMSummary.h.

00025 {}


Member Function Documentation

void NtpEMSummary::Print Option_t *  option = ""  )  const [virtual]
 

Definition at line 29 of file NtpEMSummary.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 & NtpEMSummary::Print std::ostream &  os  )  const [virtual]
 

Definition at line 19 of file NtpEMSummary.cxx.

Referenced by Print().

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


Member Data Documentation

NtpSRDate NtpEMSummary::date
 

Definition at line 44 of file NtpEMSummary.h.

Referenced by NtpEMModule::FillNtpSummary().

UInt_t NtpEMSummary::ndigit
 

Definition at line 36 of file NtpEMSummary.h.

Referenced by NtpEMModule::FillNtpSummary(), and NtpEMSummary().

UShort_t NtpEMSummary::nshower
 

Definition at line 39 of file NtpEMSummary.h.

Referenced by MadScanDisplay::Display(), MadEvDisplay::Display(), NtpEMModule::FillNtpSummary(), MadHandScan::HandScanDisplay(), and NtpEMSummary().

UShort_t NtpEMSummary::nslice
 

Definition at line 38 of file NtpEMSummary.h.

Referenced by NtpEMModule::FillNtpSummary(), and NtpEMSummary().

UInt_t NtpEMSummary::nstrip
 

Definition at line 37 of file NtpEMSummary.h.

Referenced by NtpEMModule::FillNtpSummary(), and NtpEMSummary().

NtpSRPulseHeight NtpEMSummary::ph
 

Definition at line 43 of file NtpEMSummary.h.

Referenced by NtpEMModule::FillNtpSummary().

NtpSRPlane NtpEMSummary::plane
 

Definition at line 42 of file NtpEMSummary.h.

Referenced by NtpEMModule::FillNtpSummary().

NtpSRPlane NtpEMSummary::planeall
 

Definition at line 41 of file NtpEMSummary.h.

Referenced by NtpEMModule::FillNtpSummary().

Double_t NtpEMSummary::trigtime
 

Definition at line 40 of file NtpEMSummary.h.

Referenced by NtpEMModule::FillNtpSummary(), and NtpEMSummary().


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