FreeHEP API
Version current

hep.aida.ref.function
Class JELBaseModelFunction

java.lang.Object
  extended byhep.aida.ref.event.AIDAObservable
      extended byhep.aida.ref.ManagedObject
          extended byhep.aida.ref.function.BaseModelFunction
              extended byhep.aida.ref.function.JELBaseModelFunction
All Implemented Interfaces:
Connectable, FunctionDispatcher, hep.aida.dev.IDevManagedObject, hep.aida.IFunction, hep.aida.IManagedObject, hep.aida.IModelFunction

public class JELBaseModelFunction
extends BaseModelFunction

Author:
serbo
Source Code:
JELBaseModelFunction.java

Field Summary
 
Fields inherited from class hep.aida.ref.function.BaseModelFunction
annotation, codeletString, function, functionNormalized, functionNotNormalized, title, varNames
 
Fields inherited from class hep.aida.ref.ManagedObject
fillable
 
Fields inherited from class hep.aida.ref.event.AIDAObservable
connectionDidChange, isConnected, isValid
 
Constructor Summary
JELBaseModelFunction(String treeName, int dim, String valexpr, String parameters, String description, String gradexpr)
           
 
Method Summary
 JELFunctionCore createJELFunctionCore(int dim, String valexpr, String parameters, String gradexpr)
           
static void main(String[] args)
           
 
Methods inherited from class hep.aida.ref.function.BaseModelFunction
addFunctionListener, annotation, calculateNormalizationAmplitude, codeletString, core, dimension, excludeNormalizationAll, functionValue, getRangeSet, gradient, includeNormalizationAll, indexOfParameter, init, isEqual, isNormalized, normalizationParameter, normalizationRange, normalize, numberOfParameters, numericGradient, numericParameterGradient, parameter, parameterGradient, parameterNames, parameters, providesGradient, providesNormalization, providesParameterGradient, removeFunctionListener, setCodeletString, setParameter, setParameterNames, setParameters, setTitle, title, toString, value, variableName, variableNames
 
Methods inherited from class hep.aida.ref.ManagedObject
isFillable, name, setFillable, setName, type
 
Methods inherited from class hep.aida.ref.event.AIDAObservable
addListener, createEvent, fireStateChanged, fireStateChanged, fireStateChanged, isConnected, removeAllListeners, removeListener, setConnected, setIsValidAfterNotify, setValid, setValidForAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface hep.aida.ref.event.Connectable
isConnected, setConnected
 

Constructor Detail

JELBaseModelFunction

public JELBaseModelFunction(String treeName,
                            int dim,
                            String valexpr,
                            String parameters,
                            String description,
                            String gradexpr)
Method Detail

createJELFunctionCore

public JELFunctionCore createJELFunctionCore(int dim,
                                             String valexpr,
                                             String parameters,
                                             String gradexpr)

main

public static void main(String[] args)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.