Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Luter 345 Experiments
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Luter Plots
(section)
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Get shortened URL
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Overview== Luter Plots has many iterations where each is an analysis script that gives around 10 cool plots. This page specifically covers the [https://en.wikipedia.org/wiki/Project_Jupyter#Jupyter_Notebook Jupyter Notebook] version we made. rdfluterplots is a jupyter notebook that takes a <code>.root</code> file containing [[Cosmic_Ray_Detection_(Losada,_Freeman,_Lyon,_Trant)|cosmic ray data]], analyzes the data using [https://root.cern/doc/master/classROOT_1_1RDataFrame.html RDataFrame], and displays them using [https://en.wikipedia.org/wiki/CERN CERN]'s [https://en.wikipedia.org/wiki/ROOT ROOT] framework. ===Script Usage=== The Jupyter Notebook is located at this link: [http://jlabdaq.pcs.cnu.edu:8000/user/jlabdaq/lab/tree/analyzer/rdfluterplots.ipynb rdfluterplots] ===Input Run=== Data for different runs is stored in root files label with the run number. For example, run 40 is saved to the file <code>rootfiles/test40.root</code>. So, by changing the <code>filename</code> variable in cell 2, you can select the run data you want to analyze. ===Changing Functions=== The program defines all of its functions in C++ and uses [https://root.cern.ch/doc/master/classTInterpreter.html ROOT gInterpreter] to make the C++ code accessible to the rest of the python script. These functions are mostly found in the third cell. Everything inside this <code>trigger</code> comment block must be written in C++ format.
Summary:
Please note that all contributions to Luter 345 Experiments may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Luter 345 Experiments:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)