![]() |
|
|||
File indexing completed on 2022-11-25 00:27:18
0001 import FWCore.ParameterSet.Config as cms 0002 0003 hgcalWaferHitCheckEE = cms.EDAnalyzer('HGCalWaferHitCheck', 0004 detectorName = cms.string('HGCalEESensitive'), 0005 caloHitSource = cms.string('HGCHitsEE'), 0006 source = cms.InputTag('simHGCalUnsuppressedDigis', 'EE'), 0007 inputType = cms.int32(1), 0008 verbosity = cms.untracked.int32(0), 0009 ifNose = cms.untracked.bool(False), 0010 mightGet = cms.optional.untracked.vstring 0011 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |