File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
DataFormats/Scouting/test Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ cmsRun ${LOCAL_TEST_DIR}/test_readRun3Scouting_cfg.py || die "Failure using test
3131# Check out the 14_0_0_pre3 pre-release, no additional commits
3232# will be neeeded.
3333#
34+ # testRun3Scouting_v3_v7_v3_v4_v5_v3_v6_v3_v4_v3_v3_v3_CMSSW_15_1_0_pre5_split_99.root:
35+ # Check out the 15_1_0_pre5 pre-release, no additional commits
36+ # will be neeeded.
37+ #
3438# Run the create_Run3Scouting_test_file_cfg.py configuration and
3539# rename the file it creates.
3640#
@@ -110,4 +114,12 @@ for file in $oldFiles; do
110114 cmsRun ${LOCAL_TEST_DIR} /test_readRun3Scouting_cfg.py $argsPassedToPython || die " Failed to read old file $file " $?
111115done
112116
117+ oldFiles=" testRun3Scouting_v3_v7_v3_v4_v5_v3_v6_v3_v4_v3_v3_v3_CMSSW_15_1_0_pre5_split_99.root testRun3Scouting_v3_v7_v3_v4_v5_v3_v6_v3_v4_v3_v3_v3_CMSSW_15_1_0_pre5_split_0.root"
118+ for file in $oldFiles ; do
119+ inputfile=$( edmFileInPath DataFormats/Scouting/data/$file ) || die " Failure edmFileInPath DataFormats/Scouting/data/$file " $?
120+ argsPassedToPython=" --inputFile $inputfile --outputFileName testRun3Scouting2_CMSSW_15_1_0_pre5.root --electronVersion 7 --photonVersion 6 --vertexVersion 4"
121+ argsPassedToPython+=" --ebRecHitVersion 3 --eeRecHitVersion 3 --hbheRecHitVersion 3"
122+ cmsRun ${LOCAL_TEST_DIR} /test_readRun3Scouting_cfg.py $argsPassedToPython || die " Failed to read old file $file " $?
123+ done
124+
113125exit 0
Original file line number Diff line number Diff line change 113113)
114114
115115process .out = cms .OutputModule ("PoolOutputModule" ,
116- fileName = cms .untracked .string ('testRun3Scouting.root' )
117- )
116+ fileName = cms .untracked .string ('testRun3Scouting.root' ),
117+ #splitLevel = cms.untracked.int32(0) # default is 99, uncomment for split level 0
118+ )
118119
119120process .path = cms .Path (process .run3ScoutingProducer )
120121process .endPath = cms .EndPath (process .out )
You can’t perform that action at this time.
0 commit comments