![]() |
|
|||
File indexing completed on 2023-10-25 09:55:43
0001 import FWCore.ParameterSet.Config as cms 0002 0003 l1EventTree = cms.EDAnalyzer("L1EventTreeProducer", 0004 hltSource = cms.InputTag("TriggerResults::HLT"), 0005 puMCFile = cms.untracked.string(""), 0006 puDataFile = cms.untracked.string(""), 0007 puMCHist = cms.untracked.string(""), 0008 puDataHist = cms.untracked.string(""), 0009 useAvgVtx = cms.untracked.bool(True), 0010 maxAllowedWeight = cms.untracked.double(-1) 0011 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |