Fork me on GitHub

Changeset 516 in svn


Ignore:
Timestamp:
Jul 27, 2009, 4:21:27 PM (15 years ago)
Author:
Xavier Rouby
Message:

typo

Location:
trunk/paper
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/paper/CommPhysComp/notes.tex

    r515 r516  
    12881288    \texttt{~~~float E }       &\texttt{ // track energy in GeV }\\
    12891289    \texttt{~~~float Px }      &\texttt{ // track momentum vector (x component) in GeV$/c$ }\\
    1290     \texttt{~~~float Py }      &\texttt{ // track momentum vector (x component) in GeV$/c$ }\\
    1291     \texttt{~~~float Pz }      &\texttt{ // track momentum vector (x component) in GeV$/c$ }\\
     1290    \texttt{~~~float Py }      &\texttt{ // track momentum vector (y component) in GeV$/c$ }\\
     1291    \texttt{~~~float Pz }      &\texttt{ // track momentum vector (z component) in GeV$/c$ }\\
    12921292    \texttt{~~~float Charge }  &\texttt{ // track charge in units of $e$ }\\
    12931293\end{tabular}
  • trunk/paper/notes.tex

    r515 r516  
    12281228    \texttt{~~~float E }       &\texttt{ // track energy in GeV }\\
    12291229    \texttt{~~~float Px }      &\texttt{ // track momentum vector (x component) in GeV$/c$ }\\
    1230     \texttt{~~~float Py }      &\texttt{ // track momentum vector (x component) in GeV$/c$ }\\
    1231     \texttt{~~~float Pz }      &\texttt{ // track momentum vector (x component) in GeV$/c$ }\\
     1230    \texttt{~~~float Py }      &\texttt{ // track momentum vector (y component) in GeV$/c$ }\\
     1231    \texttt{~~~float Pz }      &\texttt{ // track momentum vector (z component) in GeV$/c$ }\\
    12321232    \texttt{~~~float Charge }  &\texttt{ // track charge in units of $e$ }\\
    12331233\end{tabular}
Note: See TracChangeset for help on using the changeset viewer.