Skip to content
This repository has been archived by the owner on Mar 31, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski authored Aug 4, 2016
1 parent 41854a7 commit bc62b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CMSSW-with-C-interface/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ These files should match the ones in this repository.
You can load any of the files in a Python session. Start a Python prompt and do

```python
trackparams0 = numpy.load("output/trackparams0.npy")
>>> trackparams0 = numpy.load("output/trackparams0.npy")
```

to get the recarray. This array represents a table of data with typed, named columns (just like a flat ROOT NTuple or a Pandas DataFrame). You can access it a column at a time:
Expand Down

0 comments on commit bc62b6d

Please sign in to comment.