File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 11import FWCore .ParameterSet .Config as cms
2+ from FWCore .ParameterSet .pfnInPath import *
23
34process = cms .Process ('RECO' )
45
1415from Configuration .AlCa .GlobalTag import GlobalTag
1516process .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
2622process .maxEvents = cms .untracked .PSet (
You can’t perform that action at this time.
0 commit comments