Return to menuGo up
The analysis framework for the TOB System Test
The analysis framework is composed of three parts:
  • A daqlet, HRUNAnalysis, which runs in the Run Control and identifies the HRUNs to be analyzed, queueing them for analysis (in the analysiscache table of the local DB).
  • A Java program, called AnalysisDistributor, which takes care of spawning the processes to be sent to the condor cluster which actually analyze the runs composing the HRUNs. This program is in perpetuos execution on the central condor machine (pcepcmt19 at the moment).
  • A program, called AnalysisEngine, which is the actual process which analyzes the runs, and is executed on the condor cluster. This will have to be joined with the final analysis code when it will be ready.

A scheme of the interactions is in the sketch at the end of this page.

More details are in the links below: