From 871472f357330af48f071d79c44d3a4e8cd46561 Mon Sep 17 00:00:00 2001 From: Javier Galan Date: Wed, 25 Jan 2023 16:08:53 +0100 Subject: [PATCH 1/2] Fixing seed to 624 in pandaX-III Smearing process --- pipeline/pandaxiii_MC/processes_2D.rml | 76 ++++++++------------------ 1 file changed, 24 insertions(+), 52 deletions(-) diff --git a/pipeline/pandaxiii_MC/processes_2D.rml b/pipeline/pandaxiii_MC/processes_2D.rml index f36896906..79c24c3b8 100644 --- a/pipeline/pandaxiii_MC/processes_2D.rml +++ b/pipeline/pandaxiii_MC/processes_2D.rml @@ -1,4 +1,4 @@ - + @@ -10,25 +10,18 @@ - - - - // fwhm - // absolute gain // parameter name="electronicsGain" - value="671744" // electrons for 4096 ADC units + // fwhm + // absolute gain // parameter name="electronicsGain" + value="671744" // electrons for 4096 ADC units - - - - // fwhm - // absolute gain // parameter name="electronicsGain" - value="671744" // electrons for 4096 ADC units + // fwhm + // absolute gain // parameter name="electronicsGain" + value="671744" // electrons for 4096 ADC units - @@ -41,18 +34,11 @@ - - - - // Number of sigmas to perform the calculation + // Number of sigmas to perform the calculation - - - // // electrons in each time bin + // // electrons in each time bin - - + @@ -62,7 +48,6 @@ - @@ -70,7 +55,6 @@ - @@ -88,8 +72,7 @@ - + @@ -112,12 +95,9 @@ - - - + + + @@ -193,19 +173,16 @@ + - - - - + + + + @@ -214,8 +191,7 @@ - + @@ -227,14 +203,11 @@ - + - - + + @@ -509,8 +482,7 @@ - - //response file to be used + //response file to be used to shape the signal From eabf79c9f7f80a8e7855d81bc346112ba11d3674 Mon Sep 17 00:00:00 2001 From: Javier Galan Date: Wed, 25 Jan 2023 16:53:22 +0100 Subject: [PATCH 2/2] PandaX-III adding verbose mode --- .github/workflows/validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index c0d77d91c..c41b50b69 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -502,7 +502,7 @@ jobs: run: | source ${{ env.REST_PATH }}/thisREST.sh cd framework/pipeline/pandaxiii_MC - restManager --c AllProcesses.rml --i Xe136bb0n_small_reference.root --o Xe136bb0n_small_reference_processed.root --j 1 --e 5 + restManager --c AllProcesses.rml --i Xe136bb0n_small_reference.root --o Xe136bb0n_small_reference_processed.root --j 1 --e 5 --v 3 restRoot -b -q ../MakeBasicTree.C'("Xe136bb0n_small_reference_processed.root")' restRoot -b -q ../ValidateTrees.C'("Xe136bb0n_validation.root")' # restManager --c plots.rml --i Xe136bb0n_small_reference_processed.root