← Back to team overview

kaliveda-dev team mailing list archive

[Bug 740064] Re: Errors using example class KVQPSource: this method must be overridden!

 

corrected
also replaced use of KVParticle::SetName("QP") with KVParticle::AddGroup("QPsource") to define group of particles belonging to the QP

** Changed in: kaliveda/1.8
       Status: In Progress => Fix Committed

-- 
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.



References