CMS 3D CMS Logo

calotowerremaker_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ct2ct = cms.EDFilter("CaloTowersReCreator",
00004     # Depth, fraction of the respective calorimeter [0,1]
00005     MomEmDepth = cms.double(0.0),
00006     # Weighting factor for EB   
00007     EBWeight = cms.double(1.0),
00008     HBGrid = cms.untracked.vdouble(0.0, 2.0, 4.0, 5.0, 9.0, 
00009         20.0, 30.0, 50.0, 100.0, 1000.0),
00010     # energy scale for each subdetector (only Eb-Ee-Hb-He interpolations are available for now)
00011     HBEScale = cms.untracked.double(50.0),
00012     EEWeights = cms.untracked.vdouble(0.51, 1.39, 1.71, 2.37, 2.32, 
00013         2.2, 2.1, 1.98, 1.8),
00014     HF2Weights = cms.untracked.vdouble(1.0, 1.0, 1.0, 1.0, 1.0),
00015     HOWeights = cms.untracked.vdouble(1.0, 1.0, 1.0, 1.0, 1.0),
00016     EEGrid = cms.untracked.vdouble(2.0, 4.0, 5.0, 9.0, 20.0, 
00017         30.0, 50.0, 100.0, 300.0),
00018     # Weighting factor for HE 10-degree cells   
00019     HEDWeight = cms.double(1.0),
00020     # Method for momentum reconstruction
00021     MomConstrMethod = cms.int32(0),
00022     # Weighting factor for EE   
00023     EEWeight = cms.double(1.0),
00024     HBWeights = cms.untracked.vdouble(2.0, 1.86, 1.69, 1.55, 1.37, 
00025         1.19, 1.13, 1.11, 1.09, 1.0),
00026     # Weighting factor for HF long-fiber readouts 
00027     HF1Weight = cms.double(1.0),
00028     HF2Grid = cms.untracked.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0),
00029     HEDWeights = cms.untracked.vdouble(1.7, 1.57, 1.54, 1.49, 1.41, 
00030         1.26, 1.19, 1.15, 1.12, 1.0),
00031     HF1Grid = cms.untracked.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0),
00032     EBWeights = cms.untracked.vdouble(0.86, 1.47, 1.66, 2.01, 1.98, 
00033         1.86, 1.83, 1.74, 1.65),
00034     # Weighting factor for HO 
00035     HOWeight = cms.double(1.0),
00036     # Weighting factor for HE 5-degree cells   
00037     HESWeight = cms.double(1.0),
00038     # Weighting factor for HF short-fiber readouts
00039     HF2Weight = cms.double(1.0),
00040     # Label of input CaloTowerCollection to use
00041     caloLabel = cms.InputTag("calotowermaker"),
00042     HF1Weights = cms.untracked.vdouble(1.0, 1.0, 1.0, 1.0, 1.0),
00043     HESEScale = cms.untracked.double(50.0),
00044     HESGrid = cms.untracked.vdouble(0.0, 2.0, 4.0, 5.0, 9.0, 
00045         20.0, 30.0, 50.0, 100.0, 1000.0),
00046     MomTotDepth = cms.double(0.0),
00047     HEDEScale = cms.untracked.double(50.0),
00048     HESWeights = cms.untracked.vdouble(1.7, 1.57, 1.54, 1.49, 1.41, 
00049         1.26, 1.19, 1.15, 1.12, 1.0),
00050     MomHadDepth = cms.double(0.0),
00051     HEDGrid = cms.untracked.vdouble(0.0, 2.0, 4.0, 5.0, 9.0, 
00052         20.0, 30.0, 50.0, 100.0, 1000.0),
00053     EBEScale = cms.untracked.double(50.0),
00054     # Weighting factor for HB   
00055     HBWeight = cms.double(1.0),
00056     EEEScale = cms.untracked.double(50.0),
00057     HOGrid = cms.untracked.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0),
00058     # Energy dependent weights and energy scale to be used
00059     EBGrid = cms.untracked.vdouble(2.0, 4.0, 5.0, 9.0, 20.0, 
00060         30.0, 50.0, 100.0, 300.0)
00061 )
00062 
00063 

Generated on Tue Jun 9 17:43:44 2009 for CMSSW by  doxygen 1.5.4