Difference between revisions of "GlueX Analysis Workshop 2013"

From GlueXWiki
Jump to: navigation, search
(ANALYSIS Library (Paul))
m (Text replacement - "http://argus.phys.uregina.ca/cgi-bin/private" to "https://halldweb.jlab.org/doc-private")
 
(165 intermediate revisions by 8 users not shown)
Line 6: Line 6:
 
* Physics Analysis Framework
 
* Physics Analysis Framework
 
* Using Boosted Decision Trees
 
* Using Boosted Decision Trees
* Amplitude Analysis using AMPtools
+
* Amplitude Analysis using AmpTools
  
The tutorial will consist of a few talks with room for questions/discussion.
+
The tutorial will consist of a series of talks with exercises, along with room for questions/discussion.
  
 
= Location and Time =
 
= Location and Time =
Line 16: Line 16:
 
DATE: '''July. 10-11, 2013'''
 
DATE: '''July. 10-11, 2013'''
  
TIME: 9:00am to 4:30pm EDT (i.e. JLab time).
+
TIME: 8:30am to 5:30pm EDT (i.e. JLab time).
  
 
LOCATION: CEBAF Center L102 - L104
 
LOCATION: CEBAF Center L102 - L104
  
 +
== Registration & Requirements ==
 +
* [https://misportal.jlab.org/Ul/conferences/generic_conference/registration.cfm?conference_id=COLLAB-GLUEX-JUL2013 Registration Page]
 +
* [https://misportal.jlab.org/Ul/conferences/generic_conference/participants.cfm?conference_id=COLLAB-GLUEX-JUL2013 Participants]
 +
* All attendees are required to bring their own laptop to the workshop.
 +
** It must have enough memory (4+ GB RAM preferred) and free hard disk space (~15+ GB) to run a virtual machine, which will be distributed at the workshop.
 +
** It must have VirtualBox installed (v4.2.14 or later): [https://www.virtualbox.org/wiki/Downloads Download VirtualBox]
 +
** If you are attending remotely, instructions for obtaining the virtual machine image are below.
  
 
== Remote Participation ==
 
== Remote Participation ==
 +
To connect from the outside by phone please do the following
  
== Schedule Details (Work in Progress) ==
+
1.) ESNET: 8542553
  
=== Overview (Matt) ===
+
2.) Polycom RealPrescence App for iOS and Android. Call 8542553@gk1.es.net
* Talk (30 min): Physics Overview and Analysis Strategy
+
** Define the physics goals
+
** Discuss detector
+
** Discuss general analysis strategy
+
* Talk (15 min): A specific physics example: &gamma;p&rarr;&pi;<sup>+</sup>&pi;<sup>+</sup>&pi;<sup>-</sup>n
+
* Exercise (15 min):  Generate &gamma;p&rarr;&pi;<sup>+</sup>&pi;<sup>+</sup>&pi;<sup>-</sup>n with intermediate resonances
+
  
=== Monte Carlo Generators and Detector Simulation (Matt(/Paul?)) ===
+
3.) Telephone:
* Talk (? min): Other standard monte carlo tools
+
* Exercise (? min): Run HDGeant and mcsmear
+
  
=== JANA/DANA (Paul) ===
+
Dial +1-866-740-1260 : US and Canada
* Talk (35 mins): Intro to JANA/DANA (factories & plugins)
+
** JANA is a framework: multithreaded, factory-based (describe concept of factories, tags (e.g. BCAL)), event-processors control the work flow
+
** The primary executable (hd_root) does virtually nothing by itself, the processor in your plugin tells it what to do
+
** JANA automatically loops over the events in your input files, executing the primary factory & plugin methods as needed: init(), brun(), evnt(), erun(), fini()
+
** Track/Shower reconstruction, REST format, danarest plugin
+
** Basic Analysis Classes: DKinematicData, DChargedTrackHypothesis, DChargedTrack, DNeutralShower, DMCThrown, DBeamPhoton
+
** hd_dump: Prints data to screen
+
* Exercise (25 mins):
+
** Use danarest plugin to do track reconstruction.
+
** Print basic analysis objects (DMCThrown, etc.) to screen via hd_dump and inside of plugin
+
** Stretch goal: figure out how to get the run number from inside the evnt() method and print it to screen for each event.
+
  
=== ANALYSIS Library (Paul) ===
+
Dial +1-303-248-0285 : International
  
'''Analysis Basics'''
+
Then use participant code: 3421244# (the # is needed when using the phone) or www.readytalk.com then type access code 3421244 into "join a meeting" (you need java plugin)
* Talk (25 mins):  
+
** User specifies reaction & decay chain, library generates all particle combinations
+
** Particle Combinations: Why, and why so many? (extra tracks, any PID of same q, decay products of different particles, beware double-counting), DParticleCombo contents
+
** Basic example plugin: 3pi_n (go over line by line)
+
* Exercise (25 mins):
+
** Generate 3pi_n plugin, manually histogram: #combos, #events with >= 1 combo, missing mass (calc manually), p-vs-theta & vertex-z for pi+'s and pi-'s
+
  
'''Kinematic Fitting'''
+
4.) Desktop Sharing
* Talk (30 mins):
+
** What it is, how it works, constraints, how neutrals & magnetic field are handled
+
** Setting it up automatically and manually (go over line-by-line)
+
* Exercise (30 mins):
+
** Auto-kinematic fit 3pi_n, histogram kinematic fit confidence level, missing mass after kinematic fit (conlev > 1%)
+
** Manually kinematic fit 3pi_n, including histograming confidence levels, missing mass after kinematic fit (conlev > 1%)
+
** Stretch goal: histogram pi- px and vx pulls (conlev > 5%)
+
  
'''Analysis Details'''
+
You can view the computer desktop in the meeting room at JLab via the web.
* Talk (30 mins):  
+
# Go to http://esnet.readytalk.com
** Thrown/Reconstructed track matching, PID FOM Calculation, new DTrackTimeBased for new PIDs (q+/q- subtlety), Event RF Bunch Selection
+
# In the "join a meeting" box enter the Hall D code: 3421244
** Kinematic Fitting
+
# Fill in the participant registration form.
** Different object versions (DParticleCombo, hypotheses)
+
* Exercise (25 mins):
+
** Manually histogram: pid conlevs (dE/dx, timing, total)
+
** Stretch goal: histogram pid confidence level vs. projected track start time for different PIDs for BCAL/TOF
+
  
'''Analysis Actions - Pre-existing'''
+
5.) As of January 1, 2013 EVO became SeeVogh and Jefferson Lab has a contract to use it.
* Talk (25 mins):
+
** Reaction-Independent (can be called manually): thrown, reconstructed track distros, gen-recon comparison (go over line-by-line on one)
+
** Reaction-Dependent Histograms (executed for each combo): PID, kinfit results, missing mass, invariant mass (go over line-by-line on one)
+
** Reaction-Dependent Cuts (executed for each combo): PID, kinfit conlev, missing mass, invariant mass (go over line-by-line on one)
+
** #events/combos pass cuts histograms
+
* Exercise (25 mins):
+
** Add reaction-independent analysis actions: fill histograms and look at kinematics in ROOT
+
** Add reaction-dependent analysis actions: hist/cut pid, hist/cut kinematic fit results, hist missing mass before/after kinfit conlev cut
+
  
'''Analysis Actions - Custom'''
+
    To connect via SeeVogh, vist their website at research.seevogh.com. Your old EVO credentials are supposed to work. There will be a room booked for the meeting.
* Talk (10 mins):
+
    To phone into an EVO meeting, from the U.S. call (626) 395-2112 and then enter the EVO meeting code. Instructions for the Phone Bridge to EVO.
** Creating your own custom actions, remind to beware double-counting, warn about multi-threading issues
+
    Skype Bridge to EVO
* Exercise (15 mins):
+
** Generate custom action to make dalitz plot of 3 pions.
+
  
'''REST & ROOT'''
+
6.) Please visit the Communications page for some options.
* Talk (25 mins)
+
** REST Skims, TTree format, Making/Using a TSelector, beware double-counting when filling ROOT trees.
+
* Exercise (30 mins):
+
** Create a skim of 3pi_n events, analyze the skim data, save the results to a root ttree, analyze the data in ROOT (make some plots)
+
  
=== Boosted Decision Trees (Mike & Justin) ===
+
=Video Recordings of the Workshop=
  
=== Amplitude Analysis (Matt) ===
+
All of the sessions were recorded. In addition to the audio, the video shows the desktop of the computer used for the presentations, in other words, the slides of the talks and the actions performed during live demos. See the agenda below for the talks contained in each session.
* Talk (45 mins):  Amplitude Analysis Fitting Strategy
+
 
* Exercise (20 mins): performing a single fit and analyzing projections
+
* [https://halldweb.jlab.org/talks/2013-3Q/analysis_workshop/session_1/index.htm Session 1]
* Talk (30 mins):  Multiple fits, opportunities for extensions
+
* [https://halldweb.jlab.org/talks/2013-3Q/analysis_workshop/session_2/index.htm Session 2]
* Exercise (20 mins): performing multiple fits in different bins of a mass spectrum
+
* [https://halldweb.jlab.org/talks/2013-3Q/analysis_workshop/session_3_and_4/index.htm Sessions 3 and 4]
 +
* [https://halldweb.jlab.org/talks/2013-3Q/analysis_workshop/session_5_and_6/index.htm Sessions 5 and 6]
 +
* [https://halldweb.jlab.org/talks/2013-3Q/analysis_workshop/session_7/index.htm Session 7]
 +
* [https://halldweb.jlab.org/talks/2013-3Q/analysis_workshop/session_8/index.htm Session 8]
 +
 
 +
= Summary Talk =
 +
* This talk was given at the October 2013 GlueX Collaboration Meeting: [https://halldweb.jlab.org/doc-private/DocDB/ShowDocument?docid=2321 Link]
 +
* A detailed wiki providing supplementary materials and solutions to the exercises regarding the workshop is located [http://pooser.fiu.edu/wiki/index.php/GlueX_Analysis_Workshop_2013 here].
 +
 
 +
= Software and Data from the Workshop =
 +
 
 +
=== Acquiring the Virtual Machine ===
 +
 
 +
* The virtual machine can be acquired via either the UConn SRM (if you have open science grid (OSG) access) or via JLab.
 +
** The file is very large (over 5 GB), so the download will likely take a long time if you have a slow internet connection (and will likely be fastest if you copy it while on-site at a university). 
 +
 
 +
* '''UConn SRM''' ([https://halldweb.jlab.org/wiki/index.php/Using_the_Grid Using the Grid]):
 +
** Via Web Browser: Goto https://grinch.phys.uconn.edu:2880/Gluex/test/ and right-click and download the GlueX_Analysis_Workshop.ova file.
 +
** Via srmcp:
 +
*** "srmcp srm://grinch.phys.uconn.edu:8443/Gluex/test/GlueX_Analysis_Workshop.ova file:////localdir/GlueX_Analysis_Workshop.ova", where "/localdir" is the full path to the directory you want to download it to.
 +
* '''JLab''':
 +
** Via Web Browser: Goto https://halldweb.jlab.org/dist/ and right-click and download the GlueX_Analysis_Workshop.ova file.
 +
** Via sftp:
 +
*** On your own machine, "cd" to the folder you want to download it to.
 +
*** "sftp username@ftp.jlab.org" (where "username" is your jlab username)
 +
*** "cd /group/halld/www/halldweb/html/dist/"
 +
*** "get GlueX_Analysis_Workshop.ova"
 +
 
 +
=== Setting up the Virtual Machine ===
 +
 
 +
On the virtual machine, before doing the exercises:
 +
* cd $SESSIONS
 +
* svn update
 +
* cd $ANALYSIS_SCRIPTS
 +
* svn update -r11298
 +
 
 +
This will give you the updated exercise software and analysis plugin generation scripts.
 +
 
 +
=== Software (32-bit builds) ===
 +
* jana v0.6.6
 +
* AmpTools v0.6
 +
* cernlib 2006
 +
* CLHEP v2.0.4.5
 +
* geant v4.9.4
 +
* ROOT v5.34.04
 +
* xerces-c v3.1.1
 +
* ccdb rev 1339
 +
* hdds rev 11151
 +
* sim-recon tag: sim-recon_analysis_ws_2013
 +
* exercises: https://halldsvn.jlab.org/repos/trunk/workshops/analysis_workshop_2013/
 +
 
 +
=== Locations on Virtual Machine ===
 +
* Exercises: $SESSIONS
 +
* Data: $GLUEX_DATA
 +
* Analysis plugin generation scripts: $ANALYSIS_SCRIPTS
 +
 
 +
=== Official Plugins ===
 +
* n3pi: https://halldsvn.jlab.org/repos/trunk/home/pmatt/plugins/n3pi/
 +
* K*0 K0 Skim: https://halldsvn.jlab.org/repos/trunk/home/pmatt/plugins/ksz_k0_skim/
 +
* K*0 K0 Analysis: https://halldsvn.jlab.org/repos/trunk/home/pmatt/plugins/ksz_k0/
 +
 
 +
=== Data ===
 +
* The full n3pi analysis data (mcSamples/) and the exercise data (exercises/) are available on the UConn SRM ([https://halldweb.jlab.org/wiki/index.php/Using_the_Grid Using the Grid]):
 +
** UConn SRM via web: https://grinch.phys.uconn.edu:2880/Gluex/workshop.7-10-2013/
 +
** UConn SRM via command line: srm://grinch.phys.uconn.edu/Gluex/workshop.7-10-2013/
 +
 
 +
=Agenda=
 +
* Note: to navigate a Prezi:
 +
** Use the arrow keys to transition between frames
 +
** Use your mouse to transition to a frame (click on a frame outline to zoom to it)
 +
** Use your mouse to pan, zoom, etc.
 +
** Click the "Home" button on the right to zoom out to the beginning.
 +
 
 +
== Agenda: Wednesday July 10, 2013 ==
 +
Each session contains talk(s) + exercise(s).
 +
* '''8:30  Introduction and Monte Carlo''' (125) --- Chair: Paul Mattione
 +
** 8:30  Session 1a (15) --- [https://halldweb.jlab.org/doc-private/DocDB/ShowDocument?docid=2253 Welcome and Getting Started] --- Paul Mattione
 +
** 8:45 Session 1b (60) --- [https://halldweb.jlab.org/doc-private/DocDB/ShowDocument?docid=2254 Overview and Signal Generation] --- Matt Shepherd
 +
** 9:45 Session 1c (50) --- [https://halldweb.jlab.org/doc-public/DocDB/ShowDocument?docid=2252 Monte Carlo Generators and Detector Simulation] --- Mark Ito
 +
*  '''10:35  Coffee''' (25)
 +
*  '''11:00  JANA/DANA Overview''' (65) --- Chair: Justin Stevens
 +
** 11:00  Session 2a (35) --- Introduction to JANA ([http://prezi.com/2xuc9so6rlyq/?utm_campaign=share&utm_medium=copy&rc=ex0share Prezi], [https://halldweb.jlab.org/doc-private/DocDB/ShowDocument?docid=2261 PDF & MP3]) --- Paul Mattione
 +
** 11:35  Session 2b (30) --- Reconstruction and Particle Data ([http://prezi.com/fk-yhjzumy17/?utm_campaign=share&utm_medium=copy&rc=ex0share Prezi], [https://halldweb.jlab.org/doc-private/DocDB/ShowDocument?docid=2262 PDF & MP3]) --- Paul Mattione
 +
*  '''12:05  Lunch''' (60)
 +
*  '''1:05  Introduction to Analyses in DANA''' (130) --- Chair: Matt Shepherd
 +
** 1:05  Session 3a (60) --- Analysis Basics ([http://prezi.com/att05p5gou3i/?utm_campaign=share&utm_medium=copy&rc=ex0share Prezi], [https://halldweb.jlab.org/doc-private/DocDB/ShowDocument?docid=2263 PDF & MP3]) --- Paul Mattione
 +
** 2:05  Session 3b (70) --- Kinematic Fitting & Analysis Details ([http://prezi.com/-55fdrlrpzio/?utm_campaign=share&utm_medium=copy&rc=ex0share Prezi], [https://halldweb.jlab.org/doc-private/DocDB/ShowDocument?docid=2265 PDF & MP3])  --- Paul Mattione
 +
* '''3:15  Coffee''' (25)
 +
*  '''3:40  DANA Analysis Actions''' (110) --- Chair: Justin Stevens
 +
** 3:40  Session 4a (60) --- Analysis Action Overview ([http://prezi.com/-g0uuse-pp6k/?utm_campaign=share&utm_medium=copy&rc=ex0share Prezi], [https://halldweb.jlab.org/doc-private/DocDB/ShowDocument?docid=2267 PDF & MP3]) --- Paul Mattione
 +
** 4:40  Session 4b (50) --- Custom Actions ([http://prezi.com/pj-p-eoife4n/?utm_campaign=share&utm_medium=copy&rc=ex0share Prezi], [https://halldweb.jlab.org/doc-private/DocDB/ShowDocument?docid=2268 PDF & MP3]) --- Paul Mattione
 +
*  '''5:30 Adjourn'''
 +
 
 +
== Agenda: Thursday July 11, 2013 ==
 +
Each session contains talk(s) + exercise(s).
 +
*  '''8:30 ROOT and Full Exercise''' (120) --- Chair: Matt Shepherd
 +
** 8:30  Session 5a (60) --- Analysis in ROOT ([http://prezi.com/zkf2y8l82kpc/?utm_campaign=share&utm_medium=copy&rc=ex0share Prezi], [https://halldweb.jlab.org/doc-private/DocDB/ShowDocument?docid=2269 PDF & MP3]) --- Paul Mattione
 +
** 9:30  Session 5b (60) --- Full DANA Exercise ([http://prezi.com/tx_on5agmr2f/?utm_campaign=share&utm_medium=copy&rc=ex0share Full Prezi], [https://halldweb.jlab.org/doc-private/DocDB/ShowDocument?docid=2271 Full PDF]) --- Paul Mattione
 +
*  '''10:30  Coffee''' (20)
 +
*  '''10:50  Boosted Decision Tree Introduction''' (90) --- Chair: Paul Mattione
 +
** 10:50  Session 6a (45) --- [https://halldweb.jlab.org/doc-private/DocDB/ShowDocument?docid=2260 Multivariate Analysis Overview] --- Mike Williams
 +
** 11:35  Session 6b (45) --- [https://halldweb.jlab.org/doc-private/DocDB/ShowDocument?docid=2259 Introduction to TMVA] --- Justin Stevens
 +
*  '''12:20  Lunch''' (70)
 +
*  '''1:30  Boosted Decision Tree Details''' (75) --- Chair: Matt Shepherd
 +
** 1:30  Session 7a (45) --- [https://halldweb.jlab.org/doc-private/DocDB/ShowDocument?docid=2264 BDT Details] --- Justin Stevens
 +
** 2:15  Session 7b (30) --- [https://halldweb.jlab.org/doc-private/DocDB/ShowDocument?docid=2266 Other Multivariate Classifiers] --- Justin Stevens
 +
*  '''2:45  Coffee''' (25)
 +
*  '''3:10  Amplitude Analysis''' (115) --- Chair: Justin Stevens
 +
** 3:10  Session 8a (65) --- [https://halldweb.jlab.org/doc-private/DocDB/ShowDocument?docid=2270 Amplitude Analysis:  Introduction] --- Matt Shepherd
 +
** 4:15  Session 8b (50) --- [https://halldweb.jlab.org/doc-private/DocDB/ShowDocument?docid=2270 Amplitude Analysis:  More Details] --- Matt Shepherd
 +
*  '''5:05  Adjourn'''
 +
 
 +
= Photo =
 +
* [http://gluex.phys.uregina.ca/content/photo/july-2013-gluex-analysis-workshop Workshop Photo]
 +
 
 +
= Update Talks Since the Workshop =
 +
* June 29, 2015: Spring 2015 Analysis Opportunities ([https://halldweb.jlab.org/doc-private/DocDB/ShowDocument?docid=2755 Link to slides & video]) (Justin)
 +
* June 29, 2015: GlueX Analysis Software Updates ([https://halldweb.jlab.org/doc-private/DocDB/ShowDocument?docid=2761 Link to slides]) (Paul)
 +
* June 29, 2015: GlueX Example Analysis ([https://halldweb.jlab.org/doc-private/DocDB/ShowDocument?docid=2763 Link to slides & video]) (Paul)

Latest revision as of 17:10, 24 February 2017

Purpose

The purpose of this tutorial/workshop session will be to give an introduction to using the Hall-D analysis tools. It is open to anyone either inside or outside the GlueX collaboration who has an interest in doing physics inside Hall-D. The tutorial will cover the basics of:

  • Physics Analysis Framework
  • Using Boosted Decision Trees
  • Amplitude Analysis using AmpTools

The tutorial will consist of a series of talks with exercises, along with room for questions/discussion.

Location and Time

The tutorial will take place:

DATE: July. 10-11, 2013

TIME: 8:30am to 5:30pm EDT (i.e. JLab time).

LOCATION: CEBAF Center L102 - L104

Registration & Requirements

  • Registration Page
  • Participants
  • All attendees are required to bring their own laptop to the workshop.
    • It must have enough memory (4+ GB RAM preferred) and free hard disk space (~15+ GB) to run a virtual machine, which will be distributed at the workshop.
    • It must have VirtualBox installed (v4.2.14 or later): Download VirtualBox
    • If you are attending remotely, instructions for obtaining the virtual machine image are below.

Remote Participation

To connect from the outside by phone please do the following

1.) ESNET: 8542553

2.) Polycom RealPrescence App for iOS and Android. Call 8542553@gk1.es.net

3.) Telephone:

Dial +1-866-740-1260 : US and Canada

Dial +1-303-248-0285 : International

Then use participant code: 3421244# (the # is needed when using the phone) or www.readytalk.com then type access code 3421244 into "join a meeting" (you need java plugin)

4.) Desktop Sharing

You can view the computer desktop in the meeting room at JLab via the web.

  1. Go to http://esnet.readytalk.com
  2. In the "join a meeting" box enter the Hall D code: 3421244
  3. Fill in the participant registration form.

5.) As of January 1, 2013 EVO became SeeVogh and Jefferson Lab has a contract to use it.

   To connect via SeeVogh, vist their website at research.seevogh.com. Your old EVO credentials are supposed to work. There will be a room booked for the meeting.
   To phone into an EVO meeting, from the U.S. call (626) 395-2112 and then enter the EVO meeting code. Instructions for the Phone Bridge to EVO.
   Skype Bridge to EVO 

6.) Please visit the Communications page for some options.

Video Recordings of the Workshop

All of the sessions were recorded. In addition to the audio, the video shows the desktop of the computer used for the presentations, in other words, the slides of the talks and the actions performed during live demos. See the agenda below for the talks contained in each session.

Summary Talk

  • This talk was given at the October 2013 GlueX Collaboration Meeting: Link
  • A detailed wiki providing supplementary materials and solutions to the exercises regarding the workshop is located here.

Software and Data from the Workshop

Acquiring the Virtual Machine

  • The virtual machine can be acquired via either the UConn SRM (if you have open science grid (OSG) access) or via JLab.
    • The file is very large (over 5 GB), so the download will likely take a long time if you have a slow internet connection (and will likely be fastest if you copy it while on-site at a university).
  • UConn SRM (Using the Grid):
    • Via Web Browser: Goto https://grinch.phys.uconn.edu:2880/Gluex/test/ and right-click and download the GlueX_Analysis_Workshop.ova file.
    • Via srmcp:
      • "srmcp srm://grinch.phys.uconn.edu:8443/Gluex/test/GlueX_Analysis_Workshop.ova file:////localdir/GlueX_Analysis_Workshop.ova", where "/localdir" is the full path to the directory you want to download it to.
  • JLab:
    • Via Web Browser: Goto https://halldweb.jlab.org/dist/ and right-click and download the GlueX_Analysis_Workshop.ova file.
    • Via sftp:
      • On your own machine, "cd" to the folder you want to download it to.
      • "sftp username@ftp.jlab.org" (where "username" is your jlab username)
      • "cd /group/halld/www/halldweb/html/dist/"
      • "get GlueX_Analysis_Workshop.ova"

Setting up the Virtual Machine

On the virtual machine, before doing the exercises:

  • cd $SESSIONS
  • svn update
  • cd $ANALYSIS_SCRIPTS
  • svn update -r11298

This will give you the updated exercise software and analysis plugin generation scripts.

Software (32-bit builds)

Locations on Virtual Machine

  • Exercises: $SESSIONS
  • Data: $GLUEX_DATA
  • Analysis plugin generation scripts: $ANALYSIS_SCRIPTS

Official Plugins

Data

Agenda

  • Note: to navigate a Prezi:
    • Use the arrow keys to transition between frames
    • Use your mouse to transition to a frame (click on a frame outline to zoom to it)
    • Use your mouse to pan, zoom, etc.
    • Click the "Home" button on the right to zoom out to the beginning.

Agenda: Wednesday July 10, 2013

Each session contains talk(s) + exercise(s).

  • 8:30 Introduction and Monte Carlo (125) --- Chair: Paul Mattione
  • 10:35 Coffee (25)
  • 11:00 JANA/DANA Overview (65) --- Chair: Justin Stevens
    • 11:00 Session 2a (35) --- Introduction to JANA (Prezi, PDF & MP3) --- Paul Mattione
    • 11:35 Session 2b (30) --- Reconstruction and Particle Data (Prezi, PDF & MP3) --- Paul Mattione
  • 12:05 Lunch (60)
  • 1:05 Introduction to Analyses in DANA (130) --- Chair: Matt Shepherd
    • 1:05 Session 3a (60) --- Analysis Basics (Prezi, PDF & MP3) --- Paul Mattione
    • 2:05 Session 3b (70) --- Kinematic Fitting & Analysis Details (Prezi, PDF & MP3) --- Paul Mattione
  • 3:15 Coffee (25)
  • 3:40 DANA Analysis Actions (110) --- Chair: Justin Stevens
    • 3:40 Session 4a (60) --- Analysis Action Overview (Prezi, PDF & MP3) --- Paul Mattione
    • 4:40 Session 4b (50) --- Custom Actions (Prezi, PDF & MP3) --- Paul Mattione
  • 5:30 Adjourn

Agenda: Thursday July 11, 2013

Each session contains talk(s) + exercise(s).

Photo

Update Talks Since the Workshop