#include <NtpEMSummary.h>
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 |
|
|
Definition at line 24 of file NtpEMSummary.h. References ndigit, nshower, nslice, nstrip, and trigtime.
|
|
|
Definition at line 25 of file NtpEMSummary.h. 00025 {}
|
|
|
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 }
|
|
|
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 }
|
|
|
Definition at line 44 of file NtpEMSummary.h. Referenced by NtpEMModule::FillNtpSummary(). |
|
|
Definition at line 36 of file NtpEMSummary.h. Referenced by NtpEMModule::FillNtpSummary(), and NtpEMSummary(). |
|
|
Definition at line 39 of file NtpEMSummary.h. Referenced by MadScanDisplay::Display(), MadEvDisplay::Display(), NtpEMModule::FillNtpSummary(), MadHandScan::HandScanDisplay(), and NtpEMSummary(). |
|
|
Definition at line 38 of file NtpEMSummary.h. Referenced by NtpEMModule::FillNtpSummary(), and NtpEMSummary(). |
|
|
Definition at line 37 of file NtpEMSummary.h. Referenced by NtpEMModule::FillNtpSummary(), and NtpEMSummary(). |
|
|
Definition at line 43 of file NtpEMSummary.h. Referenced by NtpEMModule::FillNtpSummary(). |
|
|
Definition at line 42 of file NtpEMSummary.h. Referenced by NtpEMModule::FillNtpSummary(). |
|
|
Definition at line 41 of file NtpEMSummary.h. Referenced by NtpEMModule::FillNtpSummary(). |
|
|
Definition at line 40 of file NtpEMSummary.h. Referenced by NtpEMModule::FillNtpSummary(), and NtpEMSummary(). |
1.3.9.1