Transient Data Store and Persistent Data

Size: px
Start display at page:

Download "Transient Data Store and Persistent Data"

Transcription

1 Transient Data Store and Persistent Data Current Status and Discussion of possible future plans Software Workshop, 13 Nov 2001, H. Kelly, 1

2 Introduction and food for thought As we go over the current status please keep in mind that there are 2 separate issues: The general structure of the data: Transient Data Store Persistent form The file format used to store the data. Software Workshop, 13 Nov 2001, H. Kelly, 2

3 Transient Data Store (TDS) Shared memory mechanism Software Workshop, 13 Nov 2001, H. Kelly, 3

4 /Event TDS Organization Event header: run, event id, time /Event/MC Monte Carlo data List of MC particles and List of MC vertices Energy accounting /Event/Digi /TkrDigi List of layers and their list of hit strips and ToTs /CalDigi List of logs and their ADC values for each range /AcdDigi List of tiles and their PHAs Software Workshop, 13 Nov 2001, H. Kelly, 4

5 TDS contd. /Event/Recon summery recon data /Event/TkrRecon /Event/CalRecon /TkrClusters List of silicon clusters /SiRecObjs List of tracks and gamma data /CsIClustersList List of CAL clusters /CalRecLogs List of logs and recon data /Event/AcdRecon not yet in use Software Workshop, 13 Nov 2001, H. Kelly, 5

6 TDS: To Do Review the current contents of the TDS Many of the current classes are based on old code. Design the general structure for all classes Algorithms may be in flux but we can have some idea as to what the output should look like. Use standard naming conventions Use namespaces to prevent naming conflicts Software Workshop, 13 Nov 2001, H. Kelly, 6

7 Raw/Digi ROOT files Software Workshop, 13 Nov 2001, H. Kelly, 7 Current Persistent Data In use for the 1999 BTEM and 2001 BFEM Not yet available for full-instrument simulation Recon ROOT files ROOT summary ntuples Similar to the AO ASCII ntuples where each event record consists of a fixed length set of floats. Monte Carlo ROOT classes are also available In use for 2001 BFEM Not yet available for full-instrument simulation

8 Reading/Writing Persistent Data The summary ntuple is handled by a Gaudi service called ntuplewritersvc. We do not use the Gaudi Persistency Service. Why? Gaudi s interface to ROOT does not write out proper ROOT files. Algorithms read in the digi and write out the recon data into ROOT files. We plan to start using proper Gaudi converters after the PDR. Software Workshop, 13 Nov 2001, H. Kelly, 8

9 Software Workshop, 13 Nov 2001, H. Kelly, 9 ntuplewritersvc Handles Row-Wise Ntuple (RWN) creation. Use requires: tag name of an ntuple item corresponding value output file id Possible Changes: Allow Column-Wise Ntuples (CWN) store more complex entities: arrays, matrices.. This is a minor modification, implementation time 30 minutes including testing.

10 digirootdata Event Id and Run Number List of TKR layers List of hit SSDs Two ToT values, one for each controller for each layer. List of CAL logs Each log has an associated Id. List of ACD (XGT) tiles Each tile has an associated Id. Level One Trigger data Live Time Counter data Software Workshop, 13 Nov 2001, H. Kelly, 10 Suggested updates: ACD needs to handle 2 phototubes L1T class could use an overhaul Review the rest

11 reconrootdata Event Id and Run Number TkrRecon object TkrGamma object List of SSD hits List of locators List of tracks found by the reconstruction List of SSD hits associated with the track List of locators List of Silicon Clusters CalRecon object List of Logs, with their reconstructed responses List of CAL clusters List of logs associated with this cluster. Software Workshop, 13 Nov 2001, H. Kelly, 11 The whole recon output structure needs an overhaul possible parallel session?

12 Needs some work Software Workshop, 13 Nov 2001, H. Kelly, 12 mcrootdata Currently, there are 3 classes defined: RMcEvent, RMcVertex, RMcParticle The main class RMcEvent represents the MC data for one event. Currently contains a list of vertices and each vertex contains a list of particles. The version in use for the balloon Contains a list of particles, which contains a list of vertices.

13 Persistency Service Future development depends upon the file format(s) we decide to utilize. No matter what file format(s) are chosen, some basic functionality is required: Gaudi I/O service(s) that provide an interface to the I/O library necessary. Gaudi converters that will handle reading data in from its persistent form, storing that data on the TDS as well as taking data off the TDS and writing that data out in some persistent format. Software Workshop, 13 Nov 2001, H. Kelly, 13

14 ROOT Persistency Service Athena has produced a real ROOT service. - ROOT I/O - ROOT interactive session by demand - ROOT share library dynamic loading by demand - ROOT control over the Gaudi algorithms They are planning to develop own data store. Will we be able to benefit from future development? Should we just take what they have and run? Do we use their code as a model and run? Discuss within a parallel session? Software Workshop, 13 Nov 2001, H. Kelly, 14

The GLAST Event Reconstruction: What s in it for DC-1?

The GLAST Event Reconstruction: What s in it for DC-1? The GLAST Event Reconstruction: What s in it for DC-1? Digitization Algorithms Calorimeter Reconstruction Tracker Reconstruction ACD Reconstruction Plans GLAST Ground Software Workshop Tuesday, July 15,

More information

Gamma-ray Large Area Space Telescope. Work Breakdown Structure

Gamma-ray Large Area Space Telescope. Work Breakdown Structure Gamma-ray Large Area Space Telescope Work Breakdown Structure 4.1.D Science Analysis Software The Science Analysis Software comprises several components: (1) Prompt processing of instrument data through

More information

Topics for the TKR Software Review Tracy Usher, Leon Rochester

Topics for the TKR Software Review Tracy Usher, Leon Rochester Topics for the TKR Software Review Tracy Usher, Leon Rochester Progress in reconstruction Reconstruction short-term plans Simulation Calibration issues Balloon-specific support Personnel and Schedule TKR

More information

Data Flow & Leve1 1 Pipeline

Data Flow & Leve1 1 Pipeline Data Flow & Leve1 1 Pipeline High level specs in L3 & L4 documents: Level 4 - LAT-SS-00505-01 Level 3 - LAT-SS-00020-01 Pipeline Server Implementation Plan - LAT-TD-00773-01 (draft in review) Database

More information

MC Tools Introduction Part I

MC Tools Introduction Part I MC Tools Introduction Part I GLAST Software Analysis Group Monday, August 12, 2002 Tracy Usher Root MC Output Classes (As of August 12, 2002) There are four main Monte Carlo Root output classes: McParticle

More information

Introduction Acronyms and Terms Packages Obtaining GLEAM Geant4 Gaudi Running Gleam Developing Code UserAlg and Flight Output Analysis

Introduction Acronyms and Terms Packages Obtaining GLEAM Geant4 Gaudi Running Gleam Developing Code UserAlg and Flight Output Analysis GLEAM User Guide Introduction Acronyms and Terms Packages Types of Packages Gleam Packages Package Directory Structure Obtaining GLEAM Public Installations UW Windows Server SLAC Linux Binary Distribution

More information

Test Beam PSF Analysis. PSF Analysis. Brian Baughman, UCSC Jose-Angel Hernando, UCSC

Test Beam PSF Analysis. PSF Analysis. Brian Baughman, UCSC Jose-Angel Hernando, UCSC PSF Analysis Brian Baughman, UCSC Jose-Angel Hernando, UCSC Overview List of data available for analysis and discussion of statistics Tools used for analysis Discussion of cuts used for PSF analysis PSF

More information

GLAST Large Area Telescope:

GLAST Large Area Telescope: GLAST Large Area Telescope: Gamma-ray Large Area Space Telescope Overview I&T Science Verification Analysis and Calibration (SVAC) Peer Review Eduardo do Couto e Silva SLAC I&T Science Verification Analysis

More information

LHCb Computing Strategy

LHCb Computing Strategy LHCb Computing Strategy Nick Brook Computing Model 2008 needs Physics software Harnessing the Grid DIRC GNG Experience & Readiness HCP, Elba May 07 1 Dataflow RW data is reconstructed: e.g. Calo. Energy

More information

Preliminary results in an ongoing study.

Preliminary results in an ongoing study. Comparison of Ground Cosmic Ray Photon Data in the LAT with GLEAM MC. Preliminary results in an ongoing study. CR Photon Working Group E. Bloom, A. Borgland, A. Bouvier, E. Charles, Y. Edmonds, S. Funk,

More information

GLAST Large Area Telescope:

GLAST Large Area Telescope: GLAST Large Area Telescope: Gamma-ray Large Area Space Telescope Flight Software J.J.Russell/A.P.Waite Stanford Linear Accelerator Center russell@slac.stanford.edu apw@slac.stanford.edu Topics To Be Covered

More information

Science Analysis Software Overview

Science Analysis Software Overview Science Analysis Software Overview Requirements Conceptual Design Deliverables Organization R.Dubois 1 Level 3 Requirements Instrument Simulation and Reconstruction Detailed modeling of instrument and

More information

CLEO III Cathode Hit Calibration

CLEO III Cathode Hit Calibration CLEO III Cathode Hit Calibration Dawn K. Isabel Department of Electrical and Computer Engineering, Wayne State University, Detroit, MI, 48202 Abstract The drift chamber cathodes for CLEO III are located

More information

The use of HepRep in GLAST

The use of HepRep in GLAST for GLAST CHEP 03 March 24-28 2003 The use of in GLAST Gamma-ray Large Area Space Telescope Joseph Perl SLAC Computing Services perl@slac.stanford.edu Riccardo Giannitrapani Dipartimento di Fisica, Udine

More information

Histograms And N-tuples

Histograms And N-tuples 5 Histograms And N-tuples Gaudi Framework Tutorial, April 2006 Schedule: Timing Topic 15 minutes Lecture 20 minutes Practice 35 minutes Total Objectives After completing this lesson, you should be able

More information

GLAST tracking reconstruction Status Report

GLAST tracking reconstruction Status Report GLAST collaboration meeting, UCSC June 22-24 1999 GLAST tracking reconstruction Status Report Bill Atwood, Jose A. Hernando, Robert P. Johnson, Hartmut Sadrozinski Naomi Cotton, Dennis Melton University

More information

FAMOS: A Dynamically Configurable System for Fast Simulation and Reconstruction for CMS

FAMOS: A Dynamically Configurable System for Fast Simulation and Reconstruction for CMS FAMOS: A Dynamically Configurable System for Fast Simulation and Reconstruction for CMS St. Wynhoff Princeton University, Princeton, NJ 08544, USA Detailed detector simulation and reconstruction of physics

More information

Physics and Detector Simulations. Norman Graf (SLAC) 2nd ECFA/DESY Workshop September 24, 2000

Physics and Detector Simulations. Norman Graf (SLAC) 2nd ECFA/DESY Workshop September 24, 2000 Physics and Detector Simulations Norman Graf (SLAC) 2nd ECFA/DESY Workshop September 24, 2000 Simulation studies for a future Linear Collider We believe that the physics case for the LC has been made.

More information

Simulation of GLAST. Alessandro de Angelis. SLAC, February 21, University of Udine and INFN Trieste

Simulation of GLAST. Alessandro de Angelis. SLAC, February 21, University of Udine and INFN Trieste Simulation of GLAST Alessandro de Angelis University of Udine and INFN Trieste SLAC, February 21, 2002 Layout of the presentation GLAST Characteristics and requirements and their impact on the simulation

More information

ATLAS Analysis Workshop Summary

ATLAS Analysis Workshop Summary ATLAS Analysis Workshop Summary Matthew Feickert 1 1 Southern Methodist University March 29th, 2016 Matthew Feickert (SMU) ATLAS Analysis Workshop Summary March 29th, 2016 1 Outline 1 ATLAS Analysis with

More information

The Use of HepRep in GLAST

The Use of HepRep in GLAST SLAC-PUB-9908 The Use of in GLAST J. Perl SLAC, Stanford, CA 94025, USA R. Giannitrapani, M. Frailis Dipartimento di Fisica, Universita degli Studi di Udine - Italy is a generic, hierarchical format for

More information

Gamma-ray Large Area Space Telescope (GLAST) Large Area Telescope (LAT) Results from the Testing of the GLAST LAT SSD Prototypes

Gamma-ray Large Area Space Telescope (GLAST) Large Area Telescope (LAT) Results from the Testing of the GLAST LAT SSD Prototypes GLAST LAT TECHNICAL NOTE Document # Date Effective Page 1 of 11 LAT-TD-00086-01 1rd Draft 2/14/01 Author(s) Supersedes T. Handa, T. Ohsugi, H. Sadrozinski, A. Brez Subsystem/Office Tracker Document Title

More information

GLAST Large Area Telescope Instrument Science Operations Center

GLAST Large Area Telescope Instrument Science Operations Center GLAST LAT ISOC Monthly Status Review - ISOC, August Gamma-ray Large Area Space Telescope GLAST Large Area Telescope Instrument Science Operations Center Monthly Status Review August Rob Cameron ISOC Manager

More information

Monte Carlo programs

Monte Carlo programs Monte Carlo programs Alexander Khanov PHYS6260: Experimental Methods is HEP Oklahoma State University November 15, 2017 Simulation steps: event generator Input = data cards (program options) this is the

More information

Muon Software Tutorial. Rick Wilkinson Caltech

Muon Software Tutorial. Rick Wilkinson Caltech Muon Software Tutorial Rick Wilkinson Caltech The Basics Q: Is there a Muon class? A : No. A muon is just a RecTrack, the same class as the Tracker uses. Q: What information can I get from a RecTrack?

More information

CLAS12 Offline Software Tools. G.Gavalian (Jlab) CLAS Collaboration Meeting (June 15, 2016)

CLAS12 Offline Software Tools. G.Gavalian (Jlab) CLAS Collaboration Meeting (June 15, 2016) CLAS12 Offline Software Tools G.Gavalian (Jlab) Overview Data Formats: RAW data decoding from EVIO. Reconstruction output banks in EVIO. Reconstruction output convertor to ROOT (coming soon). Data preservation

More information

LAT Flight Software. End-To-End Testing

LAT Flight Software. End-To-End Testing LAT Flight Software End-To-End Testing Number: LAT-TD-xxx.x Subsystem: Data Acquisition/Flight Software Supersedes: None Type: Technical Note Author: J.J. Russell Created: 23 September 2003 Updated: 23

More information

ALICE ANALYSIS PRESERVATION. Mihaela Gheata DASPOS/DPHEP7 workshop

ALICE ANALYSIS PRESERVATION. Mihaela Gheata DASPOS/DPHEP7 workshop 1 ALICE ANALYSIS PRESERVATION Mihaela Gheata DASPOS/DPHEP7 workshop 2 Outline ALICE data flow ALICE analysis Data & software preservation Open access and sharing analysis tools Conclusions 3 ALICE data

More information

LCIO: A Persistency Framework and Event Data Model for HEP. Steve Aplin, Jan Engels, Frank Gaede, Norman A. Graf, Tony Johnson, Jeremy McCormick

LCIO: A Persistency Framework and Event Data Model for HEP. Steve Aplin, Jan Engels, Frank Gaede, Norman A. Graf, Tony Johnson, Jeremy McCormick LCIO: A Persistency Framework and Event Data Model for HEP Steve Aplin, Jan Engels, Frank Gaede, Norman A. Graf, Tony Johnson, Jeremy McCormick SLAC-PUB-15296 Abstract LCIO is a persistency framework and

More information

Benchmarking the ATLAS software through the Kit Validation engine

Benchmarking the ATLAS software through the Kit Validation engine Benchmarking the ATLAS software through the Kit Validation engine Alessandro De Salvo (1), Franco Brasolin (2) (1) Istituto Nazionale di Fisica Nucleare, Sezione di Roma, (2) Istituto Nazionale di Fisica

More information

Offline Tutorial I. Małgorzata Janik Łukasz Graczykowski. Warsaw University of Technology

Offline Tutorial I. Małgorzata Janik Łukasz Graczykowski. Warsaw University of Technology Offline Tutorial I Małgorzata Janik Łukasz Graczykowski Warsaw University of Technology Offline Tutorial, 5.07.2011 1 Contents ALICE experiment AliROOT ROOT GRID & AliEn Event generators - Monte Carlo

More information

Geant4 activities at DESY

Geant4 activities at DESY Geant4 activities at DESY 3 rd Ecfa/Desy workshop Prague November 2002 Frank Gaede DESY -IT- Outline Introduction Current work Near term goals Looking ahead Conclusion ECFA/DESY workshop Prague 11/02 Frank

More information

EicRoot software framework

EicRoot software framework EicRoot software framework Alexander Kiselev EIC Software Meeting Jefferson Lab September,24 2015 Contents of the talk FairRoot software project EicRoot framework structure Typical EicRoot applications

More information

GLAST AnaGrp 23 Jan Core Meeting Report

GLAST AnaGrp 23 Jan Core Meeting Report Core Meeting Report 17-20 Jan @ SLAC Julie, Navid, Heather, Toby, David made the trip http://wwwglast.slac.stanford.edu/software/meetingbuilder/meetingrpt.asp?mtid=3 Topics Migration to new versions of

More information

The ATLAS Trigger Simulation with Legacy Software

The ATLAS Trigger Simulation with Legacy Software The ATLAS Trigger Simulation with Legacy Software Carin Bernius SLAC National Accelerator Laboratory, Menlo Park, California E-mail: Catrin.Bernius@cern.ch Gorm Galster The Niels Bohr Institute, University

More information

Early experience with the Run 2 ATLAS analysis model

Early experience with the Run 2 ATLAS analysis model Early experience with the Run 2 ATLAS analysis model Argonne National Laboratory E-mail: cranshaw@anl.gov During the long shutdown of the LHC, the ATLAS collaboration redesigned its analysis model based

More information

HepMC 2. a C++ Event Record for Monte Carlo Generators. User Manual Version 2.0 August 18, 2006.

HepMC 2. a C++ Event Record for Monte Carlo Generators.  User Manual Version 2.0 August 18, 2006. LATEX-ed on June 29, 2007. HepMC 2 a C++ Event Record for Monte Carlo Generators http://savannah.cern.ch/projects/hepmc/ User Manual Version 2.0 August 18, 2006 Lynn Garren Fermi National Accelerator Laboratory

More information

Gamma-ray Large Area Space Telescope (GLAST) Large Area Telescope (LAT) Integration and Test Subsystem Electrical Performance Tests

Gamma-ray Large Area Space Telescope (GLAST) Large Area Telescope (LAT) Integration and Test Subsystem Electrical Performance Tests GLAST LAT Document Title LAT I&T Electrical Performance Tests Document # Date Page 1 of 24 LAT-MD-01055-01 March 11, 2003 Author(s): L. Wai Subsystem/Office Integration and Test Subsystem Approval(s) E.

More information

DVCS software and analysis tutorial

DVCS software and analysis tutorial DVCS software and analysis tutorial Carlos Muñoz Camacho Institut de Physique Nucléaire, Orsay, IN2P3/CNRS DVCS Collaboration Meeting January 16 17, 2017 Carlos Muñoz Camacho (IPNO) DVCS Software Jan 16,

More information

Velo readout board RB3. Common L1 board (ROB)

Velo readout board RB3. Common L1 board (ROB) Velo readout board RB3 Testing... Common L1 board (ROB) Specifying Federica Legger 10 February 2003 1 Summary LHCb Detectors Online (Trigger, DAQ) VELO (detector and Readout chain) L1 electronics for VELO

More information

Full Simulation of Belle & Belle II SVD Detector (within ILC Framework)

Full Simulation of Belle & Belle II SVD Detector (within ILC Framework) Full Simulation of Belle & Belle II SVD Detector (within ILC Framework) Z. Drásal Charles University in Prague ILC Software Framework Summary Mokka: Geant 4 based, full simulation tool using a realistic

More information

v1.5 Latest version: v16r2 Panoramix: Interactive Data Visualization for LHCb Author: Guy Barrand (Framework) + contribution from many individuals

v1.5 Latest version: v16r2 Panoramix: Interactive Data Visualization for LHCb Author: Guy Barrand (Framework) + contribution from many individuals v1.5 from a physicist Panoramix: Interactive Data Visualization for LHCb Author: Guy Barrand (Framework) + contribution from many individuals lhcb-panoramix@cern.ch Web page: http://lhcb-comp.web.cern.ch/lhcb-comp/frameworks/visualization/

More information

Frank Gaede, DESY, LCWS 2005, Stanford, CA March Overview of Simulation and Reconstruction Tools in Europe

Frank Gaede, DESY, LCWS 2005, Stanford, CA March Overview of Simulation and Reconstruction Tools in Europe Overview of Simulation and Reconstruction Tools in Europe Frank Gaede, DESY LCWS 2005, Stanford, CA March 18 22 2005 1 Outline Introduction LCIO data model & persistency Simulation SIMDET fast simulation

More information

Alignment of the ATLAS Inner Detector

Alignment of the ATLAS Inner Detector Alignment of the ATLAS Inner Detector Heather M. Gray [1,2] on behalf of the ATLAS ID Alignment Group [1] California Institute of Technology [2] Columbia University The ATLAS Experiment tile calorimeter

More information

Analogue, Digital and Semi-Digital Energy Reconstruction in the CALICE AHCAL

Analogue, Digital and Semi-Digital Energy Reconstruction in the CALICE AHCAL Analogue, Digital and Semi-Digital Energy Reconstruction in the AHCAL Deutsches Elektronen Synchrotron (DESY), Hamburg, Germany E-mail: coralie.neubueser@desy.de Within the collaboration different calorimeter

More information

Physics Analysis Software Framework for Belle II

Physics Analysis Software Framework for Belle II Physics Analysis Software Framework for Belle II Marko Starič Belle Belle II collaboration Jožef Stefan Institute, Ljubljana CHEP 2015 M. Starič (IJS) Physics Analysis Software Okinawa, 13-17 April 2015

More information

R3BRoot Framework. D. Kresan GSI, Darmstadt. First R3BRoot Development Workshop July 28 30, 2015 GSI, Darmstadt

R3BRoot Framework. D. Kresan GSI, Darmstadt. First R3BRoot Development Workshop July 28 30, 2015 GSI, Darmstadt GSI, Darmstadt First R3BRoot Development Workshop July 28 30, 2015 GSI, Darmstadt Outline Introduction to concept Relation to FairRoot Combined solution for R3B analysis Framework components - Analysis

More information

DeepCore Veto Methods

DeepCore Veto Methods DeepCore Veto Methods Sebastian Euler RWTH Aachen University Novel Searches for Dark Matter 2010 Workshop July 5 2010, Ohio State University 1 Outline IceCube + DeepCore Veto: First Ideas Stage 1: Velocity

More information

Optical Models of Direct Volume Rendering by Nelson Max

Optical Models of Direct Volume Rendering by Nelson Max Optical Models of Direct Volume Rendering by Nelson Max By Michael Shah Duration: 15~20minutes February 7, 2011 Slides and study guide available at http://www.cse.ohio-state.edu/ ~shahmi/coursework.html

More information

CMS Simulation Software

CMS Simulation Software CMS Simulation Software Dmitry Onoprienko Kansas State University on behalf of the CMS collaboration 10th Topical Seminar on Innovative Particle and Radiation Detectors 1-5 October 2006. Siena, Italy Simulation

More information

Detector Response Simulation

Detector Response Simulation Simulating the Silicon Detector Norman Graf SLAC March 17, 2005 Detector Response Simulation Use Geant4 toolkit to describe interaction of particles with matter. Thin layer of LC-specific C++ provides

More information

ALICE Simulation Architecture

ALICE Simulation Architecture ALICE Simulation Architecture Linear Collider Workshop November 15 René Brun CERN ALICE Simulation Architecture 1 ALICE Event/100 Front View of a simulated event with only 1/100 of the expected multiplicity

More information

Finding the axis of symmetry, vertex, and roots of a parabola

Finding the axis of symmetry, vertex, and roots of a parabola Finding the axis of symmetry, vertex, and roots of a parabola 1) Find the Axis of Symmetry of y = x 2-4x + 3 (The AOS is the vertical line that splits the parabola in 2 equal parts) Axis of Symmetry Axis

More information

Track reconstruction with the CMS tracking detector

Track reconstruction with the CMS tracking detector Track reconstruction with the CMS tracking detector B. Mangano (University of California, San Diego) & O.Gutsche (Fermi National Accelerator Laboratory) Overview The challenges The detector Track reconstruction

More information

PoS(High-pT physics09)036

PoS(High-pT physics09)036 Triggering on Jets and D 0 in HLT at ALICE 1 University of Bergen Allegaten 55, 5007 Bergen, Norway E-mail: st05886@alf.uib.no The High Level Trigger (HLT) of the ALICE experiment is designed to perform

More information

Measurement of fragmentation cross-section of 400 MeV/u 12 C beam on thin targets

Measurement of fragmentation cross-section of 400 MeV/u 12 C beam on thin targets Measurement of fragmentation cross-section of 400 MeV/u 12 C beam on thin targets Candidate: Abdul Haneefa Kummali Supervisor : Dr. Vincenzo Monaco PhD School - Department of Physics XXVII cycle 14-February-2014

More information

Data and Analysis preservation in LHCb

Data and Analysis preservation in LHCb Data and Analysis preservation in LHCb - March 21, 2013 - S.Amerio (Padova), M.Cattaneo (CERN) Outline 2 Overview of LHCb computing model in view of long term preservation Data types and software tools

More information

EMC Isilon. Cisco UCS Director Support for EMC Isilon

EMC Isilon. Cisco UCS Director Support for EMC Isilon Cisco UCS Director Support for, page 1 Adding an Account, page 2 Storage Pool Tiers, page 3 Storage Node Pools, page 4 SMB Shares, page 5 Creating an NFS Export, page 7 Quotas, page 9 Configuring a space

More information

HLT Hadronic L0 Confirmation Matching VeLo tracks to L0 HCAL objects

HLT Hadronic L0 Confirmation Matching VeLo tracks to L0 HCAL objects LHCb Note 26-4, TRIG LPHE Note 26-14 July 5, 26 HLT Hadronic L Confirmation Matching VeLo tracks to L HCAL objects N. Zwahlen 1 LPHE, EPFL Abstract This note describes the HltHadAlleyMatchCalo tool that

More information

Atlantis event display tutorial

Atlantis event display tutorial Atlantis event display tutorial basic features Zdenek Maxa (University College London) Atlantis team Introduction features Atlantis event display is a stand-alone Java application Uses variety of 2D projections,

More information

Fall 2007 Research Report

Fall 2007 Research Report Fall 2007 Research Report Jennifer Helsby December 17, 2007 1 Introduction This semester, GEANT4 simulations were developed to model the passage of cosmic ray muons through matter. The investigations were

More information

π ± Charge Exchange Cross Section on Liquid Argon

π ± Charge Exchange Cross Section on Liquid Argon π ± Charge Exchange Cross Section on Liquid Argon Kevin Nelson REU Program, College of William and Mary Mike Kordosky College of William and Mary, Physics Dept. August 5, 2016 Abstract The observation

More information

Performance quality monitoring system for the Daya Bay reactor neutrino experiment

Performance quality monitoring system for the Daya Bay reactor neutrino experiment Journal of Physics: Conference Series OPEN ACCESS Performance quality monitoring system for the Daya Bay reactor neutrino experiment To cite this article: Y B Liu and the Daya Bay collaboration 2014 J.

More information

The CMS L1 Global Trigger Offline Software

The CMS L1 Global Trigger Offline Software The CMS L1 Global Offline Software Vasile Mihai Ghete Institute for High Energy Physics, Vienna, Austria Seminar 08-09 June 2009, HEPHY Vienna CMS experiment Tracker pixel detector: 3 barrel layers, 2

More information

I 2 C and SPI Protocol Triggering and Decode for Infiniium 9000 Series Oscilloscopes

I 2 C and SPI Protocol Triggering and Decode for Infiniium 9000 Series Oscilloscopes I 2 C and SPI Protocol Triggering and Decode for Infiniium 9000 Series Oscilloscopes Data sheet This application is available in the following license variations. Order N5391B for a user-installed license

More information

The performance of the ATLAS Inner Detector Trigger Algorithms in pp collisions at the LHC

The performance of the ATLAS Inner Detector Trigger Algorithms in pp collisions at the LHC X11 opical Seminar IPRD, Siena - 7- th June 20 he performance of the ALAS Inner Detector rigger Algorithms in pp collisions at the LHC Mark Sutton University of Sheffield on behalf of the ALAS Collaboration

More information

LHCb Computing Technical Design Report

LHCb Computing Technical Design Report LHCb R. Antunes Nobrega, A. Franca Barbosa, I. Bediaga, G. Cernicchiaro, E. Correa de Oliveira, J. Magnin, L. Manhaes de Andrade Filho, J. Marques de Miranda, H. Pessoa Lima Junior, A. Reis, et al. To

More information

Marlin et al Introduction to ILC LDC Simulation and Reconstruction Software

Marlin et al Introduction to ILC LDC Simulation and Reconstruction Software Marlin et al Introduction to ILC LDC Simulation and Reconstruction Software Frank Gaede DESY ILC Detector and Physics Workshop, Snowmass August 14 27, 2005 1 Outline Introduction overview international

More information

Sky-Offset / Dynamic Bad pixel flagging Module

Sky-Offset / Dynamic Bad pixel flagging Module Sky-Offset / Dynamic Bad pixel flagging Module F. Masci, version 1.0 (3/19/2008) 1. Background The functions of this module shall be twofold: i. Compute a sky-offset image from a median (or trimmed average)

More information

Frank Gaede, ECFA SW & Physics Simulation Phone Meeting, June 21, News on Core Software Tools

Frank Gaede, ECFA SW & Physics Simulation Phone Meeting, June 21, News on Core Software Tools News on Core Software Tools Frank Gaede DESY ECFA Software & Physics Simulation Phone Meeting, June 21, 2006 1 Outline new developments since Cambridge meeting LCIO Marlin/MarlinReco Gear Mokka 2 LCIO

More information

Massively Parallel GPU-friendly Algorithms for PET. Szirmay-Kalos László, Budapest, University of Technology and Economics

Massively Parallel GPU-friendly Algorithms for PET. Szirmay-Kalos László,   Budapest, University of Technology and Economics Massively Parallel GPU-friendly Algorithms for PET Szirmay-Kalos László, http://cg.iit.bme.hu, Budapest, University of Technology and Economics (GP)GPU: CUDA (OpenCL) Multiprocessor N Multiprocessor 2

More information

Frank Gaede, ILC Detector Workshop, Snowmass, Aug 14 27, Introduction to ILC LDC Simulation and Reconstruction Software

Frank Gaede, ILC Detector Workshop, Snowmass, Aug 14 27, Introduction to ILC LDC Simulation and Reconstruction Software Introduction to ILC LDC Simulation and Reconstruction Software Frank Gaede DESY ILC Detector and Physics Workshop, Snowmass August 14 27, 2005 1 Outline Introduction overview international software Central

More information

Status Report of PRS/m

Status Report of PRS/m Status Report of PRS/m D.Acosta University of Florida Current U.S. activities PRS/m Activities New PRS organization 1 EMU Software Workshop Workshop held at UCDavis in late February helped focus EMU software

More information

EicRoot for tracking R&D studies

EicRoot for tracking R&D studies EicRoot for tracking R&D studies Alexander Kiselev EIC Software Meeting Jefferson Lab September,24 2015 Contents of the talk Tracking code implementation in EicRoot Few particular applications: Basic forward

More information

Performance of the ATLAS Inner Detector at the LHC

Performance of the ATLAS Inner Detector at the LHC Performance of the ALAS Inner Detector at the LHC hijs Cornelissen for the ALAS Collaboration Bergische Universität Wuppertal, Gaußstraße 2, 4297 Wuppertal, Germany E-mail: thijs.cornelissen@cern.ch Abstract.

More information

GEANT4 is used for simulating: RICH testbeam data, HCAL testbeam data. GAUSS Project: LHCb Simulation using GEANT4 with GAUDI.

GEANT4 is used for simulating: RICH testbeam data, HCAL testbeam data. GAUSS Project: LHCb Simulation using GEANT4 with GAUDI. Status of GEANT4 in LHCb S. Easo, RAL, 30-9-2002 The LHCbexperiment. GEANT4 is used for simulating: RICH testbeam data, HCAL testbeam data. GAUSS Project: LHCb Simulation using GEANT4 with GAUDI. Summary.

More information

Tracking POG Update. Tracking POG Meeting March 17, 2009

Tracking POG Update. Tracking POG Meeting March 17, 2009 Tracking POG Update Tracking POG Meeting March 17, 2009 Outline Recent accomplishments in Tracking POG - Reconstruction improvements for collisions - Analysis of CRAFT Data Upcoming Tasks Announcements

More information

LCIO - A persistency framework for linear collider simulation studies

LCIO - A persistency framework for linear collider simulation studies LCIO - A persistency framework for linear collider simulation studies F. Gaede DESY, 22607 Hamburg, Germany T. Behnke DESY and SLAC N. Graf, T. Johnson SLAC, Stanford, CA 94025, USA SLAC-PUB-9992 * Almost

More information

Real-time Analysis with the ALICE High Level Trigger.

Real-time Analysis with the ALICE High Level Trigger. Real-time Analysis with the ALICE High Level Trigger C. Loizides 1,3, V.Lindenstruth 2, D.Röhrich 3, B.Skaali 4, T.Steinbeck 2, R. Stock 1, H. TilsnerK.Ullaland 3, A.Vestbø 3 and T.Vik 4 for the ALICE

More information

An array is a collection of data that holds fixed number of values of same type. It is also known as a set. An array is a data type.

An array is a collection of data that holds fixed number of values of same type. It is also known as a set. An array is a data type. Data Structures Introduction An array is a collection of data that holds fixed number of values of same type. It is also known as a set. An array is a data type. Representation of a large number of homogeneous

More information

8.882 LHC Physics. Track Reconstruction and Fitting. [Lecture 8, March 2, 2009] Experimental Methods and Measurements

8.882 LHC Physics. Track Reconstruction and Fitting. [Lecture 8, March 2, 2009] Experimental Methods and Measurements 8.882 LHC Physics Experimental Methods and Measurements Track Reconstruction and Fitting [Lecture 8, March 2, 2009] Organizational Issues Due days for the documented analyses project 1 is due March 12

More information

Tracking and Vertex reconstruction at LHCb for Run II

Tracking and Vertex reconstruction at LHCb for Run II Tracking and Vertex reconstruction at LHCb for Run II Hang Yin Central China Normal University On behalf of LHCb Collaboration The fifth Annual Conference on Large Hadron Collider Physics, Shanghai, China

More information

Overview of the American Detector Models

Overview of the American Detector Models Overview of the American Detector Models Univ. of Oregon The American study groups have investigated two specific models Choosing any particular detector design is a compromise between competing constraints

More information

Belle II Software and Computing

Belle II Software and Computing Belle II Software and Computing LMU Munich Journée Belle II @ LAL 2017-03-22 Computing Model >10 PB of raw data per year Distributed computing model Share per fraction of PhDs More than 10 PB of raw data

More information

How To: Upgrade Your Demo Account To Add New and Improved Call Centre Statistics

How To: Upgrade Your Demo Account To Add New and Improved Call Centre Statistics How To: Upgrade Your Demo Account To Add New and Improved Call Centre Statistics Contents Introduction... 2 Adding A Hunt Group List... 2 Adding An ACD Agent List... 4 Adding An ACD Agent BLF... 4 Adding

More information

UCS 10. Operating Manual. Spectrum Techniques, Inc. Oak Ridge, Tenn. USA. Universal Computer Spectrometer. August 1996

UCS 10. Operating Manual. Spectrum Techniques, Inc. Oak Ridge, Tenn. USA. Universal Computer Spectrometer. August 1996 UCS 10 Universal Computer Spectrometer Operating Manual August 1996 Spectrum Techniques, Inc. Oak Ridge, Tenn. USA. TABLE OF CONTENTS Overview Software Disk Menus File Edit Mode Calculations Tools Settings

More information

An SQL-based approach to physics analysis

An SQL-based approach to physics analysis Journal of Physics: Conference Series OPEN ACCESS An SQL-based approach to physics analysis To cite this article: Dr Maaike Limper 2014 J. Phys.: Conf. Ser. 513 022022 View the article online for updates

More information

A new method of The Monte Carlo Simulation based on Hit stream for the LHAASO

A new method of The Monte Carlo Simulation based on Hit stream for the LHAASO A of The Monte Carlo Simulation based on Hit stream for the LHAASO Institute of High Energy Physics, CAS, Beijing, China. E-mail: wuhr@ihep.ac.cn Mingjun Chen Institute of High Energy Physics, CAS, Beijing,

More information

Charged Particle Reconstruction in HIC Detectors

Charged Particle Reconstruction in HIC Detectors Charged Particle Reconstruction in HIC Detectors Ralf-Arno Tripolt, Qiyan Li [http://de.wikipedia.org/wiki/marienburg_(mosel)] H-QM Lecture Week on Introduction to Heavy Ion Physics Kloster Marienburg/Mosel,

More information

GLAST Large Area Telescope Instrument Science Operations Center

GLAST Large Area Telescope Instrument Science Operations Center GLAST LAT ISOC Monthly Status Review - ISOC, 5 October 7 Gamma-ray Large Area Space Telescope GLAST Large Area Telescope Instrument Science Operations Center Monthly Status Review 5 October 7 Rob Cameron

More information

TriSystems Engineering 2011 Training Brochure

TriSystems Engineering 2011 Training Brochure TriSystems Engineering 2011 Training Brochure Welcome to the Trisystems Engineering 2011 Training Catalogue! Training continues to have a huge impact on today s Process Control business environment. TriSystems

More information

PXD Simulation and Optimisation Studies

PXD Simulation and Optimisation Studies PXD Simulation and Optimisation Studies Z. Drásal, A. Moll, K. Prothmann with special thanks to: C. Kiesling, A. Raspereza, Prague people Charles University Prague MPI Munich ILC Software Framework Summary

More information

Overview of LHCb applications and software environment. Bologna Tutorial, June 2006

Overview of LHCb applications and software environment. Bologna Tutorial, June 2006 1 Overview of LHCb applications and software environment Bologna Tutorial, June 2006 LHCb applications Event model / Physics event model GenParts MCParts Simul. Gauss MCHits Detector Description Digit.

More information

LHCb Computing Status. Andrei Tsaregorodtsev CPPM

LHCb Computing Status. Andrei Tsaregorodtsev CPPM LHCb Computing Status Andrei Tsaregorodtsev CPPM Plan Run II Computing Model Results of the 2015 data processing 2016-2017 outlook Preparing for Run III Conclusions 2 HLT Output Stream Splitting 12.5 khz

More information

SDMX self-learning package XML based technologies used in SDMX-IT TEST

SDMX self-learning package XML based technologies used in SDMX-IT TEST SDMX self-learning package XML based technologies used in SDMX-IT TEST Produced by Eurostat, Directorate B: Statistical Methodologies and Tools Unit B-5: Statistical Information Technologies Last update

More information

Access to ATLAS Geometry and Conditions Databases

Access to ATLAS Geometry and Conditions Databases Access to ATLAS Geometry and Conditions Databases Vakho Tsulaia University of Pittsburgh ATLAS South Caucasus Software/Computing Workshop & Tutorial Tbilisi, 2010 10 26 Outline Introduction to ATLAS Geometry

More information

Event Displays and LArg

Event Displays and LArg Event Displays and LArg Columbia U. / Nevis Labs Slide 1 Introduction Displays are needed in various ways at different stages of the experiment: Software development: understanding offline & trigger algorithms

More information

Belle & Belle II. Takanori Hara (KEK) 9 June, 2015 DPHEP Collaboration CERN

Belle & Belle II. Takanori Hara (KEK) 9 June, 2015 DPHEP Collaboration CERN 1 Belle & Belle II Takanori Hara (KEK) takanori.hara@kek.jp 9 June, 2015 DPHEP Collaboration Workshop @ CERN 2 Belle Data Belle : started in 1999, data-taking completed in 2010 still keep analysing the

More information

Packages. LASER Summer School on Software Engineering 2013, Elba Island, Italy Pere Mato/CERN. Lecture 3. Monday, September 9, 13

Packages. LASER Summer School on Software Engineering 2013, Elba Island, Italy Pere Mato/CERN. Lecture 3. Monday, September 9, 13 Frameworks and Common Packages LASER Summer School on Software Engineering 2013, Elba Island, Italy Pere Mato/CERN Lecture 3 1 Frameworks Event Applications Det Desc. Calib. Experiment Framework Simulation

More information