We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56acb33 commit 595c929Copy full SHA for 595c929
Validation/HGCalValidation/python/HGCalValidator_cff.py
@@ -13,7 +13,9 @@
13
14
from Configuration.ProcessModifiers.premix_stage2_cff import premix_stage2
15
premix_stage2.toModify(hgcalValidator,
16
- label_cp_fake = "mixData:MergedCaloTruth"
+ label_cp_fake = "mixData:MergedCaloTruth",
17
+ label_cp_effic = "mixData:MergedCaloTruth",
18
+ label_scl = "mixData:MergedCaloTruth",
19
)
20
21
from Configuration.Eras.Modifier_phase2_hgcalV10_cff import phase2_hgcalV10
0 commit comments