Skip to content

Commit 0175d3f

Browse files
committed
Use BOX_GENERATOR by default in TPC sim macro
* this used to be the default behaviour and got unfortunately overwritten in some commit * fixing this here
1 parent 6541e39 commit 0175d3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

macro/run_sim_tpc.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include "TPCSimulation/Detector.h"
2424
#endif
2525

26-
//#define BOX_GENERATOR 1
26+
#define BOX_GENERATOR 1
2727

2828
void run_sim_tpc(Int_t nEvents = 10, TString mcEngine = "TGeant3")
2929
{

0 commit comments

Comments
 (0)