CMS 3D CMS Logo

hcalDigisValidationSequence_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 AllHcalDigisValidation = Validation.HcalDigis.HcalDigisParam_cfi.hcaldigisAnalyzer.clone()
6 hcaldigisValidationSequence = cms.Sequence(AllHcalDigisValidation)
7 
8 # the folowing one is a twin of the above and is kept for back compatibility
9 # with some old Validation/Configuration/python sequences...
10 hcalDigisValidationSequence = cms.Sequence(AllHcalDigisValidation)
11 
12 
13