Skip to content

Commit 7926105

Browse files
committed
Run the T2 test with ROOT Raw instead of streamer files
1 parent 774f854 commit 7926105

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

RecoPPS/Local/test/totemT2NewDigi_reco_cfg.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import FWCore.ParameterSet.Config as cms
2+
from FWCore.ParameterSet.pfnInPath import *
23

34
process = cms.Process('RECO')
45

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

17-
#dummy = cms.untracked.FileInPath('RecoPPS/Local/data/run364983_ls0001_streamA_StorageManager.dat'),
18-
19-
# raw data source
20-
process.source = cms.Source("NewEventStreamFileReader",
21-
fileNames = cms.untracked.vstring('http://cmsrep.cern.ch/cmssw/download/data/RecoPPS/Local/V1/run364983_ls0001_streamA_StorageManager.dat'
22-
# '/store/group/dpg_ctpps/comm_ctpps/TotemT2/RecoTest/run364983_ls0001_streamA_StorageManager.dat',
23-
)
18+
process.source = cms.Source('PoolSource',
19+
fileNames = cms.untracked.pfnInPaths('RecoPPS/Local/data/run364983_ls0001_raw.root')
2420
)
2521

2622
process.maxEvents = cms.untracked.PSet(

0 commit comments

Comments
 (0)