Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
km3io
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
km3py
km3io
Commits
a30ee674
Commit
a30ee674
authored
5 years ago
by
Tamas Gal
Browse files
Options
Downloads
Patches
Plain Diff
Update talk
parent
af1e1ef0
No related branches found
Branches containing commit
No related tags found
1 merge request
!14
Add premiere talk
Pipeline
#8509
passed
5 years ago
Stage: test
Stage: coverage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
talks/premiere.org
+9
-3
9 additions, 3 deletions
talks/premiere.org
with
9 additions
and
3 deletions
talks/premiere.org
+
9
−
3
View file @
a30ee674
...
...
@@ -102,11 +102,16 @@ Source: https://github.com/scikit-hep/uproot/blob/master/README.rst
- triggered hits
- ~JDAQSummaryslices~
- header information
- rates
- accessor methods for bit flags (HRV, FIFO, UDP status)
#+REVEAL: split
- ~JDAQTimeslices~
- header information
- frame hits
- currently only L1, L2 and SN streams, the L0 stream is work in progress
- currently only L1, L2 and SN streams
- L0 stream is work in progress
** Examples
*** Opening a run file
...
...
@@ -134,7 +139,7 @@ print(a_timeslice.frames.keys())
#+RESULTS:
: dict_keys([806451572, 806455814, 806465101, 806483369, 806487219, 806487226, 806487231, 808432835, 808435278, 808447180, 808447186, 808451904, 808451907, 808469129, 808472260, 808472265, 808488895, 808488990, 808489014, 808489117, 808493910, 808946818, 808949744, 808951460, 808956908, 808959411, 808961448, 808961480, 808961504, 808961655, 808964815, 808964852, 808964883, 808964908, 808969848, 808969857, 808972593, 808972598, 808972698, 808974758, 808974773, 808974811, 808974972, 808976377, 808979567, 808979721, 808979729, 808981510, 808981523, 808981672, 808981812, 808981864, 808982005, 808982018, 808982041, 808982066, 808982077, 808982547, 808984711, 808996773, 808997793, 809006037, 809007627, 809503416, 809521500, 809524432, 809526097, 809544058, 809544061])
*** Reading the first
100
ToTs and channel IDs of a frame sent by the DOM 806451572
*** Reading the first
42
ToTs and channel IDs of a frame sent by the DOM 806451572
#+BEGIN_SRC python :results output replace :session km3io :exports both
print(a_timeslice.frames[806451572].tot[:42])
...
...
@@ -348,7 +353,8 @@ ax.legend(); ax.grid();
* Command line tool(s)
- We are working on some counter parts to the Jpp tools
- ~KPrintTree -f FILENAME~: similar to ~JPrintTree~
- ~KPrintTree -f FILENAME~
- similar to ~JPrintTree~
- more to come (feel free to request or contribute)
* Thanks
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment