![]() |
|
|||
File indexing completed on 2022-11-25 00:27:17
0001 import FWCore.ParameterSet.Config as cms 0002 0003 ecalSimHitDump = cms.EDAnalyzer('EcalSimHitDump', 0004 ModuleLabel = cms.string('g4SimHits'), 0005 HitCollections = cms.vstring( 0006 'EcalHitsEB', 0007 'EcalHitsEE', 0008 'EcalHitsES' 0009 ), 0010 CollectionTypes = cms.vint32( 0011 0, 0012 1, 0013 2 0014 ), 0015 MaxEvent = cms.int32(10), 0016 mightGet = cms.optional.untracked.vstring 0017 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |