← Back to team overview

kaliveda-dev team mailing list archive

[Bug 807444] Re: Event counters are wrong for analysis of INDRA-VAMOS raw data

 

The problem was the same but in KVIVRawDataReconstructor. The event counters have to be initialized in KVIVRawDataReconstructor::postInitRun() which overrides KVINDRARawDataAnalyser::postInitRun().
Bug Fixed in the rev 208 of lp:kaliveda/e494s-dev branch

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

Title:
  Event counters are wrong for analysis of INDRA-VAMOS raw data

Status in KaliVeda data analysis framework:
  New
Status in KaliVeda 1.8 series:
  New

Bug description:
  When performing analysis of raw INDRA-VAMOS data, the event counters
  printed at the end of the analysis are totally bizarre:

  Finished reading 203545 events from file
  root://ccxroot.in2p3.fr:1999//hpss/in2p3.fr/group/indra/e494s/raw/run_0023.dat.04-May-07.19:33:47

   +++ INDRA events : 796580064
   +++ INDRA gene events : 1882353257
   +++ Other (non-INDRA) events : 1919341557

  Normally they are initialised in KVINDRARawDataAnalyser::postInitRun()
  but KVIVRawDataAnalyser::postInitRun() overrides this method and the initialisation is lost

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


References