We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5115a6e commit 595d843Copy full SHA for 595d843
1 file changed
run/SimExamples/TParticle/README.md
@@ -131,7 +131,7 @@ and a steering class
131
}
132
};
133
134
-Then we could make the script [`MyEG.cc` (complete code)](MyEG.cc) like
+Then we could make the script [`MyEG.macro` (complete code)](MyEG.macro) like
135
136
void MyEG(Int_t nev,const TString& out,Int_t every=1)
137
{
@@ -143,7 +143,7 @@ Then we could make the script [`MyEG.cc` (complete code)](MyEG.cc) like
143
144
145
and a simple shell-script [`myeg.sh`](myeg.sh) to pass arguments to
146
-the `MyEG.cc` script
+the `MyEG.macro` script
147
148
#!/bin/sh
149
@@ -159,7 +159,7 @@ the `MyEG.cc` script
159
shift
160
done
161
162
- root -l MyEG.cc -- $nev \"$out\"
+ root -l MyEG.macro -- $nev \"$out\"
163
164
We can then do
165
0 commit comments