CMS 3D CMS Logo

rechitValidationV6_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 hgcalRecHitValidationHEF = hgcalRecHitValidationEE.clone(
6  DetectorName = cms.string("HGCalHESiliconSensitive"),
7  RecHitSource = cms.InputTag("HGCalRecHit", "HGCHEFRecHits"))
8 
9 hgcalRecHitValidationHEB = hgcalRecHitValidationEE.clone(
10  DetectorName = cms.string("HCal"),
11  ifHCAL = cms.bool(True),
12  RecHitSource = cms.InputTag("hbhereco"))