Skip to content

Commit

Permalink
run without pstof by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkenburg committed Aug 3, 2017
1 parent 3df32b5 commit 7f37281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/g4simulations/Fun4All_G4_sPHENIX.C
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ int Fun4All_G4_sPHENIX(
bool do_svtx_track = do_svtx_cell && true;
bool do_svtx_eval = do_svtx_track && true;

bool do_pstof = true;
bool do_pstof = false;

bool do_cemc = true;
bool do_cemc_cell = do_cemc && true;
Expand Down

0 comments on commit 7f37281

Please sign in to comment.