#include <AlgFarDetDeadChip.h>
Inheritance diagram for AlgFarDetDeadChip:

Public Member Functions | |
| AlgFarDetDeadChip () | |
| ~AlgFarDetDeadChip () | |
| void | RunAlg (AlgConfig &ac, CandHandle &ch, CandContext &cx) |
| void | Trace (const char *c) const |
|
|
Definition at line 20 of file AlgFarDetDeadChip.cxx. 00021 {
00022
00023 }
|
|
|
Definition at line 25 of file AlgFarDetDeadChip.cxx. 00026 {
00027
00028 }
|
|
||||||||||||||||
|
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 }
|
|
|
Reimplemented from AlgBase. Definition at line 42 of file AlgFarDetDeadChip.cxx. 00043 {
00044
00045 }
|
1.3.9.1