Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72661
b: "refs/heads/CMSSW_7_1_X"
c: 1c7821e
h: "refs/heads/CMSSW_7_1_X"
i:
  72659: 9a4c7d8
v: v3
  • Loading branch information
Robert John Bainbridge committed Aug 29, 2009
1 parent e77b26f commit 20f5a3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 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": c3f0bdb7f0d2252a4fca8e1316020b67aa2d7642
"refs/heads/CMSSW_7_1_X": 1c7821ea844bad855c8639bcf417a6568845cd21
13 changes: 8 additions & 5 deletions trunk/JetMETCorrections/JetPlusTrack/test/JPTanalyzer_31X_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,18 @@
process.load("Configuration.StandardSequences.Geometry_cff")
process.load("Configuration.StandardSequences.MagneticField_cff")
process.load("Configuration.StandardSequences.FrontierConditions_GlobalTag_cff")
process.GlobalTag.globaltag = cms.string('MC_31X_V3::All')
process.GlobalTag.globaltag = cms.string('STARTUP31X_V2::All')

# Input files: RelVal QCD 80-120 GeV, 5000 events, from CMSSW_3_1_2
# Input files: RelVal QCD 80-120 GeV, STARTUP conditions, 9000 events, from CMSSW_3_1_2
process.source = cms.Source(
"PoolSource",
fileNames = cms.untracked.vstring(
'/store/relval/CMSSW_3_1_2/RelValQCD_Pt_80_120/GEN-SIM-RECO/MC_31X_V3-v2/0011/F605AE2E-D990-DE11-BFCB-001D09F2545B.root',
'/store/relval/CMSSW_3_1_2/RelValQCD_Pt_80_120/GEN-SIM-RECO/MC_31X_V3-v2/0011/441FC5C8-4C91-DE11-BC78-000423D6BA18.root',
'/store/relval/CMSSW_3_1_2/RelValQCD_Pt_80_120/GEN-SIM-RECO/MC_31X_V3-v2/0011/1210F6E7-D990-DE11-A327-001D09F2545B.root',
'/store/relval/CMSSW_3_1_2/RelValQCD_Pt_80_120/GEN-SIM-RECO/STARTUP31X_V2-v1/0007/DCAE40E8-CA78-DE11-8F20-001D09F2305C.root',
'/store/relval/CMSSW_3_1_2/RelValQCD_Pt_80_120/GEN-SIM-RECO/STARTUP31X_V2-v1/0007/D099AB85-CA78-DE11-9A5E-001D09F2503C.root',
'/store/relval/CMSSW_3_1_2/RelValQCD_Pt_80_120/GEN-SIM-RECO/STARTUP31X_V2-v1/0007/B2E190DF-CA78-DE11-9F35-001D09F2532F.root',
'/store/relval/CMSSW_3_1_2/RelValQCD_Pt_80_120/GEN-SIM-RECO/STARTUP31X_V2-v1/0007/90A07B7B-CA78-DE11-A4B7-001D09F26C5C.root',
'/store/relval/CMSSW_3_1_2/RelValQCD_Pt_80_120/GEN-SIM-RECO/STARTUP31X_V2-v1/0007/4C5F86D1-CB78-DE11-8650-000423D6B42C.root',
'/store/relval/CMSSW_3_1_2/RelValQCD_Pt_80_120/GEN-SIM-RECO/STARTUP31X_V2-v1/0007/2247873A-B378-DE11-8F5B-001D09F24664.root',
),
)
process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(100) )
Expand Down

0 comments on commit 20f5a3e

Please sign in to comment.