Skip to content

Analysis Production for D*0 -> D0(A' -> e+ e-)

Carlos Eduardo Cocha Toapaxi requested to merge cacochat/DstToDee into master

First analysis production for D*0 -> D0 A'(-> e+ e-) for the prompt and detached decay modes using 2017 and 2018 data (in Turbo). The production script is very similar to !447 (merged) which interfaces with GaudiPython.

To test it, I used for example:

lb-ap debug DstAprime_AprimeToEE 2017_MagDown_Data_Prompt
python $ANALYSIS_PRODUCTIONS_BASE/DstAprime_AprimeToEE/job.py $ANALYSIS_PRODUCTIONS_DYNAMIC/DstAprime_AprimeToEE/2017_MagDown_Data_Prompt_autoconf.py $ANALYSIS_PRODUCTIONS_BASE/DstAprime_AprimeToEE/head_Prompt.py prodConf_00012345_00006789_1.py

which finishes the test without problem and produces the tuple. Note that the job file always should be first.

Merge request reports