Skip to content

Commit

Permalink
Update to use also for upgrade releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Nancy Marinelli committed Apr 26, 2013
1 parent 2700a63 commit 5602947
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Validation/RecoEgamma/test/validation.csh
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,11 @@ setenv NEWFILE ${WorkDir2}/PhotonValidationRelVal${NEWRELEASE}_PhotonJets_Pt_10.
else if ( $RUNTYPE == Central ) then

setenv OLDFILE ${WorkDir1}/DQM_V0001_R000000001__RelValPhotonJets_Pt_10__CMSSW_${OLDRELEASE}-${OLDGLOBALTAG}__DQM.root
if ( $UPGRADE == True ) then
setenv NEWFILE ${WorkDir2}/DQM_V0001_R000000001__RelValPhotonJets_Pt_10_${UPGRADEVER}__CMSSW_${NEWRELEASE}-${NEWGLOBALTAG}__DQM.root
else
setenv NEWFILE ${WorkDir2}/DQM_V0001_R000000001__RelValPhotonJets_Pt_10__CMSSW_${NEWRELEASE}-${NEWGLOBALTAG}__DQM.root

endif
endif

else if ($SAMPLE == GammaJets_Pt_80_120) then
Expand Down

0 comments on commit 5602947

Please sign in to comment.