CMS 3D CMS Logo

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

Variables

tuple _ecalBarrelEtaCut
 
tuple _ecalEndcapEtaCut
 
tuple _ecalEtaCut
 
tuple _etaHist
 
tuple _phiEBHist
 
tuple _phiEEHist
 
tuple _ptEBHist
 
tuple _ptEEHist
 
tuple trigObjTnPSource
 

Variable Documentation

tuple trigObjTnPSource_cfi._ecalBarrelEtaCut
Initial value:
1 = cms.PSet(
2  rangeVar = cms.string("eta"),
3  allowedRanges=cms.vstring("-1.4442:1.4442")
4  )

Definition at line 3 of file trigObjTnPSource_cfi.py.

tuple trigObjTnPSource_cfi._ecalEndcapEtaCut
Initial value:
1 = cms.PSet(
2  rangeVar = cms.string("eta"),
3  allowedRanges=cms.vstring("-2.5:-1.556","1.556:2.5")
4  )

Definition at line 7 of file trigObjTnPSource_cfi.py.

tuple trigObjTnPSource_cfi._ecalEtaCut
Initial value:
1 = cms.PSet(
2  rangeVar = cms.string("eta"),
3  allowedRanges=cms.vstring("-2.5:-1.556","-1.4442:1.4442","1.556:2.5")
4  )

Definition at line 12 of file trigObjTnPSource_cfi.py.

tuple trigObjTnPSource_cfi._etaHist
Initial value:
1 = cms.PSet(
2  nameSuffex = cms.string("_eta"),
3  titleSuffex = cms.string(";#eta;mass [GeV]"),
4  bins = cms.vdouble(-2.5,-1.5,0,1.5,2.5),
5  filler = cms.PSet(var = cms.string("eta"),localCuts = cms.VPSet())
6  )

Definition at line 41 of file trigObjTnPSource_cfi.py.

tuple trigObjTnPSource_cfi._phiEBHist
Initial value:
1 = cms.PSet(
2  nameSuffex = cms.string("_phiEB"),
3  titleSuffex = cms.string(" (Barrel);#phi [rad];mass [GeV]"),
4  bins = cms.vdouble(-3.14,-1.57,0,1.57,3.14),
5  filler = cms.PSet(var = cms.string("phi"),localCuts = cms.VPSet(_ecalBarrelEtaCut))
6  )

Definition at line 29 of file trigObjTnPSource_cfi.py.

tuple trigObjTnPSource_cfi._phiEEHist
Initial value:
1 = cms.PSet(
2  nameSuffex = cms.string("_phiEE"),
3  titleSuffex = cms.string(" (Endcap);#phi [rad];mass [GeV]"),
4  bins = cms.vdouble(-3.14,-1.57,0,1.57,3.14),
5  filler = cms.PSet(var = cms.string("phi"),localCuts = cms.VPSet(_ecalEndcapEtaCut))
6  )

Definition at line 35 of file trigObjTnPSource_cfi.py.

tuple trigObjTnPSource_cfi._ptEBHist
Initial value:
1 = cms.PSet(
2  nameSuffex = cms.string("_ptEB"),
3  titleSuffex = cms.string(" (Barrel);p_{T} [GeV];mass [GeV]"),
4  bins = cms.vdouble(32,40,50,100),
5  filler = cms.PSet(var = cms.string("pt"),localCuts = cms.VPSet(_ecalBarrelEtaCut))
6  )

Definition at line 17 of file trigObjTnPSource_cfi.py.

tuple trigObjTnPSource_cfi._ptEEHist
Initial value:
1 = cms.PSet(
2  nameSuffex = cms.string("_ptEE"),
3  titleSuffex = cms.string(" (Endcap);p_{T} [GeV];mass [GeV]"),
4  bins = cms.vdouble(32,40,50,100),
5  filler = cms.PSet(var = cms.string("pt"),localCuts = cms.VPSet(_ecalEndcapEtaCut))
6  )

Definition at line 23 of file trigObjTnPSource_cfi.py.

tuple trigObjTnPSource_cfi.trigObjTnPSource

Definition at line 49 of file trigObjTnPSource_cfi.py.