From ac389fe2cfe4032bf847f698438f05866939c8de Mon Sep 17 00:00:00 2001 From: Tong Li Date: Sun, 5 May 2024 19:52:57 +0200 Subject: [PATCH 1/3] add flag for pi0/photon var --- FCCSW_ecal/run_thetamodulemerged.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FCCSW_ecal/run_thetamodulemerged.py b/FCCSW_ecal/run_thetamodulemerged.py index 52e0c2b..bc48e78 100644 --- a/FCCSW_ecal/run_thetamodulemerged.py +++ b/FCCSW_ecal/run_thetamodulemerged.py @@ -590,6 +590,7 @@ #thetaRecalcWeights=[ # [-1, 3.0, 3.0, 3.0, 4.25, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0] # -1 : use linear weights #], + do_pi0_photon_shapeVar=False, OutputLevel=INFO ) @@ -709,6 +710,7 @@ # thetaRecalcWeights=[ # [-1, 3.0, 3.0, 3.0, 4.25, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0] # -1 : use linear weights # ], + do_pi0_photon_shapeVar=False, OutputLevel=INFO) if applyMVAClusterEnergyCalibration: From d4a2d0db1a70342b2cf4bd973a5668733f6a3be2 Mon Sep 17 00:00:00 2001 From: Tong Li Date: Fri, 5 Jul 2024 12:21:11 +0200 Subject: [PATCH 2/3] up --- FCCSW_ecal/run_thetamodulemerged.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FCCSW_ecal/run_thetamodulemerged.py b/FCCSW_ecal/run_thetamodulemerged.py index bc48e78..796f6b5 100644 --- a/FCCSW_ecal/run_thetamodulemerged.py +++ b/FCCSW_ecal/run_thetamodulemerged.py @@ -590,7 +590,7 @@ #thetaRecalcWeights=[ # [-1, 3.0, 3.0, 3.0, 4.25, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0] # -1 : use linear weights #], - do_pi0_photon_shapeVar=False, + do_photon_shapeVar=False, OutputLevel=INFO ) @@ -710,7 +710,7 @@ # thetaRecalcWeights=[ # [-1, 3.0, 3.0, 3.0, 4.25, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0] # -1 : use linear weights # ], - do_pi0_photon_shapeVar=False, + do_photon_shapeVar=False, OutputLevel=INFO) if applyMVAClusterEnergyCalibration: From 9f6ad16b5a4da54728addc5c9450167dcac7fa62 Mon Sep 17 00:00:00 2001 From: Tong Li Date: Fri, 5 Jul 2024 13:04:42 +0200 Subject: [PATCH 3/3] add flags in photonID shape parameter --- FCCSW_ecal/run_thetamodulemerged.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FCCSW_ecal/run_thetamodulemerged.py b/FCCSW_ecal/run_thetamodulemerged.py index 796f6b5..0f0175c 100644 --- a/FCCSW_ecal/run_thetamodulemerged.py +++ b/FCCSW_ecal/run_thetamodulemerged.py @@ -591,6 +591,7 @@ # [-1, 3.0, 3.0, 3.0, 4.25, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0] # -1 : use linear weights #], do_photon_shapeVar=False, + do_widthTheta_logE_weights=False, OutputLevel=INFO ) @@ -711,6 +712,7 @@ # [-1, 3.0, 3.0, 3.0, 4.25, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0] # -1 : use linear weights # ], do_photon_shapeVar=False, + do_widthTheta_logE_weights=False, OutputLevel=INFO) if applyMVAClusterEnergyCalibration: