File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
run/SimExamples/TParticle Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ and a steering class
131131 }
132132 };
133133
134- Then we could make the script [ ` MyEG.cc ` (complete code)] ( MyEG.cc ) like
134+ Then we could make the script [ ` MyEG.macro ` (complete code)] ( MyEG.macro ) like
135135
136136 void MyEG(Int_t nev,const TString& out,Int_t every=1)
137137 {
@@ -143,7 +143,7 @@ Then we could make the script [`MyEG.cc` (complete code)](MyEG.cc) like
143143 }
144144
145145and a simple shell-script [ ` myeg.sh ` ] ( myeg.sh ) to pass arguments to
146- the ` MyEG.cc ` script
146+ the ` MyEG.macro ` script
147147
148148 #!/bin/sh
149149
@@ -159,7 +159,7 @@ the `MyEG.cc` script
159159 shift
160160 done
161161
162- root -l MyEG.cc -- $nev \"$out\"
162+ root -l MyEG.macro -- $nev \"$out\"
163163
164164We can then do
165165
You can’t perform that action at this time.
0 commit comments