Skip to content

Commit 595d843

Browse files
committed
Formatting fixes
1 parent 5115a6e commit 595d843

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run/SimExamples/TParticle/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

145145
and 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

164164
We can then do
165165

0 commit comments

Comments
 (0)