← Back to team overview

kaliveda-dev team mailing list archive

[Bug 1180850] Re: KVZmax

 

** Also affects: kaliveda/1.9
   Importance: High
     Assignee: John Frankland (frankland)
       Status: Fix Committed

** Changed in: kaliveda/1.9
    Milestone: 1.8.11 => 1.9.0

-- 
You received this bug notification because you are a member of KaliVeda
Development Team, which is subscribed to KaliVeda.
https://bugs.launchpad.net/bugs/1180850

Title:
  KVZmax

Status in KaliVeda data analysis framework:
  Fix Committed
Status in KaliVeda 1.8 series:
  Fix Committed
Status in KaliVeda 1.9 series:
  Fix Committed

Bug description:
  La récupération de Zmax_i avec une VG KVZmax a changé, mais cela
  n'apparaît pas dans l'en-tête de la classe.

  Durant mes dernières analyses, en juillet 2012 (KV1.8.4 et 1.8.5), les
  commandes

     Zmax1= (Int_t)GetGVList()->GetGV("Zmax")->GetValue(1);
     Zmax2= (Int_t)GetGVList()->GetGV("Zmax")->GetValue(2);
     Zmax3= (Int_t)GetGVList()->GetGV("Zmax")->GetValue(3);

  donnaient bien les Zmax requis.

  Ces mêmes commandes donnent maintenant (KV1.8.10) Zmax2, Zmax3, Zmax4.

  Si je comprend bien le changement a eu lieu à la version 1.8.8 en redéfinissant la méthode getvalue_int(i)
  de KVZmax.
  1.8.7 getvalue_int(i) renvoie GetZmax(i)->GetZ()   avec GetZmax(1) qui donne Zmax

  1.8.8 getvalue_int(i) renvoie GetZmax(i+1)->GetZ()  GetZmax(1) donne
  toujours Zmax.

  Ce n'est pas un bug, mais comme, sauf erreur, l'intro de la classe n'a pas changé on n'est pas averti 
  du changement et si on n'imprime pas des evenements, on a tout faux en reprenant ses anciennes classes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kaliveda/+bug/1180850/+subscriptions


References