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

NtpAlignCandStrip Class Reference

#include <NtpAlignCandStrip.h>

List of all members.

Public Member Functions

 NtpAlignCandStrip ()
 NtpAlignCandStrip (const AlignmentStrip &astrip)
virtual ~NtpAlignCandStrip ()

Public Attributes

UInt_t plexseid
UShort_t ndigit
Double_t charge
Double_t begtime


Constructor & Destructor Documentation

NtpAlignCandStrip::NtpAlignCandStrip  ) 
 

Definition at line 12 of file NtpAlignCandStrip.cxx.

00013    :plexseid(0),
00014     ndigit(0),
00015     charge(0.0),
00016     begtime(0.0)
00017 {
00018 }

NtpAlignCandStrip::NtpAlignCandStrip const AlignmentStrip astrip  ) 
 

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  }

NtpAlignCandStrip::~NtpAlignCandStrip  )  [virtual]
 

Definition at line 32 of file NtpAlignCandStrip.cxx.

00033 {
00034 }


Member Data Documentation

Double_t NtpAlignCandStrip::begtime
 

Definition at line 29 of file NtpAlignCandStrip.h.

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

Double_t NtpAlignCandStrip::charge
 

Definition at line 28 of file NtpAlignCandStrip.h.

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

UShort_t NtpAlignCandStrip::ndigit
 

Definition at line 27 of file NtpAlignCandStrip.h.

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

UInt_t NtpAlignCandStrip::plexseid
 

Definition at line 26 of file NtpAlignCandStrip.h.

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


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