From 6b5b701828aadbf4450dd7393f041d9063491b4a Mon Sep 17 00:00:00 2001 From: Tong Li <118776996+dasphy@users.noreply.github.com> Date: Thu, 29 Aug 2024 10:11:33 +0200 Subject: [PATCH] add flag in photonID parameters (#175) * add flag in photonID parameters * fix * fix --------- Co-authored-by: Tong Li --- FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v03/run_digi_reco.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v03/run_digi_reco.py b/FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v03/run_digi_reco.py index 43e4189..f89b9e9 100644 --- a/FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v03/run_digi_reco.py +++ b/FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v03/run_digi_reco.py @@ -99,6 +99,7 @@ # run photon ID algorithm runPhotonIDTool = False +logEWeightInPhotonID = False # # ALGORITHMS AND SERVICES SETUP @@ -491,6 +492,7 @@ layerFieldNames=["layer"], thetaRecalcWeights=[ecalBarrelThetaWeights], do_photon_shapeVar=runPhotonIDTool, + do_widthTheta_logE_weights=logEWeightInPhotonID, OutputLevel=INFO ) @@ -628,6 +630,7 @@ layerFieldNames=["layer"], thetaRecalcWeights=[ecalBarrelThetaWeights], do_photon_shapeVar=runPhotonIDTool, + do_widthTheta_logE_weights=logEWeightInPhotonID, OutputLevel=INFO) if applyMVAClusterEnergyCalibration: