CMS 3D CMS Logo

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

Variables

tuple SoftMuHardJetMETSUSYmonitoring
 
tuple SoftMuHardJetMETSUSYmonitoring_jetPt
 Jet pt ###. More...
 
tuple SoftMuHardJetMETSUSYmonitoring_metPt
 MET pt ###. More...
 
tuple SoftMuHardJetMETSUSYmonitoring_muPt
 Muon pt ###. More...
 
tuple susyHLTSoftMuHardJetMETMonitoring
 

Variable Documentation

tuple SoftMuHardJetMETSUSYMonitor_cff.SoftMuHardJetMETSUSYmonitoring
Initial value:
1 = hltSUSYmonitoring.clone(
2  FolderName = 'HLT/SUSY/SoftMuHardJetMET/',
3  met = "pfMet",
4  jets = "ak4PFJetsCHS",
5  muons = "muons",
6  HTdefinition = 'pt>30 & abs(eta)<2.5',
7  leptJetDeltaRmin = 0.4,
8  MHTdefinition = 'pt>30 & abs(eta)<2.4',
9  numGenericTriggerEventPSet = dict(hltInputTag = ["TriggerResults","","HLT"],
10  hltPaths = ["HLT_Mu3er1p5_PFJet100er2p5_PFMET70_PFMHT70_IDTight_v*",
11  "HLT_Mu3er1p5_PFJet100er2p5_PFMET80_PFMHT80_IDTight_v*",
12  "HLT_Mu3er1p5_PFJet100er2p5_PFMET90_PFMHT90_IDTight_v*" ])
13 )

Definition at line 8 of file SoftMuHardJetMETSUSYMonitor_cff.py.

tuple SoftMuHardJetMETSUSYMonitor_cff.SoftMuHardJetMETSUSYmonitoring_jetPt
Initial value:
1 = SoftMuHardJetMETSUSYmonitoring.clone(
2  FolderName = 'HLT/SUSY/SoftMuHardJetMET/Jet',
3  # Muon selection
4  nmuons = 1,
5  muoSelection = 'pt>30 & abs(eta)<1.5',
6  # Jet selection
7  njets = 1,
8  jetSelection = "abs(eta)<2.5",
9  # MET selection
10  enableMETPlot = True,
11  metSelection = 'pt>150',
12  MHTcut = 150,
13  ## Selection ##
14  denGenericTriggerEventPSet = dict(hltPaths = ["HLT_IsoMu27_v*"]),
15  # Binning
16  histoPSet = dict(jetPtBinning = [0,5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,90,100,120,200,400])
17 )

Jet pt ###.

Definition at line 48 of file SoftMuHardJetMETSUSYMonitor_cff.py.

tuple SoftMuHardJetMETSUSYMonitor_cff.SoftMuHardJetMETSUSYmonitoring_metPt
Initial value:
1 = SoftMuHardJetMETSUSYmonitoring.clone(
2  FolderName = 'HLT/SUSY/SoftMuHardJetMET/MET',
3  # Muon selection
4  nmuons = 1,
5  muoSelection = 'pt>30 & abs(eta)<1.5',
6  # Jet selection
7  njets = 1,
8  jetSelection = "pt>130 & abs(eta)<2.5",
9  # MET selection
10  enableMETPlot = True,
11  ## Selection ##
12  denGenericTriggerEventPSet = dict(hltPaths = ["HLT_IsoMu27_v*"]),
13  # Binning
14  histoPSet = dict(metPSet = dict(nbins= 50,xmin= 50,xmax= 300))
15 )

MET pt ###.

Definition at line 70 of file SoftMuHardJetMETSUSYMonitor_cff.py.

tuple SoftMuHardJetMETSUSYMonitor_cff.SoftMuHardJetMETSUSYmonitoring_muPt
Initial value:
1 = SoftMuHardJetMETSUSYmonitoring.clone(
2  FolderName = 'HLT/SUSY/SoftMuHardJetMET/Muon',
3  # Muon selection
4  nmuons = 1,
5  muoSelection = 'abs(eta)<1.5',
6  # Jet selection
7  njets = 1,
8  jetSelection = "pt>130 & abs(eta)<2.5",
9  # MET selection
10  enableMETPlot = True,
11  metSelection = 'pt>150',
12  MHTcut = 150,
13  ## Selection ##
14  denGenericTriggerEventPSet = dict(hltPaths = ['HLT_PFMET120_PFMHT120_IDTight_v*', 'HLT_PFMET130_PFMHT130_IDTight_v*', 'HLT_PFMET140_PFMHT140_IDTight_v*']),
15  ## Binning ##
16  histoPSet = dict(muPtBinning = [0,2,5,7,10,12,15,17,20,25,30,50])
17 )

Muon pt ###.

Definition at line 26 of file SoftMuHardJetMETSUSYMonitor_cff.py.

tuple SoftMuHardJetMETSUSYMonitor_cff.susyHLTSoftMuHardJetMETMonitoring
Initial value:
1 = cms.Sequence(
2  SoftMuHardJetMETSUSYmonitoring_muPt
3  + SoftMuHardJetMETSUSYmonitoring_jetPt
4  + SoftMuHardJetMETSUSYmonitoring_metPt
5 )

Definition at line 87 of file SoftMuHardJetMETSUSYMonitor_cff.py.