![]() |
|
|||
File indexing completed on 2022-11-25 00:27:17
0001 import FWCore.ParameterSet.Config as cms 0002 0003 EcalSimHitStudy = cms.EDAnalyzer('EcalSimHitStudy', 0004 ModuleLabel = cms.untracked.string('g4SimHits'), 0005 CaloCollection = cms.untracked.vstring(), 0006 SourceLabel = cms.untracked.string('VtxSmeared'), 0007 MaxEnergy = cms.untracked.double(200), 0008 TimeCut = cms.untracked.double(100), 0009 SelectX = cms.untracked.int32(-1), 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 |
![]() ![]() |