Skip to content

Commit

Permalink
Run the T2 test with ROOT Raw instead of streamer files
Browse files Browse the repository at this point in the history
  • Loading branch information
grzankatest committed Jun 5, 2024
1 parent 774f854 commit 7926105
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions RecoPPS/Local/test/totemT2NewDigi_reco_cfg.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import FWCore.ParameterSet.Config as cms
from FWCore.ParameterSet.pfnInPath import *

process = cms.Process('RECO')

Expand All @@ -14,13 +15,8 @@
from Configuration.AlCa.GlobalTag import GlobalTag
process.GlobalTag = GlobalTag(process.GlobalTag, 'auto:run3_data', '')

#dummy = cms.untracked.FileInPath('RecoPPS/Local/data/run364983_ls0001_streamA_StorageManager.dat'),

# raw data source
process.source = cms.Source("NewEventStreamFileReader",
fileNames = cms.untracked.vstring('http://cmsrep.cern.ch/cmssw/download/data/RecoPPS/Local/V1/run364983_ls0001_streamA_StorageManager.dat'
# '/store/group/dpg_ctpps/comm_ctpps/TotemT2/RecoTest/run364983_ls0001_streamA_StorageManager.dat',
)
process.source = cms.Source('PoolSource',
fileNames = cms.untracked.pfnInPaths('RecoPPS/Local/data/run364983_ls0001_raw.root')
)

process.maxEvents = cms.untracked.PSet(
Expand Down

0 comments on commit 7926105

Please sign in to comment.