![]() |
|
|||
File indexing completed on 2024-04-06 12:07:38
0001 import FWCore.ParameterSet.Config as cms 0002 0003 hltResults = cms.EDAnalyzer("FourVectorHLT", 0004 plotAll = cms.untracked.bool(True), 0005 ptMax = cms.untracked.double(100.0), 0006 ptMin = cms.untracked.double(0.0), 0007 filters = cms.VPSet(), 0008 # data best guess 0009 triggerSummaryLabel = cms.InputTag("hltTriggerSummaryAOD","","HLT") 0010 ) 0011 0012
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |