From 7f37281b802584567f41c979180a3feaeb677807 Mon Sep 17 00:00:00 2001 From: Chris Pinkenburg Date: Thu, 3 Aug 2017 17:07:28 -0400 Subject: [PATCH] run without pstof by default --- macros/g4simulations/Fun4All_G4_sPHENIX.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/g4simulations/Fun4All_G4_sPHENIX.C b/macros/g4simulations/Fun4All_G4_sPHENIX.C index e26e87342..fec9d5646 100644 --- a/macros/g4simulations/Fun4All_G4_sPHENIX.C +++ b/macros/g4simulations/Fun4All_G4_sPHENIX.C @@ -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;