![]() |
|
|||
File indexing completed on 2024-04-06 12:24:12
0001 import FWCore.ParameterSet.Config as cms 0002 0003 ProbeTreeProducer = cms.EDAnalyzer("ProbeTreeProducer", 0004 src = cms.InputTag("patMuons"), 0005 cut = cms.string("isGlobalMuon"), 0006 variables = cms.PSet( 0007 pt = cms.string("pt"), 0008 eta = cms.string("eta"), 0009 ), 0010 flags = cms.PSet( 0011 GlobalMuonPromptTight = cms.string("muonID('GlobalMuonPromptTight')"), 0012 ), 0013 ) 0014
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |