File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ printPixelTrackerMap --help || die 'failed running printPixelTrackerMap --help'
88printStripTrackerMap --help || die ' failed running printStripTrackerMap --help' $?
99echo -e " \n"
1010testPixelFile=$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
11+ [ -e $testPixelFile ] || testPixelFile=$CMSSW_RELEASE_BASE /src/SLHCUpgradeSimulations/Geometry/data/PhaseI/PixelSkimmedGeometry_phase1.txt
1212# Store the first 50 elements of the first column in a variable
1313testPixelDetids=$( head -n 50 " $testPixelFile " | cut -d ' ' -f 1 | paste -sd ' ' -)
1414
You can’t perform that action at this time.
0 commit comments