CMS 3D CMS Logo

cscRecHitValidation_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 cscRecHitValidation = cms.EDAnalyzer("CSCRecHitValidation",
4  simHitsTag = cms.InputTag("mix","g4SimHitsMuonCSCHits"),
5  outputFile = cms.string('CSCRecHitValidation.root'),
6  recHitLabel = cms.InputTag("csc2DRecHits"),
7  segmentLabel = cms.InputTag("cscSegments")
8 )
9 
10