|
||||
File indexing completed on 2024-04-06 12:15:55
0001 import FWCore.ParameterSet.Config as cms 0002 0003 hltL1TEGammaHGCFilteredCollectionProducer = cms.EDProducer("L1TEGammaFilteredCollectionProducer", 0004 applyQual = cms.bool(True), 0005 inputTag = cms.InputTag("l1tGTProducer", "CL2Photons"), 0006 maxBX = cms.int32(1), 0007 minBX = cms.int32(-1), 0008 minPt = cms.double(5.0), 0009 qualIsMask = cms.bool(True), 0010 quality = cms.int32(0b0100), 0011 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |