Skip to content

Commit 7f37281

Browse files
committed
run without pstof by default
1 parent 3df32b5 commit 7f37281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/g4simulations/Fun4All_G4_sPHENIX.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ int Fun4All_G4_sPHENIX(
5555
bool do_svtx_track = do_svtx_cell && true;
5656
bool do_svtx_eval = do_svtx_track && true;
5757

58-
bool do_pstof = true;
58+
bool do_pstof = false;
5959

6060
bool do_cemc = true;
6161
bool do_cemc_cell = do_cemc && true;

0 commit comments

Comments
 (0)