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

AtmosStrip Class Reference

#include <AtmosStrip.h>

List of all members.

Public Member Functions

 AtmosStrip ()
 ~AtmosStrip ()
void Init ()

Public Attributes

Int_t Plane
Int_t Strip
Int_t View
Double_t T
Double_t L
Double_t Z
Int_t Xtalk
Int_t Trk
Int_t Shw
Int_t Ndigits
Double_t Tcal [2]
Double_t Tcorr [2]
Double_t Qadc [2]
Double_t QPE [2]
Double_t QPEcorr [2]
Double_t GreenFibre [2]
Double_t WlsPigtail [2]
Double_t ClearFibre [2]
Double_t HalfLength


Constructor & Destructor Documentation

AtmosStrip::AtmosStrip  ) 
 

Definition at line 5 of file AtmosStrip.cxx.

00006 {
00007   this->Init();
00008 }

AtmosStrip::~AtmosStrip  ) 
 

Definition at line 10 of file AtmosStrip.cxx.

00011 {
00012 
00013 }


Member Function Documentation

void AtmosStrip::Init  ) 
 

Definition at line 15 of file AtmosStrip.cxx.

References ClearFibre, GreenFibre, HalfLength, L, Ndigits, Qadc, QPE, QPEcorr, Shw, Strip, T, Tcal, Tcorr, Trk, View, WlsPigtail, Xtalk, and Z.

00016 {
00017   Plane = -999;
00018   Strip = -999;
00019   View = -1;
00020   T = 0.0;
00021   L = 0.0;
00022   Z = 0.0;
00023   Xtalk = 0;
00024   Trk = 0;
00025   Shw = 0;
00026   Ndigits = 0;
00027   HalfLength = 0.0;
00028 
00029   for(Int_t i=0;i<2;i++){
00030     Tcal[i]=0.0;
00031     Tcorr[i]=0.0;
00032     Qadc[i]=0.0;
00033     QPE[i]=0.0;
00034     QPEcorr[i]=0.0;
00035     GreenFibre[i]=0.0;
00036     WlsPigtail[i]=0.0;
00037     ClearFibre[i]=0.0;
00038   }
00039 }


Member Data Documentation

Double_t AtmosStrip::ClearFibre[2]
 

Definition at line 31 of file AtmosStrip.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosStrip::GreenFibre[2]
 

Definition at line 29 of file AtmosStrip.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosStrip::HalfLength
 

Definition at line 32 of file AtmosStrip.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosStrip::L
 

Definition at line 17 of file AtmosStrip.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosStrip::Ndigits
 

Definition at line 22 of file AtmosStrip.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosStrip::Plane
 

Definition at line 13 of file AtmosStrip.h.

Referenced by NtpMaker::FillCandInfo().

Double_t AtmosStrip::Qadc[2]
 

Definition at line 26 of file AtmosStrip.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosStrip::QPE[2]
 

Definition at line 27 of file AtmosStrip.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosStrip::QPEcorr[2]
 

Definition at line 28 of file AtmosStrip.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosStrip::Shw
 

Definition at line 21 of file AtmosStrip.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosStrip::Strip
 

Definition at line 14 of file AtmosStrip.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosStrip::T
 

Definition at line 16 of file AtmosStrip.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosStrip::Tcal[2]
 

Definition at line 24 of file AtmosStrip.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosStrip::Tcorr[2]
 

Definition at line 25 of file AtmosStrip.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosStrip::Trk
 

Definition at line 20 of file AtmosStrip.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosStrip::View
 

Definition at line 15 of file AtmosStrip.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosStrip::WlsPigtail[2]
 

Definition at line 30 of file AtmosStrip.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosStrip::Xtalk
 

Definition at line 19 of file AtmosStrip.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosStrip::Z
 

Definition at line 18 of file AtmosStrip.h.

Referenced by NtpMaker::FillCandInfo(), and Init().


The documentation for this class was generated from the following files:
Generated on Thu Nov 1 15:55:37 2007 for loon by  doxygen 1.3.9.1