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

Size: px
Start display at page:

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

Transcription

1 GSI, Darmstadt First R3BRoot Development Workshop July 28 30, 2015 GSI, Darmstadt

2 Outline Introduction to concept Relation to FairRoot Combined solution for R3B analysis Framework components - Analysis tasks - Data objects - Parameter containers Overview of the code structure Overview of Workshop 2

3 Introduction R3BRoot is software framework for simulations and data analysis of R3B experiments It is derived and based on the FairRoot framework common functionality for FAIR experiments Modular structure, has no executables dynamic shared libraries are loaded on demand, depending on the steering-macro 3

4 Introduction Simulation Simulation is fully ROOT based Virtual Monte Carlo (VMC): easy switch between Geant3 / Geant4 (keeping physics input, detector geometry, field map, stepping implementation) Additional reconstruction stage in simulation: digitization generate detector hits, based on Monte Carlo information 4

5 Introduction Data analysis Multiple data sources support: LMD file, Remote Event Server will be substituted by R3B-specific UCESB source Analysis is organized in user-defined tasks (algorithms) modular and flexible The same algorithms implementation is used for simulation and analysis 5

6 Simulation and Data Analysis Common analysis algorithms for simulation and experimental data Simulation Digitization Detector hits Analysis Experiment Mapping, Calibration 6

7 Relation to FairRoot (talk by F. Uhlig) MC Transport engines FairRoot Cuts, Processes Track Propagation Event Display Detector Base MC Application Run Manager Event Generator Tasks I/O Manager RunTime DB Magnetic Field ROOT files MBS event server (online) MBS data file (offline) Parameter containers Si-Tracker CALIFA PSP DCH TOF NeuLAND R3B ASCII Hit Producers Calibration Reconstruction Analysis R3BRoot GLAD ALADIN constant field CbmRoot PandaRoot 7

8 Combined solution for R3B UCESB + R3BRoot + Tracker UCESB MBS data unpacking. Channel mapping. R3BRoot Calibration. Reconstruction. Analysis. Tracker External tracker implementation. 8

9 Basic framework components

10 Analysis tasks Based on ROOT TTask mechanism Inherit from base class FairTask Modular scheme with hierarchy support (defined in steering macro) Framework takes over Input / Output implementation and parameter initialization A task has access to all data produced by previous tasks during the same run (or from file) 10

11 Data objects Input / Output is ROOT based TTree Arrays of data are stored in TClonesArray Data objects derive from TObject ROOT class Additional base classes: FairMCPoint, FairHit, R3BRawItem, etc 11

12 Parameter handling Calibration parameters are to be stored in user-defined containers Handling is done using FairRuntimeDB singleton object Currently 2 implementations are supported: Human readable ASCII file (suitable for small amount of parameters) ROOT file for storing C++ objects 12

13 Code structure

14 Code structure overview (1) Detector folders cal (CALIFA); xball (Crystal Ball); land, neuland (neutron detectors); dch (Drift Chamber); dtof, mtof, tof (TOF walls); los (start counter); gfi, mfi, psp, startracker, tracker (tracking detectors); passive (ALADIN, GLAD, Target) Contain implementation of detector-related algorithms (stepping, digitization, calibration), parameter containers (both for simulation and data analysis) 14

15 Code structure overview (2) field field maps implementation and data files gconfig configuration scripts for simulation engines geometry ROOT files with detectors geometry, media file input input files for simulation 15

16 Code structure overview (3) macros steering macros plists Geant4 physics lists r3bbase Base classes for R3B r3bdata (with subfolders per detector) data objects (MCPoints, Hits, etc ) 16

17 Code structure overview (4) r3bdb parameter containers for calibration (currently CALIFA, NeuLAND, LOS) r3bgen R3B-specific event generators for simulation 17

18 Upcoming Git repository R3BRoot will soon move to GitHub Take over FairRoot workflow (talk by A. Rybalchenko) UCESB interface B. Löher is implementing R3BUcesbSource interface to UCESB software package R3BRoot will read already unpacked and mapped detector items (raw hits) 18

19 Overview of the workshop program

20 Tuesday, July 28 Setting up preparing the environment, software installation Running analysis structure of a steering macro, run TOF unpacker Adding data classes create data class for storing TOF raw data, plug it into unpacker 20

21 Wednesday, July 29 (1) Adding analysis task create task for calculation of TOF time calibration parameters, which runs in the same macro with unpacker Calibration and parameter handling implement skeleton for storing of parameters using Runtime Database 21

22 Wednesday, July 29 (2) Applying calibration parameters create new task and data class for time-calibrated TOF data. Use calibration parameters to calculate time [ns] Web-based event display fill and publish histograms remotely during data unpacking 22

23 Thursday, July 30 Combined analysis create new analysis task accessing TOF and NeuLAND data Creating / accessing detector geometry structure of a macro to create geometry file. Accessing geometry in the analysis using Runtime Database Event display components of 3D event display. Adding new elements. Exercise with GUI 23

24 Next talk by R. Karabowicz on General Infrastructure

25 Wish you a successful workshop Questions?

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

05/09/07 CHEP2007 Stefano Spataro. Simulation and Event Reconstruction inside the PandaRoot Framework. Stefano Spataro. for the collaboration

05/09/07 CHEP2007 Stefano Spataro. Simulation and Event Reconstruction inside the PandaRoot Framework. Stefano Spataro. for the collaboration for the collaboration Overview Introduction on Panda Structure of the framework Event generation Detector implementation Reconstruction The Panda experiment AntiProton Annihilations at Darmstadt Multi

More information

CLAS12 Software Demonstration

CLAS12 Software Demonstration CLAS12 Software Demonstration Nathan Harrison First CLAS12 Experiment Workshop June 15, 2016 Jefferson Lab Outline Introduction - gemc - coatjava - ced Getting started - setting your environment - downloading

More information

Hall-C Analyzer & Hall-C Replay

Hall-C Analyzer & Hall-C Replay Hall-C Analyzer & Hall-C Replay Jefferson Lab Hall-C Analyzer Overview Hall-C ROOT Analysis framework (HCANA) is written in C++ and is an extension of the Hall A analyzer podd Based on previous Fortran

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

Monitoring the software quality in FairRoot. Gesellschaft für Schwerionenforschung, Plankstrasse 1, Darmstadt, Germany

Monitoring the software quality in FairRoot. Gesellschaft für Schwerionenforschung, Plankstrasse 1, Darmstadt, Germany Gesellschaft für Schwerionenforschung, Plankstrasse 1, 64291 Darmstadt, Germany E-mail: f.uhlig@gsi.de Mohammad Al-Turany Gesellschaft für Schwerionenforschung, Plankstrasse 1, 64291 Darmstadt, Germany

More information

GEOMETRY DATABASE FOR THE CBM EXPERIMENT AND ITS FIRST APPLICATION TO THE EXPERIMENTS OF THE NICA PROJECT

GEOMETRY DATABASE FOR THE CBM EXPERIMENT AND ITS FIRST APPLICATION TO THE EXPERIMENTS OF THE NICA PROJECT GEOMETRY DATABASE FOR THE CBM EXPERIMENT AND ITS FIRST APPLICATION TO THE EXPERIMENTS OF THE NICA PROJECT E.P. Akishina 1, E.I. Alexandrov 1, I.N. Alexandrov 1, I.A. Filozova 1,2,3,a, V. Friese 4, K.V.

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

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

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

Recent developments of the AGATA Simulation Code

Recent developments of the AGATA Simulation Code Recent developments of the AGATA Simulation Code On behalf of the Simulation Working Group Marc Labiche (marc.labiche@stfc.ac.uk) 18t h AGATA week, Milano - 11 th Oct 2017 Outline Generalities regarding

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

Klaus Dehmelt EIC Detector R&D Weekly Meeting November 28, 2011 GEM SIMULATION FRAMEWORK

Klaus Dehmelt EIC Detector R&D Weekly Meeting November 28, 2011 GEM SIMULATION FRAMEWORK Klaus Dehmelt EIC Detector R&D Weekly Meeting November 28, 2011 GEM SIMULATION FRAMEWORK Overview GEM Simulation Framework in the context of Simulation Studies for a High Resolution Time Projection Chamber

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

CLAS 12 Reconstruction Software

CLAS 12 Reconstruction Software CLAS 12 Reconstruction Software G.Gavalian (ODU) Outline CLAS-12 computing Requirements CLARA framework (SOA architecture) CLARA based application examples (DataMining) CLAS 12 Reconstruction Where do

More information

CLAS12 Software Organization and Documentation

CLAS12 Software Organization and Documentation CLAS12 Software Organization and Documentation Nathan Harrison Jefferson Lab CLAS Collaboration Meeting March 28, 2017 Jefferson Lab Outline Current release Online software Simulations Common tools Reconstruction

More information

GSI Experiment Electronics

GSI Experiment Electronics J.Adamczewski-Musch, S.Linev GSI Experiment Electronics Workshop 2011 J.Adamczewski-Musch 1 Workshop schedule Time Action Tutors 10:00 10:30 10:30-12:00 12:00-13:00 13:00-15:00 15:00-15:30 15:30-16:00

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

Designing the Computing for the Future Experiments. Stefano Spataro

Designing the Computing for the Future Experiments. Stefano Spataro Designing the Computing for the Future Experiments Stefano Spataro ISTITUTO NAZIONALE DI FISICA NUCLEARE Sezione di Torino Tuesday, 15 th October, 2013 15 th October 2013 Stefano Spataro Designing the

More information

SoLID Software Framework

SoLID Software Framework SoLID Software Framework Ole Hansen Jefferson Lab SoLID Collaboration Meeting May 5, 2016 Ole Hansen (Jefferson Lab) SoLID Software Framework May 6, 2016 1 / 15 Framework Pros & Cons Framework Pros Cons

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

Getting Started with GEM

Getting Started with GEM Getting Started with GEM Shuei YAMADA ICEPP, University of Tokyo What is GEM? Before you start Downloading Compilation Running the simulation Output & Analysis 1 What is GEM? Detector simulation for the

More information

Analysis of Σ 0 baryon, or other particles, or detector outputs from the grid data at ALICE

Analysis of Σ 0 baryon, or other particles, or detector outputs from the grid data at ALICE Analysis of Σ 0 baryon, or other particles, or detector outputs from the grid data at ALICE Introduction Analysis Chain Current status of Σ 0 analysis Examples of root files from the data and MC Discussion

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

The MICE Physics Computing Capabilities

The MICE Physics Computing Capabilities MICE-NOTE-COMP-0439 The MICE Physics Computing Capabilities C. T. Rogers, D. Rajaram Abstract In this note we present the MICE simulation, online and offline analysis capabilities and detail the framework

More information

ONLINE MONITORING SYSTEM FOR THE EXPERIMENT

ONLINE MONITORING SYSTEM FOR THE EXPERIMENT ONLINE MONITORING SYSTEM FOR THE BM@N EXPERIMENT I.R. Gabdrakhmanov a, M.N. Kapishin b, S.P. Merts c Veksler and Baldin Laboratory of High Energy Physics, Joint Institute for Nuclear Research, 6 Joliot-Curie,

More information

Work in Tbilisi. David Mchedlishvili (SMART EDM_lab of TSU) GGSWBS , Tbilisi. Shota Rustaveli National Science Foundation

Work in Tbilisi. David Mchedlishvili (SMART EDM_lab of TSU) GGSWBS , Tbilisi. Shota Rustaveli National Science Foundation Mitglied der Helmholtz-Gemeinschaft David Mchedlishvili (SMART EDM_lab of TSU) Work in Tbilisi GGSWBS 18 23.08.2018, Tbilisi JEDI: Charged-Particle EDM Search Main principle: Inject polarized particles

More information

Hall C 12 GeV Analyzer Update. Stephen Wood

Hall C 12 GeV Analyzer Update. Stephen Wood Hall C 12 GeV Analyzer Update Stephen Wood 12 GeV Software review Review of 12 GeV software preparations held June 7-8, 2012 Committee favorable to Hall C approach of building on Hall A software. Recommends

More information

HEP data analysis using ROOT

HEP data analysis using ROOT HEP data analysis using ROOT week 3 ROOT Maths and Physics Libraries ROOT Geometries Mark Hodgkinson 1 Week 3 ROOT maths and physics libraries vectors and their operations data modelling with RooFit ROOT

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

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

Super BigBite Spectrometer: simulation and software update

Super BigBite Spectrometer: simulation and software update Super BigBite Spectrometer: simulation and software update Hall A collaboration meeting Jefferson Lab, Jan 18-19, 2017 Eric Fuchey (University of Connecticut) On behalf of SBS collaboration / Software

More information

SoLID simulation with GEMC. Zhiwen Zhao 2015/03/26

SoLID simulation with GEMC. Zhiwen Zhao 2015/03/26 SoLID simulation with GEMC Zhiwen Zhao 2015/03/26 Outline GEMC Update SoLID simulation with GEMC 2.x solid_gemc in general EC simulation as an example Summary GEMC Update: Outline GEMC 1.x to 2.x, a major

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

GlueX Computing GlueX Collaboration Meeting JLab. Edward Brash University of Regina December 11 th -13th, 2003

GlueX Computing GlueX Collaboration Meeting JLab. Edward Brash University of Regina December 11 th -13th, 2003 GlueX Computing GlueX Collaboration Meeting JLab Edward Brash University of Regina December 11 th -13th, 2003 VRVS Videoconferences - www.vrvs.org -> web-based videoconferencing site currently free - audio/video/chat

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

Hall D and IT. at Internal Review of IT in the 12 GeV Era. Mark M. Ito. May 20, Hall D. Hall D and IT. M. Ito. Introduction.

Hall D and IT. at Internal Review of IT in the 12 GeV Era. Mark M. Ito. May 20, Hall D. Hall D and IT. M. Ito. Introduction. at Internal Review of IT in the 12 GeV Era Mark Hall D May 20, 2011 Hall D in a Nutshell search for exotic mesons in the 1.5 to 2.0 GeV region 12 GeV electron beam coherent bremsstrahlung photon beam coherent

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

LAND02 as we love to hate it. Håkan T. Johansson, Chalmers, Göteborg

LAND02 as we love to hate it. Håkan T. Johansson, Chalmers, Göteborg LAND02 as we love to hate it Håkan T. Johansson, Chalmers, Göteborg GSI, Darmstadt, May 2009 allies of LAND02 Interested and committed PhD students and postdocs, who 'had the priorities right', and did

More information

ALIBUILD / PANDADIST. The New Build System for Panda

ALIBUILD / PANDADIST. The New Build System for Panda ALIBUILD / PANDADIST The New Build System for Panda Reason for a new Build Tool! FairSoft only weakly defines dependencies between packages Package order hard coded in the scripts Recompilation of updated

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

Computing at Belle II

Computing at Belle II Computing at Belle II CHEP 22.05.2012 Takanori Hara for the Belle II Computing Group Physics Objective of Belle and Belle II Confirmation of KM mechanism of CP in the Standard Model CP in the SM too small

More information

Data acquisition and online monitoring software for CBM test beams

Data acquisition and online monitoring software for CBM test beams Journal of Physics: Conference Series Data acquisition and online monitoring software for CBM test beams To cite this article: J Adamczewski-Musch et al 2012 J. Phys.: Conf. Ser. 396 012001 View the article

More information

Simulation and data reconstruction framework slic & lcsim. Norman Graf, Jeremy McCormick SLAC HPS Collaboration Meeting May 27, 2011

Simulation and data reconstruction framework slic & lcsim. Norman Graf, Jeremy McCormick SLAC HPS Collaboration Meeting May 27, 2011 Simulation and data reconstruction framework slic & lcsim Norman Graf, Jeremy McCormick SLAC HPS Collaboration Meeting May 27, 2011 Simulation Mission Statement Provide full simulation capabilities for

More information

Hall C Analyzer. Hall C Winter Collaboration Meeting. Eric Pooser 01/20/2017

Hall C Analyzer. Hall C Winter Collaboration Meeting. Eric Pooser 01/20/2017 Hall C Analyzer 01/20/2017 In Collaboration with: Steve Wood, Mark Jones, Jure Bericic, Bob Michaels, Ole Hansen, Brad Sawatzky Hall C Analyzer Overview Hall C ROOT Analysis framework (HCANA) is written

More information

b-jet slice performances at L2/EF

b-jet slice performances at L2/EF 20 March 2007 Outline b-jet slice status b-tagging performance Status/Outlook b-jet slice The b-tagging selection is an element of flexibility in the ATLAS HLT framework: it might help to increase acceptance

More information

org.lcsim Reconstruction and Analysis framework for ILC Detectors Tony Johnson SLAC July 2006

org.lcsim Reconstruction and Analysis framework for ILC Detectors Tony Johnson SLAC July 2006 org.lcsim Reconstruction and Analysis framework for ILC Detectors Tony Johnson SLAC July 2006 org.lcsim: Contents Overview/Goals Geometry/Conditions/Detector system Reconstruction overview/status Using

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

Data Analysis in Experimental Particle Physics

Data Analysis in Experimental Particle Physics Data Analysis in Experimental Particle Physics C. Javier Solano S. Grupo de Física Fundamental Facultad de Ciencias Universidad Nacional de Ingeniería Data Analysis in Particle Physics Outline of Lecture

More information

ALICE Run3/Run4 Computing Model simulation software

ALICE Run3/Run4 Computing Model simulation software ALICE Run3/Run4 Computing Model simulation software Armenuhi.Abramyan, Narine.Manukyan Alikhanyan National Science Laboratory (Yerevan Physics Institute) @cern.ch Outline O2 Computing System upgrade program

More information

Large Installation Experiment Geant4 Simulations: SBS, SoLID, Moller

Large Installation Experiment Geant4 Simulations: SBS, SoLID, Moller Large Installation Experiment Geant4 Simulations: SBS, SoLID, Moller Seamus Riordan University of Massachusetts, Amherst sriordan@physics.umass.edu December 18, 2013 Seamus Riordan Analysis 2013 Big Simulations

More information

FAST site EMU CSC test results a global view from ROOT N. Terentiev

FAST site EMU CSC test results a global view from ROOT N. Terentiev FAST site EMU CSC test results a global view from ROOT US N. Terentiev (Carnegie Mellon University) Fermilab July 23, 2004 CMS Endcap Muon Cathode Strip Chambers (EMU CSC) EMU CSC provides: BX identification

More information

PoS(Baldin ISHEPP XXII)134

PoS(Baldin ISHEPP XXII)134 Implementation of the cellular automaton method for track reconstruction in the inner tracking system of MPD at NICA, G.A. Ososkov and A.I. Zinchenko Joint Institute of Nuclear Research, 141980 Dubna,

More information

Data Base and Computing Resources Management

Data Base and Computing Resources Management Data Base and Computing Resources Management Harut Avakian(JLab) "CLAS12 Ready for Science" Review September 25 2017 Clas12 databases(ccdb/rcdb) Policies for clas12 dbases ccdb rcdb Sharing resources between

More information

Kondo GNANVO Florida Institute of Technology, Melbourne FL

Kondo GNANVO Florida Institute of Technology, Melbourne FL Kondo GNANVO Florida Institute of Technology, Melbourne FL OUTLINE Development of AMORE software for online monitoring and data analysis of MT station Preliminary cosmic data results from triple-gem chambers

More information

Distributed object monitoring for ROOT analyses with Go4 v.3

Distributed object monitoring for ROOT analyses with Go4 v.3 Distributed object monitoring for ROOT analyses with Go4 v.3 J.Adamczewski, H.G.Essel, S.Linev CHEP 2006 Mumbai CHEP 2006 Go4 v3 - http://go4.gsi.de 1 Go4 v3 The Go4 framework New developments for v.3.0

More information

CSPAD FAQ And starting point for discussion. Philip Hart, LCLS Users Workshop, Detector session, 2 Oct 2013

CSPAD FAQ And starting point for discussion. Philip Hart, LCLS Users Workshop, Detector session, 2 Oct 2013 CSPAD FAQ And starting point for discussion Philip Hart, LCLS Users Workshop, Detector session, 2 Oct 2013 Outline Planning CSpad-based experiments getting latest specs MC-based experimental design studies

More information

1 Introduction. V. Fine, Y. l%yak,?? Perevoztchikov, T.Wenaus

1 Introduction. V. Fine, Y. l%yak,?? Perevoztchikov, T.Wenaus r. Proc. Computing in High Energy Physics February 7-11, 2000 Padova, Italy The STAR offline framework V. Fine, Y. l%yak,?? Perevoztchikov, T.Wenaus Brookhaven National Laboratory, USA J( J( BNL-68207

More information

FastSim tutorial for beginners

FastSim tutorial for beginners FastSim tutorial for beginners Matteo Rama Laboratori Nazionali di Frascati 1st SuperB Collaboration meeting London, September 2011 Part I FastSim overview M. Rama - 1st SuperB Collaboration Meeting QMUL

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

DD4hep-Based Reconstruction. N. Nikiforou, CERN/PH-LCD On behalf of the CLICdp Collaboration and the Linear Collider DD4hep WG

DD4hep-Based Reconstruction. N. Nikiforou, CERN/PH-LCD On behalf of the CLICdp Collaboration and the Linear Collider DD4hep WG DD4hep-Based Reconstruction N. Nikiforou, CERN/PH-LCD On behalf of the CLICdp Collaboration and the Linear Collider DD4hep WG 1 Introduction: chain currently in use LCIO Persistency Framework Generator

More information

Common Tools. G.Gavalian (JLAB)

Common Tools. G.Gavalian (JLAB) Common Tools G.Gavalian (JLAB) 1 Software components Data Input/Output EVIO data structure definitions. JAVA libraries for dictionary based I/O. Geometry Geometry primitives library. Abstract classes for

More information

A Geometrical Modeller for HEP

A Geometrical Modeller for HEP A Geometrical Modeller for HEP R. Brun, A. Gheata CERN, CH 1211, Geneva 23, Switzerland M. Gheata ISS, RO 76900, Bucharest MG23, Romania For ALICE off-line collaboration Geometrical modelling generally

More information

Report from the. Or: Beyond TH1F::Fill()... Gerhard Brandt Uni Heidelberg DESY Computing Seminar - 2. April G. Brandt

Report from the. Or: Beyond TH1F::Fill()... Gerhard Brandt Uni Heidelberg DESY Computing Seminar - 2. April G. Brandt Report from the Gerhard Brandt Uni Heidelberg DESY Computing Seminar - 2. April 2007 Or: Beyond TH1F::Fill()... 1 Contents ROOT provides facilities for all steps in the HEP software chain Core Functionality

More information

A System for Managing the CLEO III Detector Geometry

A System for Managing the CLEO III Detector Geometry A System for Managing the CLEO III Detector Geometry Christopher D. Jones University of Florida Abstract A description of the detector's geometry is needed for several software tasks, e.g. Monte Carlo

More information

ILC Framework for Belle II

ILC Framework for Belle II ILC Framework for Belle II Kolja Prothmann, Christian Kiesling, Andreas Moll, Frank Simon Max-Planck-Institut für Physik Zbynek Drasal Charles University Prague Outline Experiments using ILC software Overview

More information

ALICE tracking system

ALICE tracking system ALICE tracking system Marian Ivanov, GSI Darmstadt, on behalf of the ALICE Collaboration Third International Workshop for Future Challenges in Tracking and Trigger Concepts 1 Outlook Detector description

More information

Updated Barrel EMC Geometry

Updated Barrel EMC Geometry Updated Barrel EMC Geometry Guang Zhao (zhaog@ihep.ac.cn) Institute of High Energy Physics, CAS PANDA Collaboration Meeting 18/1 March 6 th, 2018 1 Outline pgeometry construction in ROOT pupdates and tests

More information

Preparation of ilcsoft v

Preparation of ilcsoft v Preparation of ilcsoft v01-17-07 F. Gaede DESY/CERN ILD Software and Analysis Meeting May 27, 2015 F. Gaede ( DESY/CERN ) Preparation of ilcsoft v01-17-07 ILD SW & Ana 27.05.15 1 / 17 Outline 1 Introduction

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

A Prototype of the CMS Object Oriented Reconstruction and Analysis Framework for the Beam Test Data

A Prototype of the CMS Object Oriented Reconstruction and Analysis Framework for the Beam Test Data Prototype of the CMS Object Oriented Reconstruction and nalysis Framework for the Beam Test Data CMS Collaboration presented by Lucia Silvestris CERN, Geneve, Suisse and INFN, Bari, Italy bstract. CMS

More information

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

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

Suez: Job Control and User Interface for CLEO III

Suez: Job Control and User Interface for CLEO III Suez: Job Control and User Interface for CLEO III Martin Lohner, Christopher D. Jones, Paul Avery University of Florida, Gainesville Abstract. Suez standardizes the way CLEO III data is processed by providing

More information

Time and position resolution of high granularity, high counting rate MRPC for the inner zone of the CBM-TOF wall

Time and position resolution of high granularity, high counting rate MRPC for the inner zone of the CBM-TOF wall Time and position resolution of high granularity, high counting rate MRPC for the inner zone of the CBM-TOF wall M. Petris, D. Bartos, G. Caragheorgheopol, M. Petrovici, L. Radulescu, V. Simion IFIN-HH

More information

DyTER Dynamic Track and Event Reconstruction

DyTER Dynamic Track and Event Reconstruction SMI STEFAN MEYER INSTITUTE DyTER Dynamic Track and Event Reconstruction (Hyperon) Tracking for PANDA Status Report of Uppsala Hyperon Group SMI STEFAN MEYER INSTITUTE Content Motivation DyTER Guidelines

More information

A Scintillating Fiber Tracker for Cosmic Muon Tomography

A Scintillating Fiber Tracker for Cosmic Muon Tomography A Scintillating Fiber Tracker for Cosmic Muon Tomography Carsten Mai I. Physikalisches Institut B der RWTH Aachen GK Seminar Bad Honnef, September 2011 Outline A Particle Physicist's Approach to Archeological

More information

Event reconstruction in STAR

Event reconstruction in STAR Chapter 4 Event reconstruction in STAR 4.1 Data aquisition and trigger The STAR data aquisition system (DAQ) [54] receives the input from multiple detectors at different readout rates. The typical recorded

More information

The CMS data quality monitoring software: experience and future prospects

The CMS data quality monitoring software: experience and future prospects The CMS data quality monitoring software: experience and future prospects Federico De Guio on behalf of the CMS Collaboration CERN, Geneva, Switzerland E-mail: federico.de.guio@cern.ch Abstract. The Data

More information

Spring 2010 Research Report Judson Benton Locke. High-Statistics Geant4 Simulations

Spring 2010 Research Report Judson Benton Locke. High-Statistics Geant4 Simulations Florida Institute of Technology High Energy Physics Research Group Advisors: Marcus Hohlmann, Ph.D. Kondo Gnanvo, Ph.D. Note: During September 2010, it was found that the simulation data presented here

More information

Test Beam Task List - ECAL

Test Beam Task List - ECAL Test Beam Task List - ECAL Aim: Identify all tasks essential for run and analysis of beam data Ensure (at least) 1 person commits to produce results in each area Very variable size of tasks easier for

More information

A Fast VME Data Acquisition System for Spill Analysis and Beam Loss Measurement

A Fast VME Data Acquisition System for Spill Analysis and Beam Loss Measurement A Fast VME Data Acquisition System for Spill Analysis and Beam Loss Measurement T. Hoffmann, D. A. Liakin *, P. Forck Gesellschaft für Schwerionenforschung (GSI), Planckstraße 1, D-64291Darmstadt * ITEP

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

Folder Restructuring & GIT. Ralf Kliemt Panda Meeting I 2017

Folder Restructuring & GIT. Ralf Kliemt Panda Meeting I 2017 Folder Restructuring & GIT Ralf Kliemt Panda Meeting I 2017 1 Updated folder structure Improve overview Clean outdated packages Grey: phased/sourced out, soon Merged to dev branch Feb. 23 /analysis /detectors

More information

Analysis Software Update

Analysis Software Update Analysis Software Update Ole Hansen Je erson Lab Hall A Collaboration Meeting December 9, 2014 Ole Hansen (Je erson Lab) Analysis Software Update December 9, 2014 1 / 18 Hall A Analysis Framework ( C++

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

ILC Software Overview and recent developments

ILC Software Overview and recent developments ILC Software Overview and recent developments Frank Gaede 134th ILC@DESY General Project Meeting DESY, May 27, 2016 Outline Introduction to ilcsoft core tools ILD simulation and reconstruction software

More information

ATLAS Simulation Computing Performance and Pile-Up Simulation in ATLAS

ATLAS Simulation Computing Performance and Pile-Up Simulation in ATLAS ATLAS Simulation Computing Performance and Pile-Up Simulation in ATLAS John Chapman On behalf of the ATLAS Collaboration LPCC Detector Simulation Workshop 6th-7th October 2011, CERN Techniques For Improving

More information

Track reconstruction for the Mu3e experiment based on a novel Multiple Scattering fit Alexandr Kozlinskiy (Mainz, KPH) for the Mu3e collaboration

Track reconstruction for the Mu3e experiment based on a novel Multiple Scattering fit Alexandr Kozlinskiy (Mainz, KPH) for the Mu3e collaboration Track reconstruction for the Mu3e experiment based on a novel Multiple Scattering fit Alexandr Kozlinskiy (Mainz, KPH) for the Mu3e collaboration CTD/WIT 2017 @ LAL-Orsay Mu3e Experiment Mu3e Experiment:

More information

Computing in High Energy and Nuclear Physics, March 2003, La Jolla, California

Computing in High Energy and Nuclear Physics, March 2003, La Jolla, California Simulation in ALICE Computing in High Energy and Nuclear Physics, 24-28 March 2003, La Jolla, California F. Carminati, A. Morsch on behalf of the ALICE Offline Project CERN, 1211 Geneva 23, Switzerland

More information

User Documents and Examples

User Documents and Examples Geant4 10.1 p01 User Documents and Examples Geant4 Tutorial at MIT 26 May 2015 Dennis Wright Outline User Documents Examples basic extended advanced User Support LXR and Doxygen source code browsers HyperNews

More information

ATLAS Tracking Detector Upgrade studies using the Fast Simulation Engine

ATLAS Tracking Detector Upgrade studies using the Fast Simulation Engine Journal of Physics: Conference Series PAPER OPEN ACCESS ATLAS Tracking Detector Upgrade studies using the Fast Simulation Engine To cite this article: Noemi Calace et al 2015 J. Phys.: Conf. Ser. 664 072005

More information

ComPWA: A common amplitude analysis framework for PANDA

ComPWA: A common amplitude analysis framework for PANDA Journal of Physics: Conference Series OPEN ACCESS ComPWA: A common amplitude analysis framework for PANDA To cite this article: M Michel et al 2014 J. Phys.: Conf. Ser. 513 022025 Related content - Partial

More information

Transient Data Store and Persistent Data

Transient Data Store and Persistent Data Transient Data Store and Persistent Data Current Status and Discussion of possible future plans Software Workshop, 13 Nov 2001, H. Kelly, 1 Introduction and food for thought As we go over the current status

More information

Monte Carlo Production on the Grid by the H1 Collaboration

Monte Carlo Production on the Grid by the H1 Collaboration Journal of Physics: Conference Series Monte Carlo Production on the Grid by the H1 Collaboration To cite this article: E Bystritskaya et al 2012 J. Phys.: Conf. Ser. 396 032067 Recent citations - Monitoring

More information

GSI MBS Multi Branch System

GSI MBS Multi Branch System GSI MBS Multi Branch System Bastian Löher 18.05.2016 Institut für Kernphysik Universität zu Köln GSI Helmholtzzentrum für Schwerionenforschung GmbH Today Introduction What is a DAQ and what is MBS SBS

More information

CLAS12 DAQ & Trigger Status and Timeline. Sergey Boyarinov Oct 3, 2017

CLAS12 DAQ & Trigger Status and Timeline. Sergey Boyarinov Oct 3, 2017 CLAS12 DAQ & Trigger Status and Timeline Sergey Boyarinov Oct 3, 2017 Notation ECAL old EC (electromagnetic calorimeter) PCAL preshower calorimeter DC drift chamber HTCC high threshold cherenkov counter

More information

The LiC Detector Toy program

The LiC Detector Toy program The LiC Detector Toy program M Regler, W Mitaroff, M Valentan, R Frühwirth and R Höfler Austrian Academy of Sciences, Institute of High Energy Physics, A-1050 Vienna, Austria, EU E-mail: regler@hephy.oeaw.ac.at

More information

CMake refactoring. P. Hristov 19/03/2014

CMake refactoring. P. Hristov 19/03/2014 CMake refactoring P. Hristov 19/03/2014 History I Recursive makefiles (F.Carminati): 1999-2001 Problems in dependencies Slow "Recursive Makefiles Considered Harmful" => flat makefiles similar to what Root

More information

Performance of the GlueX Detector Systems

Performance of the GlueX Detector Systems Performance of the GlueX Detector Systems GlueX-doc-2775 Gluex Collaboration August 215 Abstract This document summarizes the status of calibration and performance of the GlueX detector as of summer 215.

More information