Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76191
b: "refs/heads/CMSSW_7_1_X"
c: 765ac80
h: "refs/heads/CMSSW_7_1_X"
i:
  76189: ba1ce61
  76187: 48a1c67
  76183: d118f91
  76175: 7804201
  76159: bbd352d
v: v3
  • Loading branch information
Giuseppe Della Ricca committed Oct 23, 2009
1 parent ac3be91 commit fbc0d3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": d29527cba641e74a62c0744868ef66e9866eba78
"refs/heads/CMSSW_7_1_X": 765ac805064f4e75e0472fd8b3b155a22b2c65f9
12 changes: 6 additions & 6 deletions trunk/DQM/EcalCommon/tools/ec_mon3/ec_mon_cmssw_task_wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,11 @@ if ( $filnam ) {
print CONFIGFILE <<EOF2;
)
process.load("Configuration.StandardSequences.FrontierConditions_GlobalTag_cff")
process.GlobalTag.connect = "frontier://(proxyurl=http://localhost:3128)(serverurl=http://frontier1.cms:8000/FrontierOnProd)(serverurl=http://frontier2.cms:8000/FrontierOnProd)(retrieve-ziplevel=0)/CMS_COND_31X_GLOBALTAG"
process.GlobalTag.globaltag = "GR09_H_V4::All"
process.load("CalibCalorimetry.EcalTrivialCondModules.EcalTrivialCondRetriever_cfi")
process.EcalTrivialConditionRetriever.adcToGeVEBConstant = cms.untracked.double(0.00875)
Expand All @@ -212,14 +217,9 @@ process.EcalTrivialConditionRetriever.amplWeights = cms.untracked.vdouble(-0.333
process.EcalTrivialConditionRetriever.amplWeightsAftGain = cms.untracked.vdouble(0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0)
process.EcalTrivialConditionRetriever.jittWeights = cms.untracked.vdouble(0.041, 0.041, 0.041, 0.0, 1.325, -0.050, -0.504, -0.502, -0.390, 0.0)
process.EcalTrivialConditionRetriever.jittWeightsAft = cms.untracked.vdouble(0.0, 0.0, 0.0, 0.0, 1.098, -0.046, -0.416, -0.419, -0.337, 0.0)
process.EcalTrivialConditionRetriever.channelStatusFile = 'CalibCalorimetry/EcalTrivialCondModules/data/listCRUZET4.v1.hashed.txt'
#process.load("Configuration.StandardSequences.FrontierConditions_GlobalTag_cff")
#process.GlobalTag.connect = "frontier://(proxyurl=http://localhost:3128)(serverurl=http://frontier1.cms:8000/FrontierOnProd)(serverurl=http://frontier2.cms:8000/FrontierOnProd)(retrieve-ziplevel=0)/CMS_COND_21X_GLOBALTAG"
#process.GlobalTag.globaltag = "CRAFT_V17H::All"
#process.GlobalTag.connect = "frontier://(proxyurl=http://localhost:3128)(serverurl=http://frontier1.cms:8000/FrontierOnProd)(serverurl=http://frontier2.cms:8000/FrontierOnProd)(retrieve-ziplevel=0)/CMS_COND_31X_GLOBALTAG"
#process.GlobalTag.globaltag = "GR09_H_V4::All"
#process.prefer("GlobalTag")
process.prefer("EcalTrivialConditionRetriever")
process.MessageLogger = cms.Service("MessageLogger",
cout = cms.untracked.PSet(
Expand Down

0 comments on commit fbc0d3b

Please sign in to comment.