CMS 3D CMS Logo

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

Variables

tuple description = cms.untracked.string("DecayModeRes")
 
tuple jet_collection = cms.InputTag('ak4PFJets')
 
tuple jet_histograms
 
tuple jetPtVersion = copy.deepcopy(kinematic_var)
 
tuple kin_plots
 
tuple kinematic_selection = cms.string('pt > 5.0 & abs(eta) < 2.5')
 
tuple lazyParsing = cms.untracked.bool(True)
 
tuple lead_object_jet_selection = cms.string("getPFConstituent(0).pt() > 1.0")
 
tuple matchedVersion = copy.deepcopy(kinematic_var)
 
tuple max = cms.untracked.double(20.5)
 
tuple min = cms.untracked.double(-20.5)
 
tuple name = cms.untracked.string("decaymodeRes")
 
tuple nbins = cms.untracked.int32(41)
 
tuple plotquantity
 
tuple tau_histograms
 

Variable Documentation

tuple RecoTauCommonJetSelections_cfi.description = cms.untracked.string("DecayModeRes")

Definition at line 120 of file RecoTauCommonJetSelections_cfi.py.

tuple RecoTauCommonJetSelections_cfi.jet_collection = cms.InputTag('ak4PFJets')

Definition at line 13 of file RecoTauCommonJetSelections_cfi.py.

tuple RecoTauCommonJetSelections_cfi.jet_histograms
Initial value:
1 = cms.VPSet(
2  cms.PSet(
3  min = cms.untracked.double(0.0),
4  max = cms.untracked.double(20.0),
5  nbins = cms.untracked.int32(100),
6  name = cms.untracked.string("collimation"),
7  description = cms.untracked.string("Pt * Width"),
8  plotquantity = cms.untracked.string("pt()*sqrt(etaetaMoment())"),
9  lazyParsing = cms.untracked.bool(True)
10  ),
11  cms.PSet(
12  min = cms.untracked.double(0.0),
13  max = cms.untracked.double(50.0),
14  nbins = cms.untracked.int32(100),
15  name = cms.untracked.string("leadobject"),
16  description = cms.untracked.string("Pt of lead jet object"),
17  plotquantity = cms.untracked.string("getPFConstituent(0).pt()"),
18  lazyParsing = cms.untracked.bool(True)
19  ),
20 )

Definition at line 62 of file RecoTauCommonJetSelections_cfi.py.

tuple RecoTauCommonJetSelections_cfi.jetPtVersion = copy.deepcopy(kinematic_var)

Definition at line 99 of file RecoTauCommonJetSelections_cfi.py.

tuple RecoTauCommonJetSelections_cfi.kin_plots

Definition at line 22 of file RecoTauCommonJetSelections_cfi.py.

tuple RecoTauCommonJetSelections_cfi.kinematic_selection = cms.string('pt > 5.0 & abs(eta) < 2.5')

Definition at line 16 of file RecoTauCommonJetSelections_cfi.py.

tuple RecoTauCommonJetSelections_cfi.lazyParsing = cms.untracked.bool(True)

Definition at line 123 of file RecoTauCommonJetSelections_cfi.py.

tuple RecoTauCommonJetSelections_cfi.lead_object_jet_selection = cms.string("getPFConstituent(0).pt() > 1.0")

Definition at line 19 of file RecoTauCommonJetSelections_cfi.py.

tuple RecoTauCommonJetSelections_cfi.matchedVersion = copy.deepcopy(kinematic_var)

Definition at line 106 of file RecoTauCommonJetSelections_cfi.py.

tuple RecoTauCommonJetSelections_cfi.max = cms.untracked.double(20.5)

Definition at line 117 of file RecoTauCommonJetSelections_cfi.py.

tuple RecoTauCommonJetSelections_cfi.min = cms.untracked.double(-20.5)

Definition at line 116 of file RecoTauCommonJetSelections_cfi.py.

tuple RecoTauCommonJetSelections_cfi.name = cms.untracked.string("decaymodeRes")

Definition at line 119 of file RecoTauCommonJetSelections_cfi.py.

tuple RecoTauCommonJetSelections_cfi.nbins = cms.untracked.int32(41)

Definition at line 118 of file RecoTauCommonJetSelections_cfi.py.

tuple RecoTauCommonJetSelections_cfi.plotquantity
Initial value:
1 = cms.untracked.string(
2  "decayMode() - bremsRecoveryEOverPLead()")

Definition at line 121 of file RecoTauCommonJetSelections_cfi.py.

tuple RecoTauCommonJetSelections_cfi.tau_histograms
Initial value:
1 = cms.VPSet(
2  cms.PSet(
3  min = cms.untracked.double(-3.5),
4  max = cms.untracked.double(20.5),
5  nbins = cms.untracked.int32(24),
6  name = cms.untracked.string("decaymode"),
7  description = cms.untracked.string("DecayMode"),
8  plotquantity = cms.untracked.string("decayMode"),
9  lazyParsing = cms.untracked.bool(True)
10  )
11 )

Definition at line 84 of file RecoTauCommonJetSelections_cfi.py.