Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133127
b: refs/heads/gem-CR-stand
c: 7c1de82
h: "refs/heads/CMSSW_6_2_X_SLHC"
i:
  133125: 97bf752
  133123: 65287c9
  133119: c851f2f
  • Loading branch information
aocampor committed Dec 12, 2013
1 parent 4c22cc4 commit 3481830
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
refs/heads/gh-pages: 4bec1f03ca2f14e90d0ca17351c4d42d84ec2c82
"refs/heads/CMSSW_6_2_X_SLHC": 5893ef29c12b2718b3c1385e821170f91afb5446
"refs/heads/CMSSW_5_3_X": 90eebdc93fdcd1c69c8670cdb1376c336a5876bd
refs/heads/gem-CR-stand: 6697d78f04aa19cb4d164e0e4d509b4179b407e9
refs/heads/gem-CR-stand: 7c1de82e5e320866fb51ddab21281cb7eadb8ba2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

),
recAlgo = cms.string('RPCRecHitStandardAlgo'),
rpcDigiLabel = cms.InputTag("hltMuonRPCDigis"),
rpcDigiLabel = cms.InputTag('muonRPCDigis'),
maskSource = cms.string('File'),
maskvecfile = cms.FileInPath('RecoLocalMuon/RPCRecHit/data/RPCMaskVec.dat'),
deadSource = cms.string('File'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

process.load("Configuration.StandardSequences.FrontierConditions_GlobalTag_cff")
process.GlobalTag.connect = 'frontier://FrontierProd/CMS_COND_31X_GLOBALTAG'
#process.GlobalTag.connect = "frontier://PromptProd/CMS_COND_21X_GLOBALTAG"
#process.GlobalTag.globaltag = "CRUZET4_V5P::All"
process.GlobalTag.globaltag = 'START53_V27::All'
process.GlobalTag.globaltag = 'GR_R_62_V2::All'
process.prefer("GlobalTag")
process.load("Geometry.MuonCommonData.muonIdealGeometryXML_cfi")
process.load("Geometry.RPCGeometry.rpcGeometry_cfi")
Expand All @@ -23,7 +21,11 @@
# debugFlag = cms.untracked.bool(True),
# debugVebosity = cms.untracked.uint32(10),
fileNames = cms.untracked.vstring(
'/store/data/Run2012D/RPCMonitor/RAW/v1/000/207/900/1AFE2D3D-A836-E211-B86A-001D09F23D1D.root'
#'/store/data/Run2012D/RPCMonitor/RAW/v1/000/207/900/1AFE2D3D-A836-E211-B86A-001D09F23D1D.root'
#'/store/relval/CMSSW_7_0_0_pre9/SingleMu/RAW/PRE_P62_V8_gedEG_RelVal_mu2011B-v2/00000/D0DF8456-425C-E311-8403-0025905A48F2.root'
#'/store/relval/CMSSW_7_0_0_pre9/SingleMu/ALCARECO/TkAlMinBias-PRE_62_V8_RelVal_mu2012D-v4/00000/CE4357C2-8C5D-E311-80B9-0025905A608C.root'
#'/store/relval/CMSSW_7_0_0_pre9/RelValSingleMuPt100/GEN-SIM-DIGI-RECO/START70_V2_gedEG_FastSim-v2/00000/D2794D4E-0E5C-E311-9B59-0025905A60AA.root'
'file:step2.root'
#'rfio:/castor/cern.ch/cms/store/data/BeamCommissioning08/Cosmics/RECO/v1/000/063/050/0C9E6E9C-DC84-DD11-A5F7-000423D6CA72.root'
)
)
Expand Down

0 comments on commit 3481830

Please sign in to comment.