CMS 3D CMS Logo

rechitValidation_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hgcalRecHitValidationEE = cms.EDAnalyzer('HGCalRecHitValidation',
4  DetectorName = cms.string("HGCalEESensitive"),
5  RecHitSource = cms.InputTag("HGCalRecHit", "HGCEERecHits"),
6  ifHCAL = cms.bool(False),
7  Verbosity = cms.untracked.int32(0)
8 
9  )