Skip to content
Snippets Groups Projects

Resolve "Add neutrals to options file"

Merged Wouter Deconinck requested to merge 26-add-neutrals-to-options-file into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -561,8 +561,8 @@ match_clusters = MatchClusters("match_clusters",
@@ -561,8 +561,8 @@ match_clusters = MatchClusters("match_clusters",
inputRelations = parts_with_truth_pid.outputRelations,
inputRelations = parts_with_truth_pid.outputRelations,
inputEcalClusters = [
inputEcalClusters = [
str(ce_ecal_clreco.outputClusterCollection),
str(ce_ecal_clreco.outputClusterCollection),
str(img_ecal_clreco.outputClusterCollection),
str(img_barrel_clreco.outputClusterCollection),
str(scfi_ecal_clreco.outputClusterCollection),
str(scfi_barrel_clreco.outputClusterCollection),
str(ci_ecal_clreco.outputClusterCollection)
str(ci_ecal_clreco.outputClusterCollection)
],
],
inputHcalClusters = [
inputHcalClusters = [
Loading