Run the software giving the modified macro file as input parameter, e.g. on an SL6 machine:
cd /afs/phas.gla.ac.uk/data/na62/software01/NA62MC
source scripts/env.sh
NA62MC macros/StandardRun.mac
In the StandardRun.mac file, one has to pay attention to the following instructions:
/decay/pichDecay 2
as explained above. Then use
/output/fileName pluto.root
to set where the output goes.
Verbosity can be set with
/run/verbose 1
/event/verbose 1
/tracking/verbose 1
|