Difference between revisions of "STNtuple Tutorial Session"

From Mu2eWiki
Jump to navigation Jump to search
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== Tutorial Session Goal ==
 
== Tutorial Session Goal ==
This tutorial will show how to use the STNtuple package to analyze Mu2e data.
+
This tutorial will get you started on how to STNtuple package to analyze Mu2e data.
  
 
== Session Prerequisites and  Advance Preparation ==
 
== Session Prerequisites and  Advance Preparation ==
 
This tutorial requires the user to:
 
This tutorial requires the user to:
 +
 +
* have a Mu2e computing account and some preliminary use of that
 +
* have access to Mu2e internal wiki - send an email to Ray Culbertson (rlc@fnal.gov) if you need that
 
* Perform the [[ Mu2e_Offline_Tutorial | Tutorial on setting up the Mu2e Offline ]]
 
* Perform the [[ Mu2e_Offline_Tutorial | Tutorial on setting up the Mu2e Offline ]]
* Perform the [[ Running_Art_Tutorial | tutorial on running Mu2e art Framework jobs ]]  
+
* [https://mu2einternalwiki.fnal.gov/wiki/Stntuple Read STNTUPLE documentation in Mu2e internal wiki]
* Install the following docker containers ()
+
* [https://mu2ewiki.fnal.gov/wiki/ComputingLogin#VNC Install VNC client software]
 +
* [https://mu2einternalwiki.fnal.gov/wiki/Stntuple-Building-Stntuple-Libraries#building_STNTUPLE_libraries_in_a_satellite_release Build Stntuple libraries in v7_4_1 satellite release]  
 +
* go to [https://github.com GitHub] and create an account there
  
 
== Session Introduction ==
 
== Session Introduction ==
STNtuple is based on a software design developed at CDF and ported to Mu2e by Pasha Murat.  The code for STNtuple is kept in a
+
* make sure that all prerequisites are in place
separate package from the Mu2e Offline.
 
  
 
== Exercises ==
 
== Exercises ==
* Install STNtuple in your satellite release
+
 
* Run STNtuple on a standard file
+
* [[https://mu2einternalwiki.fnal.gov/wiki/Stntuple-Tutorials STNTUPLE Tutorials]]
* Explore data structure of the ntuple produced by STNtuple
 
* Event display in STNtuple
 
* Advanced analysis in STNtuple
 
  
 
== Reference Materials ==
 
== Reference Materials ==
* STNtuple...
+
 
 +
* [https://mu2einternalwiki.fnal.gov/wiki/Stntuple STNTUPLE documentation]
 +
 
 +
[[Category:Computing]]
 +
[[Category:Tutorial]]
 +
[[Category:Code]]

Latest revision as of 12:12, 24 June 2019

Tutorial Session Goal

This tutorial will get you started on how to STNtuple package to analyze Mu2e data.

Session Prerequisites and Advance Preparation

This tutorial requires the user to:

Session Introduction

  • make sure that all prerequisites are in place

Exercises

Reference Materials