Skip to content

Commit

Permalink
More configuration fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondEhlers committed Jun 18, 2024
1 parent 499a0ba commit 04e7368
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/mammoth/alice/config/track_skim_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,13 +294,15 @@ skimmed_datasets:
skim_type: "HF_tree_at_LBL"
skim_parameters:
levels: ["data"]
column_modifications:
# ParticlePID isn't available in data.
data:
"ParticlePID": ""
# Number of parent directories to go up to create the relative output filename
# NOTE: We go up to 5 since we want to get to a period label. It's slightly redundant,
# but I'm concerned that leading with a train number will look quite odd to my eyes.
# Better to have a slightly longer filename that will avoid confusion.
number_of_parent_directories_for_relative_output_filename: 5
levels_in_output_file:
- "data"
files:
- "PbPb/570/files.txt"

Expand Down

0 comments on commit 04e7368

Please sign in to comment.