j'ai installé et mis à jour le site web au centre de calcul il faut utiliser la version 1.8.1 au centre (SetKaliVedaVersion 1.8.1) les sources des exemples de classe d'analyse/variable globale/etc. se trouvent dans $KVROOT/examples
pour manipuler des paramètres/options à tes variables globales, tu peux utiliser les méthodes SetParameter, SetOption, IsParameterSet, IsOptionGiven, GetParameter, GetOptionString de KVVarGlob -- You received this bug notification because you are a member of KaliVeda Development Team, which is subscribed to KaliVeda. https://bugs.launchpad.net/bugs/740064 Title: Errors using example class KVQPSource: this method must be overridden! Status in KaliVeda data analysis framework: Fix Committed Status in KaliVeda 1.8 series: Fix Committed Bug description: When trying to use example analysis class AnalMonQP with example global variable class KVQPSource, the following messages appear on execution: Warning in <KVQPsource::GetNameIndex(const Char_t *name)>: The parameter "E*" does not exist fot the Class KVQPsource. 0 returned. Warning in <KVQPsource::getvalue_int>: this method must be overridden! Warning in <KVQPsource::GetNameIndex(const Char_t *name)>: The parameter "A" does not exist fot the Class KVQPsource. 0 returned. Warning in <KVQPsource::getvalue_int>: this method must be overridden! Warning in <KVQPsource::GetNameIndex(const Char_t *name)>: The parameter "Z" does not exist fot the Class KVQPsource. 0 returned. The polymorphism has been broken since KVVarGlob base classes were rewritten. _______________________________________________ Mailing list: https://launchpad.net/~kaliveda-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~kaliveda-dev More help : https://help.launchpad.net/ListHelp

