Skip to content

Commit

Permalink
change for v7
Browse files Browse the repository at this point in the history
  • Loading branch information
mu2epro committed Jun 29, 2023
1 parent 5103b88 commit b6a2698
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Campaigns/CRVWB/reco.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tee_date "args are: $@"

setup mu2e
setup CRVTeststand $MOO_CRVTESTSTAND
muse setup Offline v10_20_00
muse setup Offline v10_22_01
setup -B mu2etools
setup -B mu2efiletools
setup -B sam_web_client
Expand Down Expand Up @@ -89,8 +89,8 @@ do
parserCrv $SEQ
RCT=$((RCT+$?))

tee_date "Running calibCrv $SEQ"
calibCrv $SEQ
tee_date "Running calibCrv -a -0.13 $SEQ"
calibCrv -a -0.13 $SEQ
RCT=$((RCT+$?))

FLAG=""
Expand Down

0 comments on commit b6a2698

Please sign in to comment.