Skip to content

Commit

Permalink
Using again ECalBarrelPositionedCells as default
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Oct 28, 2024
1 parent 187e3ad commit 8ba5400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/FCCee/fullSim/caloNtupleizer/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8ba5400

Please sign in to comment.