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

AtmosDeadChip Class Reference

#include <AtmosDeadChip.h>

List of all members.

Public Member Functions

 AtmosDeadChip ()
 ~AtmosDeadChip ()
void Init ()

Public Attributes

Int_t Crate
Int_t Varc
Int_t Vmm
Int_t VaAdc
Int_t VaChip
Int_t Plane [2]
Int_t Shld
Int_t Status


Constructor & Destructor Documentation

AtmosDeadChip::AtmosDeadChip  ) 
 

Definition at line 5 of file AtmosDeadChip.cxx.

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

AtmosDeadChip::~AtmosDeadChip  ) 
 

Definition at line 10 of file AtmosDeadChip.cxx.

00011 {
00012 
00013 }


Member Function Documentation

void AtmosDeadChip::Init  ) 
 

Definition at line 15 of file AtmosDeadChip.cxx.

References Crate, Shld, Status, VaAdc, Varc, and Vmm.

00016 {
00017   Crate = 0;
00018   Varc = 0;
00019   Vmm = 0;
00020   VaAdc = 0;
00021   VaChip = 0;
00022   for(Int_t i=0;i<2;i++){
00023     Plane[i] = -1;
00024   }
00025   Shld = -1;
00026   Status = -1;
00027 }


Member Data Documentation

Int_t AtmosDeadChip::Crate
 

Definition at line 13 of file AtmosDeadChip.h.

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

Int_t AtmosDeadChip::Plane[2]
 

Definition at line 18 of file AtmosDeadChip.h.

Referenced by NtpMaker::FillCandInfo().

Int_t AtmosDeadChip::Shld
 

Definition at line 19 of file AtmosDeadChip.h.

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

Int_t AtmosDeadChip::Status
 

Definition at line 20 of file AtmosDeadChip.h.

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

Int_t AtmosDeadChip::VaAdc
 

Definition at line 16 of file AtmosDeadChip.h.

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

Int_t AtmosDeadChip::VaChip
 

Definition at line 17 of file AtmosDeadChip.h.

Referenced by NtpMaker::FillCandInfo().

Int_t AtmosDeadChip::Varc
 

Definition at line 14 of file AtmosDeadChip.h.

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

Int_t AtmosDeadChip::Vmm
 

Definition at line 15 of file AtmosDeadChip.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