#include <VP1RawDataHandle_BCM_RDO.h>
Definition at line 23 of file VP1RawDataHandle_BCM_RDO.h.
◆ VP1RawDataHandle_BCM_RDO()
◆ ~VP1RawDataHandle_BCM_RDO()
VP1RawDataHandle_BCM_RDO::~VP1RawDataHandle_BCM_RDO |
( |
| ) |
|
|
virtual |
◆ buildShape()
SoNode * VP1RawDataHandle_BCM_RDO::buildShape |
( |
| ) |
|
|
protectedvirtual |
◆ buildTransform()
SoTransform * VP1RawDataHandle_BCM_RDO::buildTransform |
( |
| ) |
|
|
protectedvirtual |
◆ center()
Definition at line 166 of file VP1RawDataHandleBase.cxx.
170 &&
m_d->
sep->getNumChildren()>0
171 &&
m_d->
sep->getChild(0)->getTypeId().isDerivedFrom(SoTransform::getClassTypeId()));
174 static_cast<SoTransform*
>(
m_d->
sep->getChild(0))->translation.getValue().getValue(
x,
y,
z);
◆ clicked()
QStringList VP1RawDataHandle_BCM_RDO::clicked |
( |
bool |
verbose | ) |
const |
|
virtual |
◆ coll()
◆ common()
◆ inInDetParts()
virtual VP1RawDataFlags::InDetPartsFlags VP1RawDataHandleBase::inInDetParts |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ isHighAttenuationChannel()
static bool VP1RawDataHandle_BCM_RDO::isHighAttenuationChannel |
( |
int |
channelID | ) |
|
|
inlinestatic |
◆ moduleID()
int VP1RawDataHandle_BCM_RDO::moduleID |
( |
| ) |
const |
|
inline |
◆ moduleName()
QString VP1RawDataHandle_BCM_RDO::moduleName |
( |
| ) |
const |
Definition at line 183 of file VP1RawDataHandle_BCM_RDO.cxx.
186 case 0:
return "F410";
187 case 1:
return "F405";
188 case 2:
return "F413";
189 case 3:
return "F404";
190 case 4:
return "F424";
191 case 5:
return "F420";
192 case 6:
return "F422";
193 case 7:
return "F408";
194 default:
return "Unknown";
◆ moduleNick()
QString VP1RawDataHandle_BCM_RDO::moduleNick |
( |
| ) |
const |
Definition at line 199 of file VP1RawDataHandle_BCM_RDO.cxx.
202 case 0:
return "Marko";
203 case 1:
return "Helmut/Peter";
204 case 2:
return "William";
205 case 3:
return "Harris";
206 case 4:
return "Ewa";
207 case 5:
return "Heinz";
208 case 6:
return "Irena";
209 case 7:
return "Andrej";
210 default:
return "Unknown";
◆ modulePosDescription()
QString VP1RawDataHandle_BCM_RDO::modulePosDescription |
( |
| ) |
const |
Definition at line 215 of file VP1RawDataHandle_BCM_RDO.cxx.
218 case 0:
return "A, +x";
219 case 1:
return "A, +y";
220 case 2:
return "A, -x";
221 case 3:
return "A, -y";
222 case 4:
return "C, +x";
223 case 5:
return "C, +y";
224 case 6:
return "C, -x";
225 case 7:
return "C, -y";
226 default:
return "Unknown";
◆ nHits()
int VP1RawDataHandle_BCM_RDO::nHits |
( |
| ) |
const |
|
inline |
◆ numberOfHighAttenuationHits()
int VP1RawDataHandle_BCM_RDO::numberOfHighAttenuationHits |
( |
| ) |
const |
|
inline |
◆ setVisible()
void VP1RawDataHandleBase::setVisible |
( |
bool |
vis | ) |
|
|
inherited |
◆ unsignedToHex()
QString VP1RawDataHandleBase::unsignedToHex |
( |
unsigned |
i | ) |
|
|
staticinherited |
Definition at line 158 of file VP1RawDataHandleBase.cxx.
160 std::ostringstream
s;
161 s <<
"0x" << std::hex <<
i;
162 return QString(
s.str().c_str()).toUpper();
◆ update3DObjects()
void VP1RawDataHandleBase::update3DObjects |
( |
| ) |
|
|
inherited |
◆ updateShownOutlines()
void VP1RawDataHandleBase::updateShownOutlines |
( |
| ) |
|
|
inherited |
◆ visible()
bool VP1RawDataHandleBase::visible |
( |
| ) |
const |
|
inlineinherited |
◆ m_coll
◆ m_d
Imp* VP1RawDataHandleBase::m_d |
|
privateinherited |
◆ m_data
◆ m_moduleID
int VP1RawDataHandle_BCM_RDO::m_moduleID |
|
protected |
◆ m_nHighAttenuationHits
int VP1RawDataHandle_BCM_RDO::m_nHighAttenuationHits |
|
protected |
◆ m_visible
bool VP1RawDataHandleBase::m_visible |
|
privateinherited |
The documentation for this class was generated from the following files: