#include <NtpAlignTrackStrip.h>
Public Member Functions | |
| NtpAlignTrackStrip () | |
| NtpAlignTrackStrip (const AlignmentStrip &astrip) | |
| virtual | ~NtpAlignTrackStrip () |
Public Attributes | |
| UInt_t | plexseid |
| UShort_t | ndigit |
| Double_t | charge |
| Double_t | residual |
| Double_t | begtime |
|
|
Definition at line 12 of file NtpAlignTrackStrip.cxx. 00013 :plexseid(0), 00014 ndigit(0), 00015 charge(0.0), 00016 residual(0.0), 00017 begtime(0.0) 00018 { 00019 }
|
|
|
Definition at line 21 of file NtpAlignTrackStrip.cxx. References AlignmentStrip::begtime, begtime, AlignmentStrip::charge, charge, AlignmentStrip::ndigit, ndigit, AlignmentStrip::plexseid, plexseid, AlignmentStrip::residual, and residual. 00022 :plexseid(0), 00023 ndigit(0), 00024 charge(0.0), 00025 residual(0.0), 00026 begtime(0.0) 00027 { 00028 plexseid = astrip.plexseid; 00029 ndigit = astrip.ndigit; 00030 charge = astrip.charge; 00031 residual = astrip.residual; 00032 begtime = astrip.begtime; 00033 }
|
|
|
Definition at line 35 of file NtpAlignTrackStrip.cxx. 00036 {
00037 }
|
|
|
Definition at line 30 of file NtpAlignTrackStrip.h. Referenced by AlignmentStrip::AlignmentStrip(), and NtpAlignTrackStrip(). |
|
|
Definition at line 28 of file NtpAlignTrackStrip.h. Referenced by AlignmentStrip::AlignmentStrip(), and NtpAlignTrackStrip(). |
|
|
Definition at line 27 of file NtpAlignTrackStrip.h. Referenced by AlignmentStrip::AlignmentStrip(), and NtpAlignTrackStrip(). |
|
|
Definition at line 26 of file NtpAlignTrackStrip.h. Referenced by AlignmentStrip::AlignmentStrip(), and NtpAlignTrackStrip(). |
|
|
Definition at line 29 of file NtpAlignTrackStrip.h. Referenced by AlignmentStrip::AlignmentStrip(), and NtpAlignTrackStrip(). |
1.3.9.1