CMS 3D CMS Logo

l1EventTree_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 l1EventTree = cms.EDAnalyzer("L1EventTreeProducer",
4  hltSource = cms.InputTag("TriggerResults::HLT"),
5  puMCFile = cms.untracked.string(""),
6  puDataFile = cms.untracked.string(""),
7  puMCHist = cms.untracked.string(""),
8  puDataHist = cms.untracked.string(""),
9  useAvgVtx = cms.untracked.bool(True),
10  maxAllowedWeight = cms.untracked.double(-1)
11 )