CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
l1MuonRecoTree_cfi Namespace Reference

Variables

tuple l1MuonRecoTree
 

Variable Documentation

tuple l1MuonRecoTree_cfi.l1MuonRecoTree
Initial value:
1 = cms.EDAnalyzer("L1Muon2RecoTreeProducer",
2  maxMuon = cms.uint32(20),
3  MuonTag = cms.untracked.InputTag("muons"),
4  #---------------------------------------------------------------------
5  # TRIGGER MATCHING CONFIGURATION
6  #---------------------------------------------------------------------
7  # flag to turn trigger matching on / off
8  triggerMatching = cms.untracked.bool(True),
9  # maximum delta R between trigger object and muon
10  triggerMaxDeltaR = cms.double(0.1),
11  # trigger to match to, may use regexp wildcard as supported by ROOT's
12  # TString; up to now the first found match (per run) is used.
13  isoTriggerNames = cms.vstring(
14  "HLT_IsoMu18_v*",
15  "HLT_IsoMu22_v*"
16  #"HLT_IsoMu24_eta2p1_v*",
17  #"HLT_IsoMu24_v*"
18  ),
19  triggerNames = cms.vstring(
20  "HLT_Mu30_v*",
21  "HLT_Mu40_v*"
22  ),
23 
24  # data best guess: change for MC!
25  triggerResults = cms.InputTag("TriggerResults", "", "HLT"),
26  triggerSummaryLabel = cms.InputTag("hltTriggerSummaryAOD", "", "HLT"),
27  # name of the hlt process (same as above):
28  triggerProcessLabel = cms.untracked.string("HLT"),
29 )

Definition at line 3 of file l1MuonRecoTree_cfi.py.