From 8ba5400a0af1f4528533d174a2bb71f839b86741 Mon Sep 17 00:00:00 2001 From: Juraj Smiesko Date: Mon, 28 Oct 2024 11:54:43 +0100 Subject: [PATCH] Using again ECalBarrelPositionedCells as default --- examples/FCCee/fullSim/caloNtupleizer/analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/FCCee/fullSim/caloNtupleizer/analysis.py b/examples/FCCee/fullSim/caloNtupleizer/analysis.py index de058efae4..1c51e1e817 100644 --- a/examples/FCCee/fullSim/caloNtupleizer/analysis.py +++ b/examples/FCCee/fullSim/caloNtupleizer/analysis.py @@ -37,7 +37,7 @@ def str2bool(v): help='Whether or not to store cell information') parser.add_argument( '-cellBranchNames', - nargs='+', default=['ECalBarrelModuleThetaMergedPositioned'], + nargs='+', default=['ECalBarrelPositionedCells'], help='Names of the cell branches in the input rootfile. Must have position information!') parser.add_argument( '-storeClusterBranches',