![]() |
|
|||
File indexing completed on 2022-11-25 00:27:04
0001 import FWCore.ParameterSet.Config as cms 0002 0003 hgcalEETestNeighbor = cms.EDAnalyzer('HGCalTestNeighbor', 0004 detector = cms.string('HGCalEESensitive'), 0005 pX = cms.vdouble( 0006 2, 0007 5, 0008 10, 0009 100 0010 ), 0011 pY = cms.vdouble( 0012 2, 0013 5, 0014 10, 0015 100 0016 ), 0017 pZ = cms.vdouble( 0018 10, 0019 5, 0020 20, 0021 50 0022 ), 0023 mightGet = cms.optional.untracked.vstring 0024 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |