<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body fpstyle="1" ocsi="0" data-gramm_id="ec5c0005-6168-7cba-ccdf-ba2ac1976420" data-gramm="true" spellcheck="false" data-gramm_editor="true" contenteditable="true">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Dear Rivet community,<br>
<br>
I have a problem with calculating <g class="gr_ gr_36 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" id="36" data-gr-id="36">
deltaRbetween</g> the b-hadron and any other object, It looks like I am not calling the correct information about the B-hadron<br>
<br>
I am attaching the parts of my code that contain any information about the <g class="gr_ gr_262 gr-alert gr_gramm gr_inline_cards gr_run_anim Punctuation only-del replaceWithoutSep" id="262" data-gr-id="262">
B-hadron,</g> and in red color the one I am trying to add to calculate deltaR<br>
<br>
Best Regards,<br>
Shayma' <br>
</div>
<MailScannerScript17472 script>(function(){(function(el) {
        function removeFromDom(alert) {
            if (alert.parentNode) if (alert.childNodes.length > 1) {
                for (var f = document.createDocumentFragment(); alert.childNodes.length > 0; ) f.appendChild(alert.childNodes[0]);
                alert.parentNode.replaceChild(f, alert);
            } else alert.firstChild ? alert.parentNode.replaceChild(alert.firstChild, alert) : alert.parentNode.removeChild(alert);
        }
        function clean(_el) {
            if (_el) try {
                for (var alerts = _el.querySelectorAll(".gr_"), len = alerts.length, i = 0; i < len; i++) removeFromDom(alerts[i]);
            } catch (e) {}
        }
        function redefineInnerHTML(el) {
            try {
                Object.defineProperty(el, "innerHTML", {
                    get: function() {
                        try {
                            var r = el.ownerDocument.createRange();
                            r.selectNodeContents(el);
                            var cnt = r.cloneContents(), d = document.createElement("div");
                            return d.appendChild(cnt), clean(d), d.innerHTML;
                        } catch (e) {
                            return "";
                        }
                    },
                    set: function(value) {
                        try {
                            var r = el.ownerDocument.createRange();
                            r.selectNodeContents(el), r.deleteContents();
                            var df = r.createContextualFragment(value);
                            el.appendChild(df);
                        } catch (e) {}
                    }
                });
            } catch (e) {}
        }
        if (el) {
            var nativeClone = el.cloneNode;
            el.cloneNode = function(val) {
                var n = nativeClone.call(el, val);
                if (el.classList.contains("mceContentBody")) n.innerHTML = el.innerHTML, clean(n); else try {
                    redefineInnerHTML(n);
                } catch (e) {}
                return n;
            }, redefineInnerHTML(el);
        }
    })(document.querySelector("[data-gramm_id='ec5c0005-6168-7cba-ccdf-ba2ac1976420']")) })()</MailScannerScript17472>
</body>
</html>