Skip to content

tracker input QA for TRD

Sergey Gorbunov requested to merge se.gorbunov/cbmroot:L1InputQaTRD into master

@a.bercuci @v.akishina @f.uhlig, please have a look.

  • A QA task that verifies the input from the TRD detector to the tracker: geometry setup and hits. The output histograms are additionally collected into 6 canvases:

cResidual.pdf cPull.pdf cEfficiencyR.pdf cEfficiencyXY.pdf cHitsPerMcPoint.pdf cMcPointsPerHit.pdf

One can see from the plots above that there are currently some problems to be understood, but they are apparently not in the QA task but in the data. So I think, in this respect, the MR can be merged.

  • I increased the verbosity level in reco_qa.C to {file,line}. First, it helps to locate the triggered errors. Second, one doesn't need to add the task name to every log message. The idea I got from @f.uhlig :) I hope, my implementation is ok.

  • The new QA task is added to reco_qa.C for the automated testing.

Edited by Sergey Gorbunov

Merge request reports