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

AtmosShieldPlank Class Reference

#include <AtmosShieldPlank.h>

List of all members.

Public Member Functions

 AtmosShieldPlank ()
 ~AtmosShieldPlank ()
void Init ()

Public Attributes

Int_t Section
Int_t SubSection
Int_t Plane
Int_t Nstrips
Int_t Nerrors
Int_t Ndigits
Double_t X
Double_t Y
Double_t Z [2]
Double_t Tcal [2]
Double_t Tcorr [2]
Double_t Qadc [2]
Double_t QPE [2]
Double_t GreenFibre [2]
Double_t WlsPigtail [2]
Double_t ClearFibre [2]


Constructor & Destructor Documentation

AtmosShieldPlank::AtmosShieldPlank  ) 
 

Definition at line 5 of file AtmosShieldPlank.cxx.

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

AtmosShieldPlank::~AtmosShieldPlank  ) 
 

Definition at line 10 of file AtmosShieldPlank.cxx.

00011 {
00012 
00013 }


Member Function Documentation

void AtmosShieldPlank::Init  ) 
 

Definition at line 15 of file AtmosShieldPlank.cxx.

References ClearFibre, GreenFibre, Ndigits, Nerrors, Nstrips, Qadc, QPE, Section, SubSection, Tcal, Tcorr, WlsPigtail, X, Y, and Z.

00016 {
00017   Section = 0;       
00018   SubSection = 0;   
00019   Plane = -999;
00020   Nstrips = -1;
00021   Nerrors = 0;
00022   Ndigits = 0; 
00023   X = 0.0;
00024   Y = 0.0;  
00025 
00026   for(Int_t i=0;i<2;i++){
00027     Z[i] = 0.0;
00028     Tcal[i] = 0.0;
00029     Tcorr[i] = 0.0;
00030     Qadc[i] = 0.0;
00031     QPE[i] = 0.0;
00032     GreenFibre[i] = 0.0;
00033     WlsPigtail[i] = 0.0;
00034     ClearFibre[i] = 0.0;
00035   } 
00036 }


Member Data Documentation

Double_t AtmosShieldPlank::ClearFibre[2]
 

Definition at line 29 of file AtmosShieldPlank.h.

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

Double_t AtmosShieldPlank::GreenFibre[2]
 

Definition at line 27 of file AtmosShieldPlank.h.

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

Int_t AtmosShieldPlank::Ndigits
 

Definition at line 18 of file AtmosShieldPlank.h.

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

Int_t AtmosShieldPlank::Nerrors
 

Definition at line 17 of file AtmosShieldPlank.h.

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

Int_t AtmosShieldPlank::Nstrips
 

Definition at line 16 of file AtmosShieldPlank.h.

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

Int_t AtmosShieldPlank::Plane
 

Definition at line 15 of file AtmosShieldPlank.h.

Referenced by NtpMaker::FillCandInfo().

Double_t AtmosShieldPlank::Qadc[2]
 

Definition at line 25 of file AtmosShieldPlank.h.

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

Double_t AtmosShieldPlank::QPE[2]
 

Definition at line 26 of file AtmosShieldPlank.h.

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

Int_t AtmosShieldPlank::Section
 

Definition at line 13 of file AtmosShieldPlank.h.

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

Int_t AtmosShieldPlank::SubSection
 

Definition at line 14 of file AtmosShieldPlank.h.

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

Double_t AtmosShieldPlank::Tcal[2]
 

Definition at line 23 of file AtmosShieldPlank.h.

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

Double_t AtmosShieldPlank::Tcorr[2]
 

Definition at line 24 of file AtmosShieldPlank.h.

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

Double_t AtmosShieldPlank::WlsPigtail[2]
 

Definition at line 28 of file AtmosShieldPlank.h.

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

Double_t AtmosShieldPlank::X
 

Definition at line 19 of file AtmosShieldPlank.h.

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

Double_t AtmosShieldPlank::Y
 

Definition at line 20 of file AtmosShieldPlank.h.

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

Double_t AtmosShieldPlank::Z[2]
 

Definition at line 22 of file AtmosShieldPlank.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