#include <NtpSRDeadChip.h>
Public Member Functions | |
| NtpSRDeadChip () | |
| virtual | ~NtpSRDeadChip () |
| virtual std::ostream & | Print (std::ostream &os) const |
| virtual void | Print (Option_t *option="") const |
Public Attributes | |
| Int_t | channelid |
| Int_t | plane0 |
| Int_t | plane1 |
| Int_t | shield |
| Int_t | errorcode |
| Int_t | status |
|
|
Definition at line 18 of file NtpSRDeadChip.cxx. 00018 : 00019 channelid(-1), 00020 plane0(-1), 00021 plane1(-1), 00022 shield(-1), 00023 errorcode(-1), 00024 status(0) 00025 { 00026 00027 }
|
|
|
Definition at line 29 of file NtpSRDeadChip.cxx. 00030 {
00031
00032 }
|
|
|
Definition at line 49 of file NtpSRDeadChip.cxx. References Print(). 00049 {
00050 //
00051 // Purpose: Printdata in form supported by TObject::Print.
00052 //
00053 // Arguments: option (not used)
00054 //
00055
00056 Print(std::cout);
00057 return;
00058 }
|
|
|
Definition at line 34 of file NtpSRDeadChip.cxx. References channelid, errorcode, plane0, plane1, shield, and status. Referenced by Print(). 00034 {
00035 //
00036 // Purpose: Print dead chip information on ostream.
00037 //
00038
00039 os << " NtpSRDeadChip::Print" << std::endl;
00040 os << " channelid=" << channelid
00041 << ", plane=" << plane0 << "/" << plane1
00042 << ", shield=" << shield
00043 << ", errorcode=" << errorcode
00044 << ", status=" << status << std::endl;
00045
00046 return os;
00047 }
|
|
|
Definition at line 33 of file NtpSRDeadChip.h. Referenced by NtpSRModule::FillNtpDataQuality(), and Print(). |
|
|
Definition at line 40 of file NtpSRDeadChip.h. Referenced by NtpSRModule::FillNtpDataQuality(), and Print(). |
|
|
Definition at line 37 of file NtpSRDeadChip.h. Referenced by NtpSRModule::FillNtpDataQuality(), and Print(). |
|
|
Definition at line 38 of file NtpSRDeadChip.h. Referenced by NtpSRModule::FillNtpDataQuality(), and Print(). |
|
|
Definition at line 39 of file NtpSRDeadChip.h. Referenced by NtpSRModule::FillNtpDataQuality(), and Print(). |
|
|
Definition at line 41 of file NtpSRDeadChip.h. Referenced by NtpSRModule::FillNtpDataQuality(), and Print(). |
1.3.9.1