File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ printPixelROCsMap --help || die 'failed running printPixelROCsMap --help' $?
77printPixelTrackerMap --help || die ' failed running printPixelTrackerMap --help' $?
88printStripTrackerMap --help || die ' failed running printStripTrackerMap --help' $?
99echo -e " \n"
10- testPixelFile=$CMSSW_RELEASE_BASE /src/SLHCUpgradeSimulations/Geometry/data/PhaseI/PixelSkimmedGeometry_phase1.txt
10+ testPixelFile=$CMSSW_BASE /src/SLHCUpgradeSimulations/Geometry/data/PhaseI/PixelSkimmedGeometry_phase1.txt
11+ [ -e $testPixelFile } ] || testPixelFile=$CMSSW_RELEASE_BASE /src/SLHCUpgradeSimulations/Geometry/data/PhaseI/PixelSkimmedGeometry_phase1.txt
1112# Store the first 50 elements of the first column in a variable
1213testPixelDetids=$( head -n 50 " $testPixelFile " | cut -d ' ' -f 1 | paste -sd ' ' -)
1314
@@ -28,7 +29,8 @@ echo -e "==== Testing printPixelTrackerMap"
2829printPixelTrackerMap --input-file $testPixelFile || die ' failed printPixelTrackerMap --input-file' $?
2930printPixelTrackerMap $testPixelDetids || die ' failed printPixelTrackerMap $testPixelDetids' $?
3031echo -e " \n"
31- testStripFile=$CMSSW_RELEASE_BASE /src/CalibTracker/SiStripCommon/data/SiStripDetInfo.dat
32+ testStripFile=$CMSSW_BASE /src/CalibTracker/SiStripCommon/data/SiStripDetInfo.dat
33+ [ -e $testStripFile ] || testStripFile=$CMSSW_RELEASE_BASE /src/CalibTracker/SiStripCommon/data/SiStripDetInfo.dat
3234# Store the first 50 elements of the first column in a variable
3335testStripDetids=$( head -n 50 " $testStripFile " | cut -d ' ' -f 1 | paste -sd ' ' -)
3436
You can’t perform that action at this time.
0 commit comments