(FluorescenceYield) strategy
.getAlgorithm(FluorescenceYield.class);
// Calculate intensities
Element element;
AtomicShell shell;
double q, wf, yield, lineWeight, atomicWeight, factor;
for (XRayTransition xrt : transitions) {
element = xrt.getElement();
if (comp.containsElement(element)) {