You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2019. It is now read-only.
When CMSSW runs over the 10-event dataset, it produces seven files in `output` named `trackparams0.npy` through `trackparams6.npy`. To make one file, increase the number of rows per file (currently 1000) in the `c2numpy_init` call, recompile, and rerun.
68
+
When CMSSW runs over the 10-event dataset, it produces seven files in `output` named `params0.npy` through `params6.npy`. To make one file, increase the number of rows per file (currently 1000) in the `c2numpy_init` call, recompile, and rerun.
69
69
70
70
These files should match the ones in this repository.
71
71
@@ -75,13 +75,13 @@ You can load any of the files in a Python session. Start a Python prompt and do
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:
0 commit comments