#include <NtpSRDmxStatus.h>
Public Member Functions | |
| NtpSRDmxStatus () | |
| virtual | ~NtpSRDmxStatus () |
| virtual std::ostream & | Print (std::ostream &os) const |
| virtual void | Print (Option_t *option="") const |
Public Attributes | |
| UChar_t | ismultimuon |
| UChar_t | nonphysicalfail |
| UChar_t | validplanesfail |
| UChar_t | vertexplanefail |
| UShort_t | ustrayplanes |
| UShort_t | vstrayplanes |
| UShort_t | uvalidplanes |
| UShort_t | vvalidplanes |
| Float_t | avgtimeoffset |
|
|
Definition at line 21 of file NtpSRDmxStatus.h. References avgtimeoffset, ismultimuon, nonphysicalfail, ustrayplanes, uvalidplanes, validplanesfail, vertexplanefail, vstrayplanes, and vvalidplanes. 00021 : ismultimuon(0),nonphysicalfail(0),validplanesfail(0), 00022 vertexplanefail(0),ustrayplanes(0),vstrayplanes(0),uvalidplanes(0), 00023 vvalidplanes(0),avgtimeoffset(0) {}
|
|
|
Definition at line 24 of file NtpSRDmxStatus.h. 00024 {}
|
|
|
Definition at line 38 of file NtpSRDmxStatus.cxx. References Print(). 00038 {
00039 //
00040 // Purpose: Print veto shield 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 18 of file NtpSRDmxStatus.cxx. References avgtimeoffset, ismultimuon, nonphysicalfail, ustrayplanes, uvalidplanes, validplanesfail, vertexplanefail, vstrayplanes, and vvalidplanes. Referenced by Print(). 00018 {
00019 //
00020 // Purpose: Print veto shield data on ostream.
00021 //
00022
00023 os << "NtpSRDmxStatus::Print" << endl;
00024 os << "Failure flags (multi,nonphysical,validplanes,vertexplane) : ("
00025 << (UShort_t)ismultimuon << "," << (UShort_t)nonphysicalfail << ","
00026 << (UShort_t)validplanesfail << "," << (UShort_t)vertexplanefail << ")"
00027 << endl;
00028 os << "Number of stray planes (u,v):(" << ustrayplanes << ","
00029 << vstrayplanes << ")" << endl;
00030 os << "Number of valid planes (u,v):(" << uvalidplanes << ","
00031 << vvalidplanes << ")" << endl;
00032 os << "Avg time offset (sec):" << avgtimeoffset << endl;
00033
00034 return os;
00035
00036 }
|
|
|
Definition at line 49 of file NtpSRDmxStatus.h. Referenced by NtpSRModule::FillNtpDmxStatus(), NtpSRDmxStatus(), and Print(). |
|
|
Definition at line 41 of file NtpSRDmxStatus.h. Referenced by CondensedNtpModuleAtm::Ana(), NtpSRModule::FillNtpDmxStatus(), NtpSRDmxStatus(), and Print(). |
|
|
Definition at line 42 of file NtpSRDmxStatus.h. Referenced by CondensedNtpModuleAtm::Ana(), EventQualAna::Analyze(), ANtpEventInfoAna::Analyze(), MadTVAnalysis::CreatePAN(), MadMKAnalysis::CreatePAN(), MadAnalysis::CreatePAN(), NtpSRModule::FillNtpDmxStatus(), NtpSRDmxStatus(), and Print(). |
|
|
Definition at line 45 of file NtpSRDmxStatus.h. Referenced by CondensedNtpModuleAtm::Ana(), NtpSRModule::FillNtpDmxStatus(), NtpSRDmxStatus(), and Print(). |
|
|
Definition at line 47 of file NtpSRDmxStatus.h. Referenced by CondensedNtpModuleAtm::Ana(), NtpSRModule::FillNtpDmxStatus(), NtpSRDmxStatus(), and Print(). |
|
|
Definition at line 43 of file NtpSRDmxStatus.h. Referenced by CondensedNtpModuleAtm::Ana(), EventQualAna::Analyze(), ANtpEventInfoAna::Analyze(), MadTVAnalysis::CreatePAN(), MadMKAnalysis::CreatePAN(), MadAnalysis::CreatePAN(), NtpSRModule::FillNtpDmxStatus(), NtpSRDmxStatus(), and Print(). |
|
|
Definition at line 44 of file NtpSRDmxStatus.h. Referenced by CondensedNtpModuleAtm::Ana(), EventQualAna::Analyze(), ANtpEventInfoAna::Analyze(), MadTVAnalysis::CreatePAN(), MadMKAnalysis::CreatePAN(), MadAnalysis::CreatePAN(), NtpSRModule::FillNtpDmxStatus(), NtpSRDmxStatus(), and Print(). |
|
|
Definition at line 46 of file NtpSRDmxStatus.h. Referenced by CondensedNtpModuleAtm::Ana(), NtpSRModule::FillNtpDmxStatus(), NtpSRDmxStatus(), and Print(). |
|
|
Definition at line 48 of file NtpSRDmxStatus.h. Referenced by CondensedNtpModuleAtm::Ana(), NtpSRModule::FillNtpDmxStatus(), NtpSRDmxStatus(), and Print(). |
1.3.9.1