CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalUnsuppressedRecHitsValidationSequence_cff.py
Go to the documentation of this file.
2 
3 # Run the complete ECAL rechits validation set
8 ecalUnsuppressedRecHitsValidationSequence = cms.Sequence(ecalRecHitsValidation*ecalBarrelRecHitsValidation*ecalEndcapRecHitsValidation*ecalPreshowerRecHitsValidation)
9 ecalBarrelRecHitsValidation.EBdigiCollection = 'simEcalUnsuppressedDigis'
10 ecalEndcapRecHitsValidation.EEdigiCollection = 'simEcalUnsuppressedDigis'
11 
12