Package gov.nist.microanalysis.NISTMonte.Gen3

Examples of gov.nist.microanalysis.NISTMonte.Gen3.CharacteristicXRayGeneration3.initialize()


                classFluo == FluorescenceMC.Fluorescence ||
                        classFluo == FluorescenceMC.FluorescenceCompton;

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

        BremsstrahlungXRayGeneration3 bremmsGen = null;
        if (hasFluo)
            bremmsGen = BremsstrahlungXRayGeneration3.create(mcss);
        else {
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.