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

AlgFarDetDeadChip Class Reference

#include <AlgFarDetDeadChip.h>

Inheritance diagram for AlgFarDetDeadChip:

AlgBase List of all members.

Public Member Functions

 AlgFarDetDeadChip ()
 ~AlgFarDetDeadChip ()
void RunAlg (AlgConfig &ac, CandHandle &ch, CandContext &cx)
void Trace (const char *c) const

Constructor & Destructor Documentation

AlgFarDetDeadChip::AlgFarDetDeadChip  ) 
 

Definition at line 20 of file AlgFarDetDeadChip.cxx.

00021 {
00022 
00023 }

AlgFarDetDeadChip::~AlgFarDetDeadChip  ) 
 

Definition at line 25 of file AlgFarDetDeadChip.cxx.

00026 {
00027 
00028 }


Member Function Documentation

void AlgFarDetDeadChip::RunAlg AlgConfig ac,
CandHandle ch,
CandContext cx
[virtual]
 

Implements AlgBase.

Definition at line 30 of file AlgFarDetDeadChip.cxx.

References CandContext::GetDataIn(), MSG, and FarDetDeadChipHandle::SetVaChip().

00031 {
00032   MSG("AlgFarDetDeadChip", Msg::kDebug) << " AlgFarDetDeadChip::RunAlg(...) " << endl;
00033 
00034   FarDetDeadChipHandle& deadchip = dynamic_cast<FarDetDeadChipHandle&>(ch);
00035 
00036   VaChip* mychip = (VaChip*)(cx.GetDataIn()); 
00037   deadchip.SetVaChip(mychip);
00038 
00039   return;
00040 }

void AlgFarDetDeadChip::Trace const char *  c  )  const [virtual]
 

Reimplemented from AlgBase.

Definition at line 42 of file AlgFarDetDeadChip.cxx.

00043 {
00044 
00045 }


The documentation for this class was generated from the following files:
Generated on Sat Nov 21 22:49:16 2009 for loon by  doxygen 1.3.9.1