#include <NtpSREventSummary.h>
Public Member Functions | |
| NtpSREventSummary () | |
| virtual | ~NtpSREventSummary () |
| 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 | ncluster |
| UShort_t | ntrack |
| UShort_t | nshower |
| UShort_t | nevent |
| Double_t | trigtime |
| Double_t | litime |
| NtpSRPulseHeight | ph |
| NtpSRPlane | planeall |
| NtpSRPlane | plane |
| NtpSRDate | date |
|
|
Definition at line 26 of file NtpSREventSummary.h. References litime, ncluster, ndigit, nevent, nshower, nslice, nstrip, ntrack, and trigtime. 00026 : ndigit(0),nstrip(0),nslice(0),ncluster(0),ntrack(0), 00027 nshower(0),nevent(0),trigtime(0),litime(-1) {}
|
|
|
Definition at line 28 of file NtpSREventSummary.h. 00028 {}
|
|
|
Definition at line 38 of file NtpSREventSummary.cxx. References Print(). 00038 {
00039 //
00040 // Purpose: Print event summary data in form supported by TObject::Print.
00041 //
00042 // Arguments: option (not used)
00043 //
00044
00045 Print(std::cout);
00046 return;
00047
00048 }
|
|
|
Definition at line 19 of file NtpSREventSummary.cxx. References litime, ndigit, nevent, nshower, nslice, nstrip, ntrack, and trigtime. Referenced by NtpSRRecord::Print(), and Print(). 00019 {
00020 //
00021 // Purpose: Print event summary data on ostream.
00022 //
00023
00024 os << "NtpSREventSummary::Print" << endl;
00025 os << "ndgt = " << ndigit << ", nstp = " << nstrip << ", nslc = "
00026 << nslice << ", ntrk = " << ntrack << ", nshw = " << nshower
00027 << ", nevt = " << nevent << endl;
00028 os << "trigtime(sec) = " << trigtime << " litime(sec) = " << litime << endl;
00029 os << "date: " << date;
00030 os << "ph" << ph;
00031 os << "planeall" << planeall;
00032 os << "plane" << plane;
00033
00034 return os;
00035
00036 }
|
|
|
Definition at line 66 of file NtpSREventSummary.h. Referenced by MNtpModule::Ana(), MadTestAnalysis::CreatePAN(), MadPIDAnalysis::CreatePAN(), MadDpAnalysis::CreatePAN(), MadCluAnalysis::DataDistributions(), and NtpSRModule::FillNtpEventSummary(). |
|
|
|
Definition at line 42 of file NtpSREventSummary.h. Referenced by NtpSRModule::FillNtpEventSummary(), SntpHelpers::GetCluster(), and NtpSREventSummary(). |
|
|
Definition at line 39 of file NtpSREventSummary.h. Referenced by MeuAnalysis::BasicPlots(), NtpSRModule::FillNtpEventSummary(), NtpSREventSummary(), Print(), NuBase::Test(), and MeuAnalysis::Test(). |
|
|
|
|
|
|
|
|
|
Definition at line 55 of file NtpSREventSummary.h. Referenced by NtpSRModule::FillNtpEventSummary(). |
|
1.3.9.1