Revision: | 1.1 |
Committed: | Mon Nov 15 20:02:57 2010 UTC (14 years, 5 months ago) by antoniov |
Content type: | text/x-python |
Branch: | MAIN |
CVS Tags: | V01-01-01, V01-01-00, antoniov-forwardAnalysis-09Jul2012-v1, antoniov-forwardAnalysis-29Jun2012-v1, V01-00-00, antoniov-utilities-11Jun2012-v1, antoniov-forwardAnalysis-Oct072011-v1, sfonseca_10_04_2011, antoniov-forwardAnalysis-Sep182011-v1, antoniov-forwardAnalysis-Sep102011-v1, eliza_09_02_2011, sfonseca_08_26_2011, forwardAnalysis-Aug232011-v1, forwardAnalysis-Aug172011-v1, forwardAnalysis-Aug052011-v1, forwardAnalysis-Jul222011-v1, tools-Jan062011-v1, tools-Jan052011-v1, HEAD |
Log Message: | update |
# | User | Rev | Content |
---|---|---|---|
1 | antoniov | 1.1 | import FWCore.ParameterSet.Config as cms |
2 | |||
3 | caloTowerThresholds = cms.PSet( | ||
4 | EnergyThresholdHB = cms.double(1.25), | ||
5 | EnergyThresholdHE = cms.double(1.9), | ||
6 | EnergyThresholdHF = cms.double(4.0), | ||
7 | EnergyThresholdEB = cms.double(0.6), | ||
8 | EnergyThresholdEE = cms.double(2.45) | ||
9 | ) |