Skip to content

Commit

Permalink
Backport: add PF cluster validation to ECAL-only and HCAL-only sequen…
Browse files Browse the repository at this point in the history
…ces (cms-sw#30636)

Add PFCluster validation to ECAL-only and HCAL-only workflows.
  • Loading branch information
fwyzard committed Dec 29, 2020
1 parent 528116f commit 5c43a14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Validation/Configuration/python/globalValidation_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
ecalSimHitsValidationSequence
+ ecalDigisValidationSequence
+ ecalRecHitsValidationSequence
+ pfClusterCaloOnlyValidationSequence
)

# HCAL local reconstruction
Expand All @@ -191,6 +192,7 @@
+ hcaldigisValidationSequence
+ hcalSimHitStudy
+ hcalRecHitsOnlyValidationSequence
+ pfClusterCaloOnlyValidationSequence
)

globalValidationHCALOnly = cms.Sequence(
Expand Down

0 comments on commit 5c43a14

Please sign in to comment.