Skip to content

Commit

Permalink
Modify input for CaloParticles and SimClusters when premix process mo…
Browse files Browse the repository at this point in the history
…difier is active
  • Loading branch information
felicepantaleo committed Dec 9, 2024
1 parent 56acb33 commit 595c929
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Validation/HGCalValidation/python/HGCalValidator_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@

from Configuration.ProcessModifiers.premix_stage2_cff import premix_stage2
premix_stage2.toModify(hgcalValidator,
label_cp_fake = "mixData:MergedCaloTruth"
label_cp_fake = "mixData:MergedCaloTruth",
label_cp_effic = "mixData:MergedCaloTruth",
label_scl = "mixData:MergedCaloTruth",
)

from Configuration.Eras.Modifier_phase2_hgcalV10_cff import phase2_hgcalV10
Expand Down

0 comments on commit 595c929

Please sign in to comment.