|
||||
File indexing completed on 2024-08-21 04:46:33
0001 import FWCore.ParameterSet.Config as cms 0002 0003 hltFixedGridRhoFastjetAllTmp = cms.EDProducer("FixedGridRhoProducerFastjet", 0004 gridSpacing = cms.double(0.55), 0005 maxRapidity = cms.double(5.0), 0006 pfCandidatesTag = cms.InputTag("hltParticleFlowTmp") 0007 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |