CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/RecoEgamma/Examples/python/mcAnalyzerFineBiningParameters_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 mcAnalyzerFineBiningParameters = cms.PSet(
00004 
00005     Etamin = cms.double(-2.5),
00006     Etamax = cms.double(2.5),
00007     Phimax = cms.double(3.2),
00008     Phimin = cms.double(-3.2),
00009     Ptmax = cms.double(100.0),
00010     Pmax = cms.double(300.0),
00011     Eopmax = cms.double(5.0),
00012     Eopmaxsht = cms.double(3.0),
00013     Detamin = cms.double(-0.005),
00014     Detamax = cms.double(0.005),
00015     Dphimin = cms.double(-0.01),
00016     Dphimax = cms.double(0.01),
00017     Dphimatchmin = cms.double(-0.2),
00018     Dphimatchmax = cms.double(0.2),
00019     Detamatchmin = cms.double(-0.05),
00020     Detamatchmax = cms.double(0.05),
00021     Fhitsmax = cms.double(30.0),
00022     Lhitsmax = cms.double(10.0),
00023     Nbinxyz = cms.int32(200),
00024     Nbineop2D = cms.int32(100),
00025     Nbinp = cms.int32(300),
00026     Nbineta2D = cms.int32(100),
00027     Nbinfhits = cms.int32(30),
00028     Nbinlhits = cms.int32(5),
00029     Nbinpteff = cms.int32(190),
00030     Nbinphi2D = cms.int32(128),
00031     Nbindetamatch2D = cms.int32(100),
00032     Nbineta = cms.int32(250),
00033     Nbinp2D = cms.int32(100),
00034     Nbindeta = cms.int32(300),
00035     Nbinpt2D = cms.int32(100),
00036     Nbindetamatch = cms.int32(300),
00037     Nbinphi = cms.int32(128),
00038     Nbindphimatch = cms.int32(300),
00039     Nbinpt = cms.int32(300),
00040     Nbindphimatch2D = cms.int32(100),
00041     Nbindphi = cms.int32(300),
00042     Nbineop = cms.int32(300),
00043     Nbinpoptrue = cms.int32(450),
00044     Poptruemin = cms.double(0.3),
00045     Poptruemax = cms.double(1.2),
00046     Nbinmee = cms.int32(300),
00047     Meemin = cms.double(0.0),
00048     Meemax = cms.double(150.),
00049     Nbinhoe = cms.int32(200),
00050     Hoemin = cms.double(0.0),
00051     Hoemax = cms.double(0.5)
00052 
00053 )