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',