Skip to content

Commit

Permalink
Update TestRun3ScoutingFormats.sh for CMSSW_14_0_0_pre3 updates:
Browse files Browse the repository at this point in the history
 - Run3ScoutingElectron (version 7)
 - Run3ScoutingPhoton (version 6)
 - Run3ScoutingVertex (version 4)
  • Loading branch information
mmusich committed Feb 6, 2024
1 parent 695ed78 commit 98d0560
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions DataFormats/Scouting/test/TestRun3ScoutingFormats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ cmsRun ${LOCAL_TEST_DIR}/test_readRun3Scouting_cfg.py || die "Failure using test
# minor conflicts or issues in test/BuildFile.xml that need to
# be resolved.
#
# testRun3Scouting_v3_v7_v3_v4_v5_v3_v6_v3_v4_CMSSW_14_0_0_pre3.root:
# Check out the 14_0_0_pre3 pre-release, no additional commits
# will be neeeded.
#
# Run the create_Run3Scouting_test_file_cfg.py configuration and
# rename the file it creates.
#
Expand Down Expand Up @@ -56,4 +60,9 @@ inputfile=$(edmFileInPath DataFormats/Scouting/data/$file) || die "Failure edmFi
argsPassedToPython="--inputFile $inputfile --outputFileName testRun3Scouting2_CMSSW_13_0_3.root --electronVersion 6 --photonVersion 5 --vertexVersion 3"
cmsRun ${LOCAL_TEST_DIR}/test_readRun3Scouting_cfg.py $argsPassedToPython || die "Failed to read old file $file" $?

file=testRun3Scouting_v3_v7_v3_v4_v5_v3_v6_v3_v4_CMSSW_14_0_0_pre3.root
inputfile=$(edmFileInPath DataFormats/Scouting/data/$file) || die "Failure edmFileInPath DataFormats/Scouting/data/$file" $?
argsPassedToPython="--inputFile $inputfile --outputFileName testRun3Scouting2_CMSSW_14_0_0_pre3.root --electronVersion 7 --photonVersion 6 --vertexVersion 4"
cmsRun ${LOCAL_TEST_DIR}/test_readRun3Scouting_cfg.py $argsPassedToPython || die "Failed to read old file $file" $?

exit 0

0 comments on commit 98d0560

Please sign in to comment.