Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

NtpAlignTrackStrip Class Reference

#include <NtpAlignTrackStrip.h>

List of all members.

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


Constructor & Destructor Documentation

NtpAlignTrackStrip::NtpAlignTrackStrip  ) 
 

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 }

NtpAlignTrackStrip::NtpAlignTrackStrip const AlignmentStrip astrip  ) 
 

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 }

NtpAlignTrackStrip::~NtpAlignTrackStrip  )  [virtual]
 

Definition at line 35 of file NtpAlignTrackStrip.cxx.

00036 {
00037 }


Member Data Documentation

Double_t NtpAlignTrackStrip::begtime
 

Definition at line 30 of file NtpAlignTrackStrip.h.

Referenced by AlignmentStrip::AlignmentStrip(), and NtpAlignTrackStrip().

Double_t NtpAlignTrackStrip::charge
 

Definition at line 28 of file NtpAlignTrackStrip.h.

Referenced by AlignmentStrip::AlignmentStrip(), and NtpAlignTrackStrip().

UShort_t NtpAlignTrackStrip::ndigit
 

Definition at line 27 of file NtpAlignTrackStrip.h.

Referenced by AlignmentStrip::AlignmentStrip(), and NtpAlignTrackStrip().

UInt_t NtpAlignTrackStrip::plexseid
 

Definition at line 26 of file NtpAlignTrackStrip.h.

Referenced by AlignmentStrip::AlignmentStrip(), and NtpAlignTrackStrip().

Double_t NtpAlignTrackStrip::residual
 

Definition at line 29 of file NtpAlignTrackStrip.h.

Referenced by AlignmentStrip::AlignmentStrip(), and NtpAlignTrackStrip().


The documentation for this class was generated from the following files:
Generated on Mon Jun 16 15:02:21 2008 for loon by  doxygen 1.3.9.1