Class EOptionCommand

    • Constructor Detail

      • EOptionCommand

        public EOptionCommand​(java.lang.Double seed,
                              java.lang.Boolean add)
        the constructor, which sets both fields
        Parameters:
        seed - the new seed value for MadX random generation.
        add - if set to if true the errors defined in the following will add up, if false they will not.
        See Also:
        seed, add
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: Command
        has to be implemented in order to return the name of the command (keyword);
        Returns:
        the name of the command (MadX keyword)