Skip to content

Commit 595c929

Browse files
Modify input for CaloParticles and SimClusters when premix process modifier is active
1 parent 56acb33 commit 595c929

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Validation/HGCalValidation/python/HGCalValidator_cff.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313

1414
from Configuration.ProcessModifiers.premix_stage2_cff import premix_stage2
1515
premix_stage2.toModify(hgcalValidator,
16-
label_cp_fake = "mixData:MergedCaloTruth"
16+
label_cp_fake = "mixData:MergedCaloTruth",
17+
label_cp_effic = "mixData:MergedCaloTruth",
18+
label_scl = "mixData:MergedCaloTruth",
1719
)
1820

1921
from Configuration.Eras.Modifier_phase2_hgcalV10_cff import phase2_hgcalV10

0 commit comments

Comments
 (0)