#include <NtpSRWindow.h>
Public Member Functions | |
| NtpSRWindow () | |
| virtual | ~NtpSRWindow () |
| virtual std::ostream & | Print (std::ostream &os) const |
| virtual void | Print (Option_t *option="") const |
Public Attributes | |
| Int_t | begplane |
| Int_t | endplane |
| Double_t | begtime |
| Double_t | endtime |
| Float_t | totalQ |
| Float_t | specQ |
| Float_t | pinstQ |
| Float_t | utotalQ |
| Float_t | uspecQ |
| Float_t | upinstQ |
|
|
Definition at line 23 of file NtpSRWindow.h. References begplane, begtime, endplane, endtime, pinstQ, specQ, totalQ, upinstQ, uspecQ, and utotalQ. 00023 : begplane(-1),endplane(-1),begtime(0),endtime(0), 00024 totalQ(0),specQ(0),pinstQ(0), 00025 utotalQ(0),uspecQ(0),upinstQ(0) {}
|
|
|
Definition at line 26 of file NtpSRWindow.h. 00026 {}
|
|
|
Definition at line 37 of file NtpSRWindow.cxx. References Print(). 00037 {
00038 //
00039 // Purpose: Print window in form supported by TObject::Print.
00040 //
00041 // Arguments: option (not used)
00042 //
00043
00044 Print(std::cout);
00045 return;
00046
00047 }
|
|
|
Definition at line 19 of file NtpSRWindow.cxx. References begplane, begtime, endplane, endtime, pinstQ, specQ, totalQ, upinstQ, uspecQ, and utotalQ. Referenced by Print(). 00019 {
00020 //
00021 // Purpose: Print window data on ostream.
00022 //
00023
00024 os << "NtpSRWindow: begplane " << begplane
00025 << " endplane " << endplane << endl;
00026 os << " begtime " << begtime/Munits::nanosecond << "ns"
00027 << " endtime " << endtime/Munits::nanosecond << "ns" << endl;
00028 os << " Window charge (total,spectrometer,full instrumented) "
00029 << totalQ << "," << specQ << "," << pinstQ << " in sigcorr" << endl;
00030 os << " Unassigned Window charge (total,spectrometer,full instrumented) "
00031 << utotalQ << "," << uspecQ << "," << upinstQ << " in sigcorr" << endl;
00032
00033 return os;
00034
00035 }
|
|
|
Definition at line 37 of file NtpSRWindow.h. Referenced by NtpSRModule::FillNtpWindow(), NtpSRWindow(), and Print(). |
|
|
Definition at line 39 of file NtpSRWindow.h. Referenced by NtpSRModule::FillNtpWindow(), NtpSRWindow(), and Print(). |
|
|
Definition at line 38 of file NtpSRWindow.h. Referenced by NtpSRModule::FillNtpWindow(), NtpSRWindow(), and Print(). |
|
|
Definition at line 40 of file NtpSRWindow.h. Referenced by NtpSRModule::FillNtpWindow(), NtpSRWindow(), and Print(). |
|
|
Definition at line 43 of file NtpSRWindow.h. Referenced by NtpSRModule::FillNtpWindow(), NtpSRWindow(), and Print(). |
|
|
Definition at line 42 of file NtpSRWindow.h. Referenced by NtpSRModule::FillNtpWindow(), NtpSRWindow(), and Print(). |
|
|
Definition at line 41 of file NtpSRWindow.h. Referenced by NtpSRModule::FillNtpWindow(), NtpSRWindow(), and Print(). |
|
|
Definition at line 46 of file NtpSRWindow.h. Referenced by NtpSRModule::FillNtpWindow(), NtpSRWindow(), and Print(). |
|
|
Definition at line 45 of file NtpSRWindow.h. Referenced by NtpSRModule::FillNtpWindow(), NtpSRWindow(), and Print(). |
|
|
Definition at line 44 of file NtpSRWindow.h. Referenced by NtpSRModule::FillNtpWindow(), NtpSRWindow(), and Print(). |
1.3.9.1