CMS 3D CMS Logo

digiValidationV6_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 hgcalDigiValidationHEF = hgcalDigiValidationEE.clone(
6  DetectorName = cms.string("HGCalHESiliconSensitive"),
7  DigiSource = cms.InputTag("mix","HGCDigisHEfront"))
8 
9 hgcalDigiValidationHEB = hgcalDigiValidationEE.clone(
10  DetectorName = cms.string("HCal"),
11  DigiSource = cms.InputTag("simHcalDigis","HBHEQIE11DigiCollection"),
12  ifHCAL = cms.bool(True),
13  SampleIndx = cms.untracked.int32(5))