Basic QA of calibrated data

CAEN data

Running over one single run

The main-program to run a basic QA over the calbrated data is ./DataAna. So far only one option is implemented -Q, which triggers a basic QA run over the data and can be run as follows.

./DataAna -d 1 -Q -i calibrated_Run_$RUNNR.root -O QAHists_Run_$RUNNR.root -a -f -r $RUNLIST -P $PLOTSDIR

It currently produces the following plots and can distinguish 3 different trigger classes (All, Muon triggered, Not Muon Triggered).

Additional per layer plots are produced when running with the -e [1/2] option.

September 2023 data

No scripts have been created yet.

October 2023 data

No scripts have been created yet.

August 2024 data

The primary script for the first look at a basic QA of calibrated data is runQA_2024.sh.

# run first full data QA for Scan A
bash runQA_2024.sh $USERNAME ScanA

The 2nd argument defines which scan it is, please check which are currently available and expand where necessary.

Last updated