online monitoring and analysis for muon tomography readout system m. phipps, m. staib, c. zelenka,...

16
Online Monitoring and Analysis or Muon Tomography Readout Syste M. Phipps , M. Staib, C. Zelenka, M. Hohlmann Florida Institute of Technology Department of Physics and Space Sciences 150 West University Blvd Melbourne, FL 32901

Upload: leonard-dorsey

Post on 02-Jan-2016

217 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Online Monitoring and Analysis for Muon Tomography Readout System M. Phipps, M. Staib, C. Zelenka, M. Hohlmann Florida Institute of Technology Department

Online Monitoring and Analysis for Muon Tomography Readout System

M. Phipps, M. Staib, C. Zelenka, M. Hohlmann

Florida Institute of Technology Department of Physics and Space Sciences

150 West University BlvdMelbourne, FL 32901

Page 2: Online Monitoring and Analysis for Muon Tomography Readout System M. Phipps, M. Staib, C. Zelenka, M. Hohlmann Florida Institute of Technology Department

Outline

Motivation Muon Tomography Station Online Monitoring GUI Explanation of Individual Plots Future Plans

Page 3: Online Monitoring and Analysis for Muon Tomography Readout System M. Phipps, M. Staib, C. Zelenka, M. Hohlmann Florida Institute of Technology Department

Perform all monitoring and analysis in real time Cut analysis time in half Integrate all previous work on MTS software Standardize the DAQ system and make it easily accessible

Motivation

Page 4: Online Monitoring and Analysis for Muon Tomography Readout System M. Phipps, M. Staib, C. Zelenka, M. Hohlmann Florida Institute of Technology Department

Muon Tomography Station

Page 5: Online Monitoring and Analysis for Muon Tomography Readout System M. Phipps, M. Staib, C. Zelenka, M. Hohlmann Florida Institute of Technology Department

Scalable Readout System (SRS)

GEM1 GEM2 GEM3 GEM4 GEM5 GEM6 GEM7 GEM8

Scintillator1 Scintillator2 Scintillator3 Scintillator4

DAQ Card

FEC1 FEC6 FEC5 FEC4 FEC3 FEC2

DATE (Data Acquisition and Test Environment)

AMORE (Automatic MOnitoRing Environment)

Page 6: Online Monitoring and Analysis for Muon Tomography Readout System M. Phipps, M. Staib, C. Zelenka, M. Hohlmann Florida Institute of Technology Department

AMORE: Publisher and Subscribers

AMORE agent as an FSM with a single publisher and many subscribers Each agent has its own table in MySQL database to store published data Subscriber retrieves data by subscribing to the agent Allows for dual processing Secure monitoring

Book Monitor Objects

Start of Run

Start of Cycle

Monitor Cycle

End of Cycle

End of Run

Page 7: Online Monitoring and Analysis for Muon Tomography Readout System M. Phipps, M. Staib, C. Zelenka, M. Hohlmann Florida Institute of Technology Department

Online Visualization Shell

Page 8: Online Monitoring and Analysis for Muon Tomography Readout System M. Phipps, M. Staib, C. Zelenka, M. Hohlmann Florida Institute of Technology Department

Raw Data

Page 9: Online Monitoring and Analysis for Muon Tomography Readout System M. Phipps, M. Staib, C. Zelenka, M. Hohlmann Florida Institute of Technology Department

Pedestals

Page 10: Online Monitoring and Analysis for Muon Tomography Readout System M. Phipps, M. Staib, C. Zelenka, M. Hohlmann Florida Institute of Technology Department

Pedestals: Intuitive Explanation

X-Strip Number

Y-Strip Number

X-Strip Cluster

Y-Strip Cluster

Mean noise level in each channel during pedestal run is subtracted from event data

A sample event on one detector in the X and Y strips following pedestal subtraction

Page 11: Online Monitoring and Analysis for Muon Tomography Readout System M. Phipps, M. Staib, C. Zelenka, M. Hohlmann Florida Institute of Technology Department

Charge Clusters

Page 12: Online Monitoring and Analysis for Muon Tomography Readout System M. Phipps, M. Staib, C. Zelenka, M. Hohlmann Florida Institute of Technology Department

Charge Clusters: Intuitive Explanation

IndividualStrips

Track Reconstruction with Multiple Clusters

xx x

x

xx x

x

GEM 1GEM 2

GEM 3GEM 4

Page 13: Online Monitoring and Analysis for Muon Tomography Readout System M. Phipps, M. Staib, C. Zelenka, M. Hohlmann Florida Institute of Technology Department

2d Charge and Position Maps

Page 14: Online Monitoring and Analysis for Muon Tomography Readout System M. Phipps, M. Staib, C. Zelenka, M. Hohlmann Florida Institute of Technology Department

Challenges

Speed up event processing: Taking data at 30 Hz; Processing data at 10-15 Hz on 4 core processor with 10 GB RAMSoftware solutions

Code optimizationHardware solutions

Perform analysis on clusterParallel processing with GPUs

Page 15: Online Monitoring and Analysis for Muon Tomography Readout System M. Phipps, M. Staib, C. Zelenka, M. Hohlmann Florida Institute of Technology Department

What's Next: Add Functionality for . . .

Event Display Analysis Plots 3D OpenGL Recreation of Data

Page 16: Online Monitoring and Analysis for Muon Tomography Readout System M. Phipps, M. Staib, C. Zelenka, M. Hohlmann Florida Institute of Technology Department

Conclusions

Successfully implemented a customized GUI that makes the performance of the readout system easily accessible in real time Revived and integrated past work into our display Converted data analysis to online platform that is significantly faster and better suited for real-life applications