Examples of BremsstrahlungXRayGeneration3


Examples of gov.nist.microanalysis.NISTMonte.Gen3.BremsstrahlungXRayGeneration3

        CharacteristicXRayGeneration3 characGen =
                CharacteristicXRayGeneration3.create(mcss);
        characGen.initialize(); // Bug fix

        BremsstrahlungXRayGeneration3 bremmsGen = null;
        if (hasFluo)
            bremmsGen = BremsstrahlungXRayGeneration3.create(mcss);
        else {
            for (PhotonDetector det : phDets) {
                if (det.requiresBremmstrahlung()) {
View Full Code Here

Examples of gov.nist.microanalysis.NISTMonte.Gen3.BremsstrahlungXRayGeneration3


    public XRayTransport3 getBremmstrahlungTransport(MonteCarloSS mcss)
            throws EPQException {
        double[] pos = getDetectorPosition();
        BremsstrahlungXRayGeneration3 bremssGen =
                BremsstrahlungXRayGeneration3.create(mcss);
        return XRayTransport3.create(mcss, pos, bremssGen);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.