#include <PmtMap.h>
Public Member Functions | |
| ElecChannel () | |
| virtual | ~ElecChannel () |
| void | PrintSummary () |
Public Attributes | |
| RawChannelId | rcid |
| Int_t | adc |
| Int_t | tdc |
| Int_t | valid |
| Int_t | index |
|
|
Definition at line 10 of file PmtMap.cxx.
|
|
|
Definition at line 15 of file PmtMap.h. 00015 {return;}
|
|
|
Definition at line 18 of file PmtMap.cxx. References adc, RawChannelId::GetCrate(), RawChannelId::GetElecType(), RawChannelId::GetMaster(), RawChannelId::GetMenu(), RawChannelId::GetMinder(), RawChannelId::GetVaAdcSel(), RawChannelId::GetVaChannel(), RawChannelId::GetVaChip(), RawChannelId::GetVarcId(), RawChannelId::GetVfb(), index, MSG, rcid, tdc, and valid. 00018 {
00019 if(rcid.GetElecType()==ElecType::kVA)
00020 MSG("EvtMrg",Msg::kInfo) << rcid.GetCrate() << " " << rcid.GetVarcId() << " "
00021 << rcid.GetVfb() << " " << rcid.GetVaAdcSel() << " "
00022 << rcid.GetVaChip() << " " << rcid.GetVaChannel() << " "
00023 << adc << " " << tdc << " " << ((valid!=0)?' ':'X') << " "
00024 << index << endl;
00025 else if(rcid.GetElecType()==ElecType::kQIE)
00026 MSG("EvtMrg",Msg::kInfo) << rcid.GetCrate() << " " << rcid.GetMaster() << " "
00027 << rcid.GetMinder() << " " << rcid.GetMenu() << " "
00028 << adc << " " << tdc << " " << ((valid!=0)?' ':'X')
00029 << " " << index << endl;
00030 }
|
|
|
Definition at line 17 of file PmtMap.h. Referenced by PmtMap::BuildMap(), PmtMap::Merge(), PrintSummary(), and AlgDIConvert::RunAlg(). |
|
|
Definition at line 20 of file PmtMap.h. Referenced by PmtMap::BuildMap(), PmtMap::Merge(), PrintSummary(), and AlgDIConvert::RunAlg(). |
|
|
Definition at line 16 of file PmtMap.h. Referenced by PmtMap::BuildMap(), PmtMap::Merge(), PrintSummary(), and AlgDIConvert::RunAlg(). |
|
|
Definition at line 18 of file PmtMap.h. Referenced by PmtMap::BuildMap(), PmtMap::Merge(), PrintSummary(), and AlgDIConvert::RunAlg(). |
|
|
Definition at line 19 of file PmtMap.h. Referenced by PmtMap::BuildMap(), PmtMap::Merge(), and PrintSummary(). |
1.3.9.1