Examples of PhotonRadialDistributionListener


Examples of gov.nist.microanalysis.NISTMonte.PhotonRadialDistributionListener

        // Setup PRZs
        if (charac == null)
            throw new NullPointerException("charact == null");
        radialCharac =
                new PhotonRadialDistributionListener(charac, center, normal,
                        rmax, channels, true);
        radialTotal =
                new PhotonRadialDistributionListener(charac, center, normal,
                        rmax, channels, true);
        charac.addXRayListener(radialCharac);
        charac.addXRayListener(radialTotal);

        if (characFluo != null)
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.