#include <NtpMCFLSDigit.h>
Public Member Functions | |
| NtpMCFLSDigit () | |
| virtual | ~NtpMCFLSDigit () |
| virtual std::ostream & | Print (std::ostream &os) const |
| virtual void | Print (const Option_t *option="") const |
Public Attributes | |
| UShort_t | index |
| Int_t | plane |
| Int_t | strip |
| Int_t | tubepixelA |
| Int_t | tubepixelB |
| Int_t | hitbits |
| Float_t | tpos |
| Float_t | rawA |
| Float_t | rawB |
| Float_t | corrA |
| Float_t | corrB |
| Float_t | corrsum |
| Float_t | tdcA |
| Float_t | tdcB |
| Float_t | signalPEA |
| Float_t | signalPEB |
| Float_t | initialTDCA |
| Float_t | initialTDCB |
| Float_t | sumetrue |
| Float_t | avedisttrueA |
| Float_t | avedisttrueB |
|
|
Definition at line 24 of file NtpMCFLSDigit.h. References avedisttrueA, avedisttrueB, corrA, corrB, corrsum, hitbits, index, initialTDCA, initialTDCB, plane, rawA, rawB, signalPEA, signalPEB, strip, sumetrue, tdcA, tdcB, tpos, tubepixelA, and tubepixelB. 00024 : index(0),plane(0),strip(0),tubepixelA(0),tubepixelB(0), 00025 hitbits(0),tpos(0),rawA(0),rawB(0),corrA(0),corrB(0),corrsum(0), 00026 tdcA(0),tdcB(0),signalPEA(0),signalPEB(0),initialTDCA(0),initialTDCB(0), 00027 sumetrue(0),avedisttrueA(0),avedisttrueB(0) {}
|
|
|
Definition at line 28 of file NtpMCFLSDigit.h. 00028 {}
|
|
|
Definition at line 29 of file NtpMCFLSDigit.cxx. References Print(). 00029 {
00030 //
00031 // Purpose: Print FLSDigit 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 NtpMCFLSDigit.cxx. Referenced by Print(). 00019 {
00020 //
00021 // Purpose: Print FLSDigit data on ostream.
00022 //
00023
00024 os << "NtpMCFLSDigit::Print" << endl;
00025 return os;
00026
00027 }
|
|
|
Definition at line 70 of file NtpMCFLSDigit.h. Referenced by NtpMCFLSDigit(). |
|
|
Definition at line 71 of file NtpMCFLSDigit.h. Referenced by NtpMCFLSDigit(). |
|
|
Definition at line 60 of file NtpMCFLSDigit.h. Referenced by NtpMCFLSDigit(). |
|
|
Definition at line 61 of file NtpMCFLSDigit.h. Referenced by NtpMCFLSDigit(). |
|
|
Definition at line 62 of file NtpMCFLSDigit.h. Referenced by NtpMCFLSDigit(). |
|
|
Definition at line 56 of file NtpMCFLSDigit.h. Referenced by NtpMCFLSDigit(). |
|
|
Definition at line 51 of file NtpMCFLSDigit.h. Referenced by NtpMCFLSDigit(). |
|
|
Definition at line 67 of file NtpMCFLSDigit.h. Referenced by NtpMCFLSDigit(). |
|
|
Definition at line 68 of file NtpMCFLSDigit.h. Referenced by NtpMCFLSDigit(). |
|
|
Definition at line 52 of file NtpMCFLSDigit.h. Referenced by NtpMCFLSDigit(). |
|
|
Definition at line 58 of file NtpMCFLSDigit.h. Referenced by NtpMCFLSDigit(). |
|
|
Definition at line 59 of file NtpMCFLSDigit.h. Referenced by NtpMCFLSDigit(). |
|
|
Definition at line 65 of file NtpMCFLSDigit.h. Referenced by NtpMCFLSDigit(). |
|
|
Definition at line 66 of file NtpMCFLSDigit.h. Referenced by NtpMCFLSDigit(). |
|
|
Definition at line 53 of file NtpMCFLSDigit.h. Referenced by NtpMCFLSDigit(). |
|
|
Definition at line 69 of file NtpMCFLSDigit.h. Referenced by NtpMCFLSDigit(). |
|
|
Definition at line 63 of file NtpMCFLSDigit.h. Referenced by NtpMCFLSDigit(). |
|
|
Definition at line 64 of file NtpMCFLSDigit.h. Referenced by NtpMCFLSDigit(). |
|
|
Definition at line 57 of file NtpMCFLSDigit.h. Referenced by NtpMCFLSDigit(). |
|
|
Definition at line 54 of file NtpMCFLSDigit.h. Referenced by NtpMCFLSDigit(). |
|
|
Definition at line 55 of file NtpMCFLSDigit.h. Referenced by NtpMCFLSDigit(). |
1.3.9.1