#include <NtpAlignCandStrip.h>
Public Member Functions | |
| NtpAlignCandStrip () | |
| NtpAlignCandStrip (const AlignmentStrip &astrip) | |
| virtual | ~NtpAlignCandStrip () |
Public Attributes | |
| UInt_t | plexseid |
| UShort_t | ndigit |
| Double_t | charge |
| Double_t | begtime |
|
|
Definition at line 12 of file NtpAlignCandStrip.cxx.
|
|
|
Definition at line 20 of file NtpAlignCandStrip.cxx. References AlignmentStrip::begtime, begtime, AlignmentStrip::charge, charge, AlignmentStrip::ndigit, ndigit, AlignmentStrip::plexseid, and plexseid. 00021 :plexseid(0), 00022 ndigit(0), 00023 charge(0.0), 00024 begtime(0.0) 00025 { 00026 plexseid = astrip.plexseid; 00027 ndigit = astrip.ndigit; 00028 charge = astrip.charge; 00029 begtime = astrip.begtime; 00030 }
|
|
|
Definition at line 32 of file NtpAlignCandStrip.cxx. 00033 {
00034 }
|
|
|
Definition at line 29 of file NtpAlignCandStrip.h. Referenced by AlignmentStrip::AlignmentStrip(), and NtpAlignCandStrip(). |
|
|
Definition at line 28 of file NtpAlignCandStrip.h. Referenced by AlignmentStrip::AlignmentStrip(), and NtpAlignCandStrip(). |
|
|
Definition at line 27 of file NtpAlignCandStrip.h. Referenced by AlignmentStrip::AlignmentStrip(), and NtpAlignCandStrip(). |
|
|
Definition at line 26 of file NtpAlignCandStrip.h. Referenced by AlignmentStrip::AlignmentStrip(), and NtpAlignCandStrip(). |
1.3.9.1