From 7926105095d2d86a4e8b159dac47f2dab78b8995 Mon Sep 17 00:00:00 2001 From: Leszek Grzanka Date: Wed, 5 Jun 2024 16:15:22 +0200 Subject: [PATCH] Run the T2 test with ROOT Raw instead of streamer files --- RecoPPS/Local/test/totemT2NewDigi_reco_cfg.py | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/RecoPPS/Local/test/totemT2NewDigi_reco_cfg.py b/RecoPPS/Local/test/totemT2NewDigi_reco_cfg.py index 3501b829e577e..60c641eb6dbe1 100644 --- a/RecoPPS/Local/test/totemT2NewDigi_reco_cfg.py +++ b/RecoPPS/Local/test/totemT2NewDigi_reco_cfg.py @@ -1,4 +1,5 @@ import FWCore.ParameterSet.Config as cms +from FWCore.ParameterSet.pfnInPath import * process = cms.Process('RECO') @@ -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(